@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700|Noto+Sans:400);
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://www.unep.org/youngchampions/themes/custom/youngchampions/css/easy-responsive-tabs.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700|Noto+Sans:400);
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://www.unep.org/youngchampions/themes/custom/youngchampions/css/easy-responsive-tabs.css);
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://www.unep.org/youngchampions/themes/custom/youngchampions/css/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://www.unep.org/youngchampions/themes/custom/youngchampions/css/fonts/slick.eot");
  src: url("https://www.unep.org/youngchampions/themes/custom/youngchampions/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://www.unep.org/youngchampions/themes/custom/youngchampions/css/fonts/slick.woff") format("woff"), url("https://www.unep.org/youngchampions/themes/custom/youngchampions/css/fonts/slick.ttf") format("truetype"), url("https://www.unep.org/youngchampions/themes/custom/youngchampions/css/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin: 0;
  padding: 0;
  color: rgb(30, 30, 30);
}

* {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

p {
  font-size: 17px;
  line-height: 22px;
}

h1 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}

h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

h4 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h6 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

::-webkit-input-placeholder {
  color: rgb(101, 101, 101);
}

::-moz-placeholder {
  color: rgb(101, 101, 101);
}

:-ms-input-placeholder {
  color: rgb(101, 101, 101);
}

:-moz-placeholder {
  color: rgb(101, 101, 101);
}

.yc_wrapper {
  background-color: rgb(255, 255, 255);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.yc_wrapper .yc_body_wrapper {
  margin: 0;
  padding: 0;
  clear: both;
}

/* Add This */
.horiz_sharing {
  position: absolute;
  right: 0;
  z-index: 1;
}
.horiz_sharing a {
  margin: 0 0 5px !important;
  background-color: rgb(76, 159, 56) !important;
}
.horiz_sharing .at-icon-wrapper {
  background-color: none !important;
}

a .at-icon-wrapper {
  background-color: rgb(76, 159, 56) !important;
}
/* Add This */
.mobile_facets {
  display: none;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
  h1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  h6 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 48px;
    font-weight: 700;
  }
  .desktop_facets {
    display: none;
  }
  .mobile_facets {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
  }
}
/* Header Styles */
/*
===================
*/
/*
.yc_header_wrapper{
	@include zeroMP;

	& .yc_header{
		position: relative;
		@include zeroMP;

		& .utilityNav{
			@include zeroMP;			
			color:rgba(255,255,255,1.00);

			&_content{
				max-width: 1240px;  //1440px
				margin: 0 auto;
				//@include HFMargin;
				padding-bottom: 10px;
				padding-top: 10px;
				overflow: hidden;
				& .navSocial{
					float: right;
					margin: 0 0 0 10px; //0 35px 0 10px

					& ul{
						@include FlattenList;

						& li{
							display: inline-block;
							margin: 0 10px;

							& a{
								display: block;
								color:rgba(255,255,255,1.00);								
								&:hover{
									color:rgba(255,255,255,0.7);
								}
							}
						}

						& li:last-child a{margin: 0;}
					}
				}

				& .navGlobal{
					float: left;
					margin-left: 0; //35px

					& ul{
						@include FlattenList;

						& li{
							display: inline;
							padding: 0 12px 0 0;
							border-right: 1px solid rgba(255,255,255,1.00);

							& a{
								display: inline-block;
								@include zeroMP;
								color:rgba(255,255,255,1.00);
								&:hover{
									color:rgba(255,255,255,0.7);
								}
							}
						}

						& li:last-child {
							border-right:none;
							padding: 0 0 0 9px;
						}
					}
				}
				& .navLang 
				{
					width: 45%;
					text-align: center;
					display: inline-block;

					&_block {						
						display: inline-block;
						height: 21px;						
					}
				}
				& .navLanguage{
					overflow: hidden;
					text-align: center;
					width: 450px;
					margin: 0 auto;

					& ul{
						@include FlattenList;
						display: -webkit-flex;
						display: -moz-flex;
						display: -ms-flex;
						display: -o-flex;
						display: flex;
						flex-direction: row;
						flex-flow: nowrap;
						//-webkit-box-pack: justify;
						//-webkit-justify-content: space-between;
						//-ms-flex-pack: justify;
						//justify-content: space-between;

						& li{
							display: inline;
							//border-right: 1px solid rgba(255,255,255,0.4);
							//padding-right: 10px;

							& a{
								font-size: 12px;
								color:rgba(255,255,255,1.00);
								&:hover{
									color:rgba(255,255,255,0.7);
								} 
							}

							&:after{
								content: "|";
								margin-left: 7px;
								margin-right: 7px;
							}
						}

						& li:last-child{
							border-right: none;
							padding-right: 0;

							&:after{
								content: "";
								margin-left: 0;
							}
						}
					}
				}
			}
		}

		& .primaryNav{
			@include zeroMP;
			//box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);

			&_content{
				max-width: 1240px; //1440px
				margin: 0 auto;
				//@include HFMargin;
				overflow: hidden;
				padding: 20px 0;

				& .branding{
					float: left;
					margin: -10px 20px -10px -24px;
					max-width: 240px;
					width: 100%;

					& img{
						display: block;
					}
				}

				& .mainNav{
					overflow: hidden;
					text-align: right;


					& > ul{
						@include FlattenList;
						display: inline-block;

						& > li{
							display: inline-block;
							@include zeroMP;
							line-height: 68px;
							vertical-align: top;

							& > a{
								display: block;
								font-size: 22px;
								margin-right: 40px;
								color: rgba(101, 101, 101, 1.0);

								&:hover{
									color: rgba(0, 171, 241, 1.0);
								}
							}
						}				
					}

					& .inline-search{
						float: right;
						height: 68px;
						position: relative;

						& form{
							@include zeroMP;
							overflow: hidden;
							margin-top: 20px;

							& input[type="submit"]{
								display: none;
							}

							& input[type="search"]{
								width: 100px;
								font-size: 18px;
								font-style: italic;
								font-weight: 100;
								padding: 5px;
								color: rgb(101, 101, 101);
								-webkit-transition: all .3s ease .1s;
								-moz-transition: all .3s ease .1s;
								-o-transition: all .3s ease .1s;
								-ms-transition: all .3s ease .1s;
								transition: all .3s ease .1s;
								border: none;

								&:focus{
									outline: none;
									width: 180px;
									-webkit-transition: all .3s ease .1s;
									-moz-transition: all .3s ease .1s;
									-o-transition: all .3s ease .1s;
									-ms-transition: all .3s ease .1s;
									transition: all .3s ease .1s;
								}
							}

						}

						&:before{
							content: '\f002';
							font-family: 'FontAwesome';
							font-weight: 100;
							float: left;
							margin-right: 0.2em;
							font-size: 22px;
							color: #00ADEF;
							line-height: 68px;
						}
					}
				}
			}
		}
		& .language-trigger 
		{
		  display: block;		  
		  font-weight: 400;		 
		  font-size: 16px;
		  color: #fff;
		  letter-spacing: 1px;
		  //line-height: 21px;
		  padding-right: 20px;
		  background: url(../img/ico-arrow-down.svg) center right no-repeat;
		  position: relative;
		  top: 40%;
		  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);	
		  padding-left: 10px;		   
		}
		& .item-list {
		  display: none;
		  position: absolute;		  
		  top: 40px;
		  width: 110px;
		  margin: 0;
		  padding: 0 0 0 10px;		  
		  text-align: left;
		  background: rgba(0, 171, 241, 1);
		  z-index: 100;
		  & ul {
			margin: 0;
			padding: 0;
			list-style: none;
		  } 
		  & li {
			position: relative;
			height: 30px !important;
			line-height: 30px;
			display: block;
			padding: 0 !important;
			margin: 0 !important;
			float: none !important;
			display: block !important;
			border-right: none !important;						
			& a {				
				font-weight: 400;				
				font-size: 16px;
				color: #fff;				
				letter-spacing: 1px;
				line-height: 21px;
				&:active, &:focus, &:hover {
					color: #0084b4;
				}				
				& a.active {
					color: #0084b4;
				}
			}
		  }
		  @media print, screen and (min-width: 40em) {
			//padding: 0 0 0 20px;			
		  }
		}
		@media only screen and (min-width: 992px) and (max-width: 1200px)  
		{	
			& .utilityNav
			{
				&_content
				{
					& .navSocial
					{
						margin: 0 10px 0 10px;
					}
					& .navGlobal 
					{
						margin-left: 10px;
					}	
					& .navLang 
					{
						width: 33%;
					}				
				}
			}
			& .primaryNav
			{
				&_content
				{
					& .branding 
					{
						margin: 0 0 0 -6px;
						& img 
						{
							max-width: 200px;
						}
					}

					& .mainNav 
					{						
						text-align: center;
						& > ul 
						{
							& > li 
							{
								& > a 
								{
									font-size: 22px;
									margin-right:20px;
								}
							}
						}

						& .inline-search
						{
							& form
							{
								& input[type="search"]
								{
									font-size: 17px;
								}
								&:focus{									
									width: 50px;									
								}
							}
							&:before
							{
								font-size: 17px;
							}
						}
					}
				}
			}

		}
		@media only screen and (min-width: 768px) and (max-width: 991px)  
		{
			& .utilityNav
			{
				&_content
				{
					& .navSocial
					{
						margin: 0 10px 0 10px;
					}
					& .navGlobal 
					{
						margin-left: 10px;
					}
					& .navLang 
					{
						width: 22%;
					}
				}
			}
			& .primaryNav
			{
				&_content
				{
					& .branding 
					{
						margin: 0 0 0 -2px;
						& img 
						{
							max-width: 160px;
						}
					}

					& .mainNav 
					{						
						text-align: center;
						& > ul 
						{
							& > li 
							{
								& > a 
								{
									font-size: 17px;
									margin-right:15px;
								}
							}
						}

						& .inline-search
						{
							& form
							{
								& input[type="search"]
								{
									font-size: 17px;
								}
								&:focus{									
									width: 50px;									
								}
							}
							&:before
							{
								font-size: 17px;
							}
						}
					}
				}
			}

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

	& .yc_header_mobile{
		display: none;
		position: relative;

		& .utilityNav{
			@include zeroMP;
			background-color: rgba(0, 171, 241, 1.0);
			color:rgba(255,255,255,1.00);

			&_content{
				@include zeroMP;

				& .navSocial{
					@include zeroMP;

					& ul{
						@include FlattenList;
						display: -webkit-flex;
						display: -moz-flex;
						display: -ms-flex;
						display: -o-flex;
						display: flex;

						flex-direction: row;
						flex-flow: nowrap;
						-webkit-box-pack: justify;
						-webkit-justify-content: space-between;
						-ms-flex-pack: justify;
						justify-content: space-between;

						& li{
							display: inline-block;
							margin: 0;
							width: 20%;
							text-align: center;

							& a{
								display: block;
								color:rgba(255,255,255,1.00);	
								padding: 10px 0;
								border-right: 1px solid rgba(255,255,255,0.5);
								&:hover{
									color:rgba(255,255,255,0.7);
								}
							}
						}

						& li:last-child a{margin: 0; border-right:none;}
					}
				}
			}
		}

		& .primaryNav{
			@include zeroMP;
			//box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);

			&_content{
				position: relative;
				padding: 0;

				& .branding{
					max-width: 150px; //170px
					padding: 10px;

					& img{
						display: block;
						width: 100%;
						height: auto;
					}
				}

				& .mainNav{
					position: relative;
					float: right;

					& ul{
						@include FlattenList;
						position: relative;
						height: 100%;
						display: -webkit-flex;
						display: -moz-flex;
						display: -ms-flex;
						display: -o-flex;
						display: flex;
						flex-direction: row;
						flex-flow: nowrap;
						-webkit-box-pack: justify;
						-webkit-justify-content: space-between;
						-ms-flex-pack: justify;
						justify-content: space-between;

						& li{
							border-left: 1px solid rgba(0,0,0,0.2);
							border-bottom: 1px solid rgba(0,0,0,0.2);
							text-align: center;
							padding: 16px 20px;
							font-size: 30px;
							color: rgba(0, 132, 180, 1.0);
							-webkit-transition: all 200ms ease;
    						transition: all 200ms ease;
							cursor: pointer;
							&:hover{
								background-color: #f0f0f0;
							}
						}

						& li.close-btn{
							padding: 16px 21px;
							background-color: #f0f0f0;
						}

						& li.hidden{
							display: none;
						}
					}
				}
			}
		}

		& .mobile_menu{
			position: absolute;
			left: 0;
			right: 0;
			z-index: 10;
			background-color: rgba(0, 132, 180, 1.0);
			display: none;
			height: 0;
			-webkit-transition: all 1s ease;
    		transition: all 1s ease;

			&_content{
				position: relative;
				padding: 20px 40px;

				& .mobileNav{
					@include zeroMP;

					& ul{
						@include FlattenList;

						& li{
							margin: 5px 0;
							display: block;

							& a{
								color: rgba(255,255,255,1.00);
								border: 1px solid rgba(255,255,255,0.3);
								display: block;
								padding: 10px 20px;
								-webkit-transition: all 200ms ease;
    							transition: all 200ms ease;

								&:hover{
									background-color: rgba(255,255,255,0.4);
								}
							}
						}
					}
				}
				& .globalLangNav {
					@include zeroMP;

					& ul{
						@include FlattenList;
						display: flex;
						flex-wrap: wrap;
						-webkit-box-pack: justify;
						-webkit-justify-content: space-between;
						-ms-flex-pack: justify;
						justify-content: space-between;	
						text-align: center;					
						& li{
							margin: 5px 0;
							display: block;
							width: 33%;
							text-align: center;

							& a{
								color: rgba(255,255,255,1.00);
								border: 0px solid rgba(255,255,255,0.3);
								display: block;
								padding: 10px 0;
								-webkit-transition: all 200ms ease;
    							transition: all 200ms ease;

								&:hover{
									background-color: rgba(255,255,255,0.4);
								}
							}
						}
					}
				}
				& .globalNav{
					border-top: 1px solid rgba(255,255,255,0.5);
					margin-top: 40px;
					padding: 40px 0;

					& ul{
						@include FlattenList;
						display: -webkit-flex;
						display: -moz-flex;
						display: -ms-flex;
						display: -o-flex;
						display: flex;
						-webkit-box-pack: justify;
						-webkit-justify-content: space-between;
						-ms-flex-pack: justify;
						justify-content: space-between;

						& li{

						}
					}
				}
			}			

		}

		& .mobile_search{
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			z-index: 10;
			//background-color: rgba(0, 132, 180, 1.0);
			background-color: rgba(3, 69, 105, 1.0);
			box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
			display: none;

			&_content{
				position: relative;
				padding: 20px 30px;

				& .search-close{
					font-size: 24px;
					color: rgba(255,255,255,1.00);
					float: right;
					margin-bottom: 20px;
				}

				& form{
					@include zeroMP;

					& input[type="text"]{
						display: block;
						width: 100%;
						font-size: 20px;
						padding: 5px;
					}

					& input[type="submit"]{
						display: block;
						border-collapse: collapse;
						border: 1px solid rgba(255,255,255,1.00);
						font-size: 16px;
						padding: 10px 20px;
						max-width: 200px;
						margin: 10px auto;
						background: none;
						color: rgba(255,255,255,1.00);
						&:hover{
							background: rgba(255,255,255,1.00);
							color: rgba(0,0,0,1.00);
						}
					}
				}
			}
		}



		@media screen and (max-width:767px){
			display: block;	
		}
	}

}*/
/*New layout 9th January 2024*/
/* header styles */
.navlangs {
  width: 38%;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navlangs {
    width: 21%;
  }
}

.dropbtn {
  background-color: transparent;
  color: white;
  font-size: 16px;
  border: none;
  padding: 0px;
  min-width: 100px;
  text-transform: capitalize;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown li {
  list-style: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #4e5253;
  /*min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 100;
}
.dropdown-content ul {
  padding: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;
  padding: 12px 10px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

/* Change color of dropdown links on hover */
.dropdown-content li a:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block !important;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.yc_header_wrapper .yc_header .utilityNav_content {
  overflow: visible;
}

.yn_ln_about_text p, .yn_ln_about_text p {
  font-size: 20px;
  line-height: 28px;
}

.yc_header_wrapper {
  margin: 0;
  padding: 0;
}

.yc_header_wrapper .yc_header {
  position: relative;
  margin: 0;
  padding: 0;
}

.yc_header_wrapper .yc_header .utilityNav {
  margin: 0;
  padding: 0;
  background-color: #4e5253;
  color: white;
}

.yc_header_wrapper .yc_header .utilityNav_content {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
  overflow: visible;
}

.yc_header_wrapper .yc_header .utilityNav_content .navSocial {
  float: right;
  margin: 0 35px 0 10px;
}

.yc_header_wrapper .yc_header .utilityNav_content .navSocial ul {
  margin: 0;
  padding: 0;
}

.yc_header_wrapper .yc_header .utilityNav_content .navSocial ul li {
  list-style: none;
}

.yc_header_wrapper .yc_header .utilityNav_content .navSocial ul li {
  display: inline-block;
  margin: 0 7px;
}

.yc_header_wrapper .yc_header .utilityNav_content .navSocial ul li a {
  display: block;
  color: white;
}

.yc_header_wrapper .yc_header .utilityNav_content .navSocial ul li a svg {
  height: 18.7px;
  width: auto;
  fill: #fff;
}

.yc_header_wrapper .yc_header .utilityNav_content .navSocial ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.yc_header_wrapper .yc_header .utilityNav_content .navSocial ul li a:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}

.yc_header_wrapper .yc_header .utilityNav_content .navSocial ul li:last-child a {
  margin: 0;
}

.yc_header_wrapper .yc_header .utilityNav_content .navGlobal {
  float: left;
  margin-left: 35px;
}

.yc_header_wrapper .yc_header .utilityNav_content .navGlobal ul {
  margin: 0;
  padding: 0;
}

.yc_header_wrapper .yc_header .utilityNav_content .navGlobal ul li {
  list-style: none;
}

.yc_header_wrapper .yc_header .utilityNav_content .navGlobal ul li {
  display: inline;
  padding: 0 12px 0 0;
  border-right: 1px solid white;
}

.yc_header_wrapper .yc_header .utilityNav_content .navGlobal ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: white;
}

.yc_header_wrapper .yc_header .utilityNav_content .navGlobal ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.yc_header_wrapper .yc_header .utilityNav_content .navGlobal ul li:last-child {
  border-right: none;
  padding: 0 0 0 9px;
}

.yc_header_wrapper .yc_header .utilityNav_content .navLang {
  width: 45%;
  text-align: center;
  display: inline-block;
}

.yc_header_wrapper .yc_header .utilityNav_content .navLang_block {
  display: inline-block;
  height: 21px;
}

.yc_header_wrapper .yc_header .utilityNav_content .navLanguage {
  overflow: hidden;
  text-align: center;
  width: 360px;
  margin: 0 auto;
}

.yc_header_wrapper .yc_header .utilityNav_content .navLanguage ul {
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.yc_header_wrapper .yc_header .utilityNav_content .navLanguage ul li {
  list-style: none;
}

.yc_header_wrapper .yc_header .utilityNav_content .navLanguage ul li {
  display: inline;
  padding-left: 5px;
}

.yc_header_wrapper .yc_header .utilityNav_content .navLanguage ul li a {
  font-size: 12px;
  color: white;
}

.yc_header_wrapper .yc_header .utilityNav_content .navLanguage ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.yc_header_wrapper .yc_header .utilityNav_content .navLanguage ul li:after {
  content: "|";
  margin-left: 7px;
}

.yc_header_wrapper .yc_header .utilityNav_content .navLanguage ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.yc_header_wrapper .yc_header .utilityNav_content .navLanguage ul li:last-child:after {
  content: "";
  margin-left: 0;
}

.yc_header_wrapper .yc_header .primaryNav {
  margin: 0;
  padding: 0;
}

.yc_header_wrapper .yc_header .primaryNav_content {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}

.yc_header_wrapper .yc_header .primaryNav_content .branding {
  float: left;
  margin: 0 20px 0 35px;
}

.yc_header_wrapper .yc_header .primaryNav_content .branding img {
  display: block;
  max-width: 300px;
  min-height: 68px;
}

.yc_header_wrapper .yc_header .primaryNav_content .mainNav {
  overflow: hidden;
  text-align: right;
}

.yc_header_wrapper .yc_header .primaryNav_content .mainNav > ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.yc_header_wrapper .yc_header .primaryNav_content .mainNav > ul li {
  list-style: none;
}

.yc_header_wrapper .yc_header .primaryNav_content .mainNav > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 68px;
  vertical-align: top;
}

.yc_header_wrapper .yc_header .primaryNav_content .mainNav > ul > li > a {
  display: block;
  font-size: 22px;
  margin-right: 40px;
  color: #656565;
}

.yc_header_wrapper .yc_header .primaryNav_content .mainNav > ul > li > a:hover {
  color: #575aab;
}

.yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search {
  float: right;
  height: 68px;
  position: relative;
}

.yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search form {
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 20px;
}

.yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search form input[type=submit] {
  display: none;
}

.yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search form input[type=search], .yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search form input[type=text] {
  width: 100px;
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  padding: 5px;
  color: #656565;
  transition: all 0.3s ease 0.1s;
  border: none;
}

.yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search form input[type=search]:focus, .yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search form input[type=text]:focus {
  outline: none;
  width: 180px;
  transition: all 0.3s ease 0.1s;
}

.yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-weight: 100;
  float: left;
  margin-right: 0.2em;
  font-size: 22px;
  color: #4e5253;
  line-height: 68px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yc_header_wrapper .yc_header .primaryNav_content .branding {
    margin: 0 10px 0 35px;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .branding img {
    max-width: 140px;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .mainNav {
    text-align: center;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .mainNav > ul > li > a {
    font-size: 22px;
    margin-right: 20px;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search form input[type=search] {
    font-size: 17px;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search form:focus {
    width: 50px;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search:before {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yc_header_wrapper .yc_header .utilityNav_content .navSocial {
    margin: 0 10px 0 10px;
  }
  .yc_header_wrapper .yc_header .utilityNav_content .navGlobal {
    margin-left: 10px;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .branding {
    margin: 0 10px 0 10px;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .branding img {
    max-width: 120px;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .mainNav {
    text-align: center;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .mainNav > ul > li > a {
    font-size: 17px;
    margin-right: 15px;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search form input[type=search] {
    font-size: 17px;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search form:focus {
    width: 50px;
  }
  .yc_header_wrapper .yc_header .primaryNav_content .mainNav .inline-search:before {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .yc_header_wrapper .yc_header {
    display: none;
  }
}
.yc_header_wrapper .yc_header_mobile {
  display: none;
  position: relative;
}

.yc_header_wrapper .yc_header_mobile .utilityNav {
  margin: 0;
  padding: 0;
  background-color: #4e5253;
  color: white;
}

.yc_header_wrapper .yc_header_mobile .utilityNav_content {
  margin: 0;
  padding: 0;
}

.yc_header_wrapper .yc_header_mobile .utilityNav_content .navSocial {
  margin: 0;
  padding: 0;
}

.yc_header_wrapper .yc_header_mobile .utilityNav_content .navSocial ul {
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;
}

.yc_header_wrapper .yc_header_mobile .utilityNav_content .navSocial ul li {
  list-style: none;
}

.yc_header_wrapper .yc_header_mobile .utilityNav_content .navSocial ul li {
  display: inline-block;
  margin: 0;
  width: 20%;
  text-align: center;
}

.yc_header_wrapper .yc_header_mobile .utilityNav_content .navSocial ul li a {
  display: block;
  color: white;
  padding: 10px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.yc_header_wrapper .yc_header_mobile .utilityNav_content .navSocial ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.yc_header_wrapper .yc_header_mobile .utilityNav_content .navSocial ul li:last-child a {
  margin: 0;
  border-right: none;
}

.yc_header_wrapper .yc_header_mobile .primaryNav {
  margin: 0;
  padding: 0;
}

.yc_header_wrapper .yc_header_mobile .primaryNav_content {
  position: relative;
  padding: 0;
  min-height: 56px;
}

.yc_header_wrapper .yc_header_mobile .primaryNav_content .branding {
  max-width: 150px;
  padding: 10px;
}

.yc_header_wrapper .yc_header_mobile .primaryNav_content .branding img {
  display: block;
  width: 100%;
  height: auto;
}

.yc_header_wrapper .yc_header_mobile .primaryNav_content .mainNav {
  position: relative;
  float: right;
}

.yc_header_wrapper .yc_header_mobile .primaryNav_content .mainNav ul {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;
}

.yc_header_wrapper .yc_header_mobile .primaryNav_content .mainNav ul li {
  list-style: none;
}

.yc_header_wrapper .yc_header_mobile .primaryNav_content .mainNav ul li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 16px 20px;
  font-size: 30px;
  color: #0084b4;
  transition: all 200ms ease;
  cursor: pointer;
}

.yc_header_wrapper .yc_header_mobile .primaryNav_content .mainNav ul li:hover {
  background-color: #f0f0f0;
}

.yc_header_wrapper .yc_header_mobile .primaryNav_content .mainNav ul li.close-btn {
  padding: 16px 21px;
  background-color: #f0f0f0;
}

.yc_header_wrapper .yc_header_mobile .primaryNav_content .mainNav ul li.hidden {
  display: none;
}

.yc_header_wrapper .yc_header_mobile .mobile_menu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #4e5253;
  display: none;
  height: 0;
  transition: all 1s ease;
}

.yc_header_wrapper .yc_header_mobile .mobile_menu_content {
  position: relative;
  padding: 20px 40px;
}

.yc_header_wrapper .yc_header_mobile .mobile_menu_content .mobileNav {
  margin: 0;
  padding: 0;
}

.yc_header_wrapper .yc_header_mobile .mobile_menu_content .mobileNav ul {
  margin: 0;
  padding: 0;
}

.yc_header_wrapper .yc_header_mobile .mobile_menu_content .mobileNav ul li {
  list-style: none;
}

.yc_header_wrapper .yc_header_mobile .mobile_menu_content .mobileNav ul li {
  margin: 5px 0;
  display: block;
}

.yc_header_wrapper .yc_header_mobile .mobile_menu_content .mobileNav ul li a {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  padding: 10px 20px;
  transition: all 200ms ease;
}

.yc_header_wrapper .yc_header_mobile .mobile_menu_content .mobileNav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.yc_header_wrapper .yc_header_mobile .mobile_menu_content .globalNav {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 40px;
  padding: 40px 0;
}

.yc_header_wrapper .yc_header_mobile .mobile_menu_content .globalNav ul {
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.yc_header_wrapper .yc_header_mobile .mobile_menu_content .globalNav ul li {
  list-style: none;
}

.yc_header_wrapper .yc_header_mobile .mobile_search {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #034569;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
  display: none;
}

.yc_header_wrapper .yc_header_mobile .mobile_search_content {
  position: relative;
  padding: 20px 30px;
}

.yc_header_wrapper .yc_header_mobile .mobile_search_content .search-close {
  font-size: 24px;
  color: white;
  float: right;
  margin-bottom: 20px;
}

.yc_header_wrapper .yc_header_mobile .mobile_search_content form {
  margin: 0;
  padding: 0;
}

.yc_header_wrapper .yc_header_mobile .mobile_search_content form input[type=text] {
  display: block;
  width: 100%;
  font-size: 20px;
  padding: 5px;
}

.yc_header_wrapper .yc_header_mobile .mobile_search_content form input[type=submit] {
  display: block;
  border-collapse: collapse;
  border: 1px solid white;
  font-size: 17px;
  padding: 10px 20px;
  max-width: 200px;
  margin: 10px auto;
  background: none;
  color: white;
}

.yc_header_wrapper .yc_header_mobile .mobile_search_content form input[type=submit]:hover {
  background: white;
  color: black;
}

@media screen and (max-width: 767px) {
  .yc_header_wrapper .yc_header_mobile {
    display: block;
    min-height: 95px;
  }
}
/* Footer Styles */
/*
===================
*/
.yc_footer_wrapper {
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: rgb(255, 255, 255);
  clear: both;
}
.yc_footer_wrapper .yc_footer {
  position: relative;
  margin: 0;
  padding: 0;
}
.yc_footer_wrapper .yc_footer_content {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter {
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;
  box-pack: justify;
  -ms-flex-pack: justify;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left {
  position: relative;
  width: 72.92%;
  min-height: 230px;
  overflow: hidden;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level1 {
  overflow: hidden;
  margin-bottom: 1.5em;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 {
  overflow: hidden;
  margin-top: 20px;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 .footer_social {
  float: right;
  overflow: hidden;
  text-align: right;
  margin-right: 10px;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 .footer_social ul {
  margin: 0;
  padding: 0;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 .footer_social ul li {
  list-style: none;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 .footer_social ul li {
  display: inline-block;
  margin-right: 10px;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 .footer_social ul li a {
  color: rgb(255, 255, 255);
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 .footer_social ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 .footer_social ul li:last-child {
  margin-right: 0;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 .utilityFooter {
  display: inline-block;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 .utilityFooter p {
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 .utilityFooter p a {
  display: inline-block;
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.4);
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 .utilityFooter p a:before {
  content: "|";
  padding-right: 10px;
  cursor: text;
  color: rgba(255, 255, 255, 0.6);
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left_level2 .utilityFooter p a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_branding {
  max-width: 177px;
  float: left;
  margin: 50px 50px 0 0;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_branding img {
  display: block;
  width: 100%;
  height: auto;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links {
  overflow: hidden;
  padding-right: 10px;
  float: right;
  max-width: 70%;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footerNav {
  margin-top: 60px;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footerNav ul {
  margin: 0;
  padding: 0;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footerNav ul li {
  list-style: none;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footerNav ul li {
  display: inline-block;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footerNav ul li a {
  font-size: 18px;
  color: rgb(255, 255, 255);
  display: block;
  margin-right: 35px;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footerNav ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footerNav ul li:last-child a {
  margin-right: 0;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts {
  margin-top: 10px;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_contact_info {
  float: left;
  margin-right: 50px;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_contact_info ul {
  margin: 0;
  padding: 0;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_contact_info ul li {
  list-style: none;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_contact_info ul li {
  display: inline;
  padding: 0 12px 0 0;
  border-right: 1px solid rgb(255, 255, 255);
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_contact_info ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: rgb(255, 255, 255);
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_contact_info ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_contact_info ul li:last-child {
  border-right: none;
  padding: 0 0 0 9px;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_social {
  overflow: hidden;
  width: 40%;
  text-align: right;
  float: right;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_social ul {
  margin: 0;
  padding: 0;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_social ul li {
  list-style: none;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_social ul li a {
  color: rgb(255, 255, 255);
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_social ul li a svg {
  height: 18.7px;
  width: auto;
  fill: #fff;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_social ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_social ul li a:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_left .footer_links .footer_contacts .footer_social ul li:last-child {
  margin-right: 0;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_right {
  max-width: 300px;
  border-left: 1px solid rgb(215, 215, 215);
  font-size: 14px;
  padding-left: 2.627%;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_right p {
  font-size: 14px;
  line-height: 20px;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_right .yc_sponsors {
  margin-top: 30px;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_right .yc_sponsors .yc_sponsor_logo {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_right .yc_sponsors .yc_sponsor_logo_item {
  display: inline-block;
  margin-right: 10px;
  width: 60%;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_right .yc_sponsors .yc_sponsor_logo_item:last-child {
  display: none;
  margin: 15px 5px 0 0;
  float: right;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_right .yc_sponsors .yc_sponsor_logo_item:last-child img {
  display: block;
  width: 100%;
  height: auto;
}
.yc_footer_wrapper .yc_footer_content .primaryFooter_right .yc_sponsors .yc_sponsor_logo_item img {
  display: block;
  width: 100%;
  height: auto;
}
.yc_footer_wrapper .yc_footer_content .utilityFooter {
  display: inline-block;
}
.yc_footer_wrapper .yc_footer_content .utilityFooter p {
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
.yc_footer_wrapper .yc_footer_content .utilityFooter p a {
  display: inline-block;
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.4);
}
.yc_footer_wrapper .yc_footer_content .utilityFooter p a:before {
  content: "|";
  padding-right: 10px;
  cursor: text;
  color: rgba(255, 255, 255, 0.6);
}
.yc_footer_wrapper .yc_footer_content .utilityFooter p a:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yc_footer_wrapper .yc_footer .primaryFooter_left .footer_links .footerNav ul li a {
    font-size: 17px;
    margin-right: 30px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter_left .footer_links .footer_contacts {
    margin: 10px 0;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter_left .footer_links .footer_contacts .footer_contact_info {
    float: none;
    margin-right: 0;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter_left .footer_links .footer_contacts .footer_social {
    margin-top: 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yc_footer_wrapper .yc_footer .primaryFooter_left {
    max-width: 100%;
    min-height: 220px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter_left .footer_branding {
    max-width: 167px;
    margin: 30px 60px 0 0;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter_left .footer_links {
    max-width: none !important;
    clear: both;
    float: none;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter_left .footer_links .footerNav {
    margin-top: 40px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter_left .footer_links .footerNav ul li {
    margin-bottom: 10px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter_left .footer_links .footerNav ul li a {
    font-size: 17px;
    margin-right: 22px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter_left .footer_links .footer_contacts .footer_contact_info {
    float: none;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter_left .footer_links .footer_contacts .footer_social {
    overflow: hidden;
    text-align: left;
    width: auto !important;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter_right {
    position: relative;
    max-width: 300px;
    border-left: 1px solid #d7d7d7;
    padding-left: 2%;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter_right .yc_sponsors .yc_sponsor_logo {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .yc_footer_wrapper .yc_footer .primaryFooter {
    display: block;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left {
    max-width: none;
    width: auto;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .footer_social {
    float: none;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .footer_social ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .footer_social ul li {
    list-style: none;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .footer_social ul li {
    display: inline-block;
    margin-right: 0;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .footer_social ul li a {
    color: rgb(255, 255, 255);
    font-size: 22px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .footer_social ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .footer_social ul li:last-child {
    margin-right: 0;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .utilityFooter {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .utilityFooter p {
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .utilityFooter p span {
    display: block;
    margin-top: 10px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .utilityFooter p a:first-child:before {
    content: "";
    margin: 0;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .utilityFooter p a {
    display: inline;
    margin: 0 10px 0 0;
    color: rgba(255, 255, 255, 0.6);
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .utilityFooter p a:before {
    content: "|";
    margin: 0 10px 0 0;
    cursor: text;
    color: rgba(255, 255, 255, 0.6);
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left_level2 .utilityFooter p a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_branding {
    max-width: none;
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_branding img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 0 auto;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links {
    overflow: hidden;
    padding-right: 0;
    float: none;
    max-width: 100% !important;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footerNav {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footerNav ul {
    margin: 0;
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footerNav ul li {
    list-style: none;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footerNav ul li {
    display: inline-block;
    width: 48%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footerNav ul li a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-right: 0;
    padding: 5px;
    display: block;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footerNav ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footerNav ul li:last-child a {
    margin-right: 0;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footer_contacts {
    margin-top: 0;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footer_contacts .footer_contact_info {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footer_contacts .footer_contact_info ul {
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footer_contacts .footer_contact_info ul li {
    list-style: none;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footer_contacts .footer_contact_info ul li {
    display: block;
    padding: 0 0;
    border-right: none;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footer_contacts .footer_contact_info ul li a {
    display: block;
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footer_contacts .footer_contact_info ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footer_contacts .footer_contact_info ul li:last-child {
    border-right: none;
    padding: 0 0 0 9px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_left .footer_links .footer_contacts .footer_social {
    width: 100%;
    float: none !important;
    text-align: center;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_right {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: none;
    border-left: none;
    font-size: 14px;
    padding-left: 0;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_right p {
    font-size: 14px;
    line-height: 20px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_right .yc_sponsors {
    margin-top: 30px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_right .yc_sponsors .yc_sponsor_logo {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_right .yc_sponsors .yc_sponsor_logo_item {
    display: inline-block;
    margin: 0 40px 10px 0;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_right .yc_sponsors .yc_sponsor_logo_item:last-child {
    margin-right: 5px;
  }
  .yc_footer_wrapper .yc_footer .primaryFooter .primaryFooter_right .yc_sponsors .yc_sponsor_logo_item img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* Layout Styles */
.btn {
  padding: 15px 15px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .btn {
    padding: 5px 8px;
  }
}

.btn-db {
  padding: 15px 60px;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .btn-db .btn-db {
    padding: 10px;
  }
}

.btn-white {
  background: #fff;
}
.btn-white:hover {
  background: #ebebeb;
  transition: all 0.3s ease;
}
.btn-white:active {
  background: #bfbfbf;
}
@media only screen and (max-width: 480px) {
  .btn-white {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .btn-white {
    font-size: 14px;
    line-height: 18px;
  }
}

.btn-brown {
  background: #fff;
  display: block;
}
.btn-brown:hover {
  background: #ebebeb;
  transition: all 0.3s ease;
}
.btn-brown:active {
  background: #bfbfbf;
}
@media only screen and (max-width: 480px) {
  .btn-brown {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .btn-brown {
    font-size: 14px;
    line-height: 18px;
  }
}

/* General Styles */
body {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: rgb(30, 30, 30);
}

* {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

h1 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}

h4 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h6 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

::-webkit-input-placeholder {
  color: rgb(101, 101, 101);
}

::-moz-placeholder {
  color: rgb(101, 101, 101);
}

:-ms-input-placeholder {
  color: rgb(101, 101, 101);
}

:-moz-placeholder {
  color: rgb(101, 101, 101);
}

.yc_wrapper {
  background-color: rgb(255, 255, 255);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.yc_wrapper .yc_body_wrapper {
  margin: 0;
  padding: 0;
  clear: both;
}

/* Add This */
.horiz_sharing {
  position: absolute;
  right: 0;
  z-index: 1;
}
.horiz_sharing a {
  margin: 0 0 5px !important;
  background-color: rgb(76, 159, 56) !important;
}
.horiz_sharing .at-icon-wrapper {
  background-color: none !important;
}

a .at-icon-wrapper {
  background-color: rgb(76, 159, 56) !important;
}
/* Add This */
.mobile_facets {
  display: none;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
  h1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  h6 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 48px;
    font-weight: 700;
  }
  .desktop_facets {
    display: none;
  }
  .mobile_facets {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
  }
}
/* Homepage Styles */
.yg_ln_slider {
  margin: 0;
  padding: 0;
  background-position: 50% center, 50% center;
  background-size: cover;
  position: relative;
}
.yg_ln_slider_image {
  overflow: hidden;
  height: 525px;
  margin: 0;
  padding: 0;
}
.yg_ln_slider_image img {
  width: 100%;
  display: block;
}
.yg_ln_slider_text {
  position: absolute;
  width: 86.1111111111%;
  max-width: 1240px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0%, -45%);
  -ms-transform: translate(0%, -45%); /* IE 9 */
  -webkit-transform: translate(0%, -45%);
  color: #ffffff;
  padding: 1.6129%;
}
.yg_ln_slider_text h1 {
  margin: 0;
  font-size: 52px;
  line-height: 65px;
  font-weight: 700;
}
.yg_ln_slider_text p {
  font-size: 22px;
  line-height: 26px;
  width: 60%;
  font-weight: 600;
}
.yg_ln_slider_quote {
  position: absolute;
  width: 86.1111111111%;
  max-width: 1240px;
  bottom: 6%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
}
.yg_ln_slider_quote_text {
  width: 44%;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
}
@media only screen and (max-width: 480px) {
  .yg_ln_slider {
    background-position: 20% center, 20% center;
  }
  .yg_ln_slider_image {
    height: 250px;
  }
  .yg_ln_slider_text {
    width: 90%;
  }
  .yg_ln_slider_text h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .yg_ln_slider_text p {
    font-size: 14px;
    line-height: 18px;
    width: auto;
  }
  .yg_ln_slider_quote {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_slider {
    background-position: 20% center, 20% center;
  }
  .yg_ln_slider_image {
    height: 350px;
  }
  .yg_ln_slider_text {
    width: 86.1111%;
  }
  .yg_ln_slider_text h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .yg_ln_slider_text p {
    font-size: 14px;
    line-height: 18px;
    width: auto;
  }
  .yg_ln_slider_quote {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_slider_image {
    height: 400px;
  }
  .yg_ln_slider_text {
    width: 87%;
  }
  .yg_ln_slider_text h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .yg_ln_slider_text p {
    width: auto;
  }
  .yg_ln_slider_quote {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ln_slider_image {
    height: 420px;
  }
  .yg_ln_slider_text {
    width: 86.1111%;
  }
  .yg_ln_slider_quote_text {
    width: 42%;
    font-size: 17px;
    line-height: 21px;
  }
}

.yg_ln_winnerstrip {
  margin: 0;
  padding: 0;
}
.yg_ln_winnerstrip_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding-top: 2.8611%;
  overflow: hidden;
}
.yg_ln_winnerstrip_wrap h3 {
  margin: 0 0 10px 0;
}
.yg_ln_winnerstrip_contain {
  overflow: hidden;
  border: 0px solid #ccc;
}
.yg_ln_winnerstrip_contain_cover {
  height: 0;
  min-height: 250px;
  padding-bottom: 2%;
  position: relative;
  overflow: hidden;
}
.yg_ln_winnerstrip_contain_cover img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.yg_ln_winnerstrip_contain_cover iframe, .yg_ln_winnerstrip_contain_cover embed, .yg_ln_winnerstrip_contain_cover object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yg_ln_winnerstrip_text {
  float: left;
  width: 53.1%;
  margin: 0 2.4193% 0 0;
  padding: 0 1.6129% 0 0;
  border: 0px solid #f4f4f4;
}
.yg_ln_winnerstrip_text a {
  color: #00abf1;
}
.yg_ln_winnerstrip_text a:after {
  content: "›";
  margin-left: 5px;
  font-weight: 700;
}
.yg_ln_winnerstrip_text a:hover {
  color: #00abf1;
  opacity: 0.8;
}
.yg_ln_winnerstrip_text h3, .yg_ln_winnerstrip_text h4 {
  margin-top: 0;
}
.yg_ln_winnerstrip_text p {
  margin-top: 0;
  width: 80%;
}
@media only screen and (max-width: 480px) {
  .yg_ln_winnerstrip_contain {
    margin: 0;
    padding: 0;
  }
  .yg_ln_winnerstrip_wrap h3 {
    margin: 10px 0 10px 0;
  }
  .yg_ln_winnerstrip_text {
    float: none;
    width: auto;
    margin: 0 0 15px 0;
    padding: 0;
  }
  .yg_ln_winnerstrip_text h4 {
    margin: 10px 0;
  }
  .yg_ln_winnerstrip_text p {
    margin-top: 0;
    width: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_winnerstrip_contain {
    margin: 0;
    padding: 0;
  }
  .yg_ln_winnerstrip_wrap h3 {
    margin: 10px 0 10px 0;
  }
  .yg_ln_winnerstrip_text {
    float: none;
    width: auto;
    margin: 0 0 15px 0;
    padding: 0;
  }
  .yg_ln_winnerstrip_text h4 {
    margin: 10px 0;
  }
  .yg_ln_winnerstrip_text p {
    margin-top: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_winnerstrip_text {
    margin: 0;
    padding: 0;
  }
  .yg_ln_winnerstrip_text p {
    margin-top: 0;
    width: auto;
  }
}

.yg_ln_about {
  margin: 0;
  padding: 0;
}
.yg_ln_about_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 2.8611% 0;
  overflow: hidden;
}
.yg_ln_about_text {
  float: left;
  width: 53.1%;
  margin: 0 2.4193% 0 0;
  padding: 0 1.6129% 0 0;
}
.yg_ln_about_text a {
  color: #00abf1;
}
.yg_ln_about_text a:after {
  content: "›";
  margin-left: 5px;
  font-weight: 700;
}
.yg_ln_about_text a:hover {
  color: #00abf1;
  opacity: 0.8;
}
.yg_ln_about_text h3, .yg_ln_about_text h4 {
  margin-top: 0;
}
.yg_ln_about_videobox {
  overflow: hidden;
}
.yg_ln_about_video {
  height: 0;
  padding-bottom: 2%;
  position: relative;
  overflow: hidden;
}
.yg_ln_about_video img {
  max-width: 100%;
  display: block;
  height: 270px;
}
.yg_ln_about_video iframe, .yg_ln_about_video embed, .yg_ln_about_video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yg_ln_about_image {
  float: right;
  overflow: hidden;
}
.yg_ln_about_image img {
  width: auto;
  max-width: 100%;
  display: block;
  height: 270px;
}
@media only screen and (max-width: 480px) {
  .yg_ln_about_text {
    float: none !important;
    width: auto !important;
    margin-right: 0 !important;
    padding: 0 0 5% 0 !important;
  }
  .yg_ln_about_text h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .yg_ln_about_text p {
    font-size: 16px;
  }
  .yg_ln_about_video {
    padding-bottom: 6%;
    float: none;
  }
  .yg_ln_about_video img {
    height: auto;
  }
  .yg_ln_about_image {
    float: none;
  }
  .yg_ln_about_image img {
    width: 100%;
    height: auto !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_about_text {
    float: none !important;
    width: auto !important;
    margin-right: 0 !important;
    padding: 0 0 5% 0 !important;
  }
  .yg_ln_about_text h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .yg_ln_about_text p {
    font-size: 16px;
  }
  .yg_ln_about_video {
    padding-bottom: 6%;
    float: none;
    text-align: center;
  }
  .yg_ln_about_video img {
    height: auto;
    display: inline-block;
  }
  .yg_ln_about_image {
    float: none;
    text-align: center;
  }
  .yg_ln_about_image img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    height: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_about_video {
    padding-bottom: 6%;
    float: none;
  }
}

.yg_ln_news {
  margin: 0;
  padding: 0;
}
.yg_ln_news_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding-top: 2.8611%;
  overflow: hidden;
}
.yg_ln_news_wrap h3 {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 480px) {
  .yg_ln_news h3 {
    margin: 10px 0 10px 0;
  }
  .yg_ln_news h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_news h3 {
    margin: 10px 0 10px 0;
  }
  .yg_ln_news h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

.yg_ln_news_resource {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: wrap;
  box-pack: justify;
  justify-content: space-between;
}
.yg_ln_news_resource_item {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.yg_ln_news_resource_item:nth-child(1) {
  margin-bottom: 37.8px;
}
.yg_ln_news_resource_item:nth-child(1) .yg_ln_news_resource_image {
  width: 57.258%;
  float: left;
  max-height: 397px;
  min-height: 397px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.yg_ln_news_resource_item:nth-child(1) .yg_ln_news_resource_image img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.yg_ln_news_resource_item:nth-child(1) .yg_ln_news_resource_text {
  overflow: hidden;
  padding: 2.4193% 4.0323%;
  color: #ffffff;
}
.yg_ln_news_resource_item:nth-child(1) .yg_ln_news_resource_text h3 {
  font-weight: 700;
}
.yg_ln_news_resource_item:nth-child(1) .yg_ln_news_resource_text_meta {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.yg_ln_news_resource_item:nth-child(1) .yg_ln_news_resource_text a {
  color: #ffffff;
}
.yg_ln_news_resource_item:nth-child(1) .yg_ln_news_resource_text a:hover {
  color: #ffffff;
  opacity: 0.6;
}
.yg_ln_news_resource_item:nth-child(2), .yg_ln_news_resource_item:nth-child(3) {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 37.8px;
}
.yg_ln_news_resource_item:nth-child(2) .yg_ln_news_resource_image, .yg_ln_news_resource_item:nth-child(3) .yg_ln_news_resource_image {
  width: 100%;
  max-height: 335px;
  min-height: 335px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.yg_ln_news_resource_item:nth-child(2) .yg_ln_news_resource_image img, .yg_ln_news_resource_item:nth-child(3) .yg_ln_news_resource_image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yg_ln_news_resource_item:nth-child(2) .yg_ln_news_resource_text, .yg_ln_news_resource_item:nth-child(3) .yg_ln_news_resource_text {
  overflow: hidden;
  color: #656565;
  padding-top: 15px;
}
.yg_ln_news_resource_item:nth-child(2) .yg_ln_news_resource_text_meta, .yg_ln_news_resource_item:nth-child(3) .yg_ln_news_resource_text_meta {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2%;
  color: rgb(161, 144, 144);
  display: inline-block;
}
.yg_ln_news_resource_item:nth-child(2) .yg_ln_news_resource_text h3, .yg_ln_news_resource_item:nth-child(3) .yg_ln_news_resource_text h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  font-weight: 700;
}
.yg_ln_news_resource_item:nth-child(2) .yg_ln_news_resource_text a, .yg_ln_news_resource_item:nth-child(3) .yg_ln_news_resource_text a {
  color: #000000;
}
.yg_ln_news_resource_item:nth-child(2) .yg_ln_news_resource_text a:hover, .yg_ln_news_resource_item:nth-child(3) .yg_ln_news_resource_text a:hover {
  color: #000000;
  opacity: 0.6;
}
.yg_ln_news_resource_item:nth-child(3) {
  margin-right: 0;
}
.yg_ln_news_resource_item:nth-child(n+4) {
  margin: 0;
  padding: 0;
  width: 32.2%;
  padding: 0;
}
.yg_ln_news_resource_item:nth-child(n+4) .yg_ln_news_resource_image {
  width: 100%;
  max-height: 220px;
  min-height: 220px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.yg_ln_news_resource_item:nth-child(n+4) .yg_ln_news_resource_image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yg_ln_news_resource_item:nth-child(n+4) .yg_ln_news_resource_text {
  overflow: hidden;
  color: #656565;
  padding-top: 15px;
}
.yg_ln_news_resource_item:nth-child(n+4) .yg_ln_news_resource_text_meta {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2%;
  color: rgb(161, 144, 144);
  display: inline-block;
}
.yg_ln_news_resource_item:nth-child(n+4) .yg_ln_news_resource_text h3 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 1em;
  margin-top: 10px;
  font-weight: 700;
}
.yg_ln_news_resource_item:nth-child(n+4) .yg_ln_news_resource_text a {
  color: #000000;
}
.yg_ln_news_resource_item:nth-child(n+4) .yg_ln_news_resource_text a:hover {
  color: #000000;
  opacity: 0.6;
}
.yg_ln_news_resource_item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .yg_ln_news_resource_item:nth-child(1) {
    margin-bottom: 30px;
  }
  .yg_ln_news_resource_item:nth-child(1) h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .yg_ln_news_resource_item:nth-child(1) .yg_ln_news_resource_image {
    float: none;
    width: auto;
    max-height: 220px;
    min-height: 220px;
  }
  .yg_ln_news_resource_item:nth-child(1) .yg_ln_news_resource_text h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .yg_ln_news_resource_item:nth-child(2), .yg_ln_news_resource_item:nth-child(3) {
    width: auto;
    padding-bottom: 30px;
    margin: 0;
  }
  .yg_ln_news_resource_item:nth-child(2) .yg_ln_news_resource_image, .yg_ln_news_resource_item:nth-child(3) .yg_ln_news_resource_image {
    max-height: 220px;
    min-height: 220px;
  }
  .yg_ln_news_resource_item:nth-child(2) .yg_ln_news_resource_text h3, .yg_ln_news_resource_item:nth-child(3) .yg_ln_news_resource_text h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .yg_ln_news_resource_item:nth-child(n+4) {
    float: none;
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
  .yg_ln_news_resource_item:nth-child(n+4) .yg_ln_news_resource_text h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
  }
  .yg_ln_news_resource .yg-ln-news-resource-item:nth-child(1) {
    margin-bottom: 30px;
  }
  .yg_ln_news_resource .yg-ln-news-resource-item:nth-child(1) h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .yg_ln_news_resource .yg-ln-news-resource-item:nth-child(1) .yg_ln_news_resource_image {
    float: none;
    width: auto;
    max-height: 220px;
    min-height: 220px;
  }
  .yg_ln_news_resource .yg-ln-news-resource-item:nth-child(1) .yg_ln_news_resource_text h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .yg_ln_news_resource .yg-ln-news-resource-item:nth-child(2), .yg_ln_news_resource .yg-ln-news-resource-item:nth-child(3) {
    width: auto;
    padding-bottom: 30px;
    margin: 0;
  }
  .yg_ln_news_resource .yg-ln-news-resource-item:nth-child(2) .yg_ln_news_resource_image, .yg_ln_news_resource .yg-ln-news-resource-item:nth-child(3) .yg_ln_news_resource_image {
    max-height: 220px;
    min-height: 220px;
  }
  .yg_ln_news_resource .yg-ln-news-resource-item:nth-child(2) .yg_ln_news_resource_text h3, .yg_ln_news_resource .yg-ln-news-resource-item:nth-child(3) .yg_ln_news_resource_text h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .yg_ln_news_resource .yg-ln-news-resource-item:nth-child(n+4) {
    float: none;
    width: auto;
    margin: 0;
    padding-bottom: 30px;
  }
  .yg_ln_news_resource .yg-ln-news-resource-item:nth-child(n+4) .yg_ln_news_resource_text h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_news_resource_item:nth-child(1) {
    margin-bottom: 30px;
  }
  .yg_ln_news_resource_item:nth-child(1) h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .yg_ln_news_resource_item:nth-child(1) .yg_ln_news_resource_image {
    float: none;
    width: auto;
    max-height: 220px;
    min-height: 220px;
  }
  .yg_ln_news_resource_item:nth-child(1) .yg_ln_news_resource_text h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .yg_ln_news_resource_item:nth-child(2), .yg_ln_news_resource_item:nth-child(3) {
    width: 100%;
    padding-bottom: 30px;
    margin: 0;
  }
  .yg_ln_news_resource_item:nth-child(2) .yg_ln_news_resource_image, .yg_ln_news_resource_item:nth-child(3) .yg_ln_news_resource_image {
    max-height: 220px;
    min-height: 220px;
  }
  .yg_ln_news_resource_item:nth-child(2) .yg_ln_news_resource_text h3, .yg_ln_news_resource_item:nth-child(3) .yg_ln_news_resource_text h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .yg_ln_news_resource_item:nth-child(n+4) {
    float: none;
    width: 100%;
    margin: 0;
    max-width: none !important;
    padding-bottom: 30px;
  }
  .yg_ln_news_resource_item:nth-child(n+4) .yg_ln_news_resource_text h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_news_resource_item:nth-child(1) {
    margin-bottom: 50px;
  }
  .yg_ln_news_resource_item:nth-child(1) .yg_ln_news_resource_image {
    float: none;
    width: auto;
  }
  .yg_ln_news_resource_item:nth-child(2), .yg_ln_news_resource_item:nth-child(3) {
    margin: 0 2% 0 0;
    padding-bottom: 50px;
  }
  .yg_ln_news_resource_item:nth-child(3) {
    margin-right: 0;
  }
  .yg_ln_news_resource_item:nth-child(n+4) {
    max-width: none !important;
    width: 31.7%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ln_news_resource_item:nth-child(2), .yg_ln_news_resource_item:nth-child(3) {
    margin: 0 2% 0 0;
  }
  .yg_ln_news_resource_item:nth-child(3) {
    margin-right: 0;
  }
  .yg_ln_news_resource_item:nth-child(n+4) {
    max-width: none !important;
    width: 31.7%;
  }
}

.yg_ln_news_loadmore {
  text-align: center;
  padding: 2.5em 1em;
  overflow: hidden;
}
.yg_ln_news_loadmore a {
  display: inline-block;
  margin: 0;
  padding: 0.7em 1em;
}

.yg_ln_conversations {
  margin: 0;
  padding: 0;
}
.yg_ln_conversations_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 4.8611% 0;
  overflow: hidden;
}
.yg_ln_conversations_wrap h2 {
  margin-top: 0;
  color: #ffffff;
}
.yg_ln_conversations_wrap h3 {
  font-weight: 700;
  margin-top: 0;
  color: #ffffff;
}
.yg_ln_conversations_items {
  float: left;
  width: 31.7%;
  vertical-align: top;
  margin: 0 2.4193% 0 0;
  max-width: 393px;
  padding: 0;
}
.yg_ln_conversations_items img {
  width: 100%;
  display: block;
}
.yg_ln_conversations_items:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .yg_ln_conversations_wrap h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .yg_ln_conversations_items {
    margin: 0 0 8% 0 !important;
    width: 100%;
    max-width: none !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_conversations_wrap h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .yg_ln_conversations_items {
    margin: 0 0 8% 0 !important;
    width: 100%;
    max-width: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_conversations_items {
    width: 31.7%;
    margin: 0 1.8% 0 0;
    max-width: none !important;
  }
  .yg_ln_conversations_items img {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ln_conversations_items {
    width: 31.7%;
    margin: 0 1.8% 0 0;
    max-width: none !important;
  }
  .yg_ln_conversations_items img {
    width: 100%;
    display: block;
  }
}

/* Basic Page Style */
.yg_ab_slider {
  margin: 0;
  padding: 0;
  background-position: 50% center, 50% center;
  background-size: cover;
  position: relative;
}
.yg_ab_slider_image {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 380px;
}
.yg_ab_slider_image img {
  width: 100%;
  display: block;
}
.yg_ab_slider_circle {
  display: none;
  max-width: 1240px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  z-index: 50;
}
.yg_ab_slider_circle_itemright {
  position: absolute;
  right: -13%;
  top: -6%;
  bottom: 0;
  width: 38%;
  height: auto;
}
.yg_ab_slider_circle_itemright img {
  width: 100%;
  display: block;
}
.yg_ab_slider_circle_itemleft {
  position: absolute;
  left: -6%;
  top: -6%;
  bottom: 0;
  width: 38%;
  height: auto;
}
.yg_ab_slider_circle_itemleft img {
  width: 100%;
  display: block;
}
.yg_ab_slider_text {
  display: none;
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  position: absolute;
  width: 88.57143%;
  margin: 0 auto;
  top: 58%;
  left: 0;
  right: 0;
  transform: translate(0%, -58%);
  -ms-transform: translate(0%, -58%); /* IE 9 */
  -webkit-transform: translate(0%, -58%);
  color: #ffffff;
  padding: 1.6129%;
}
.yg_ab_slider_text h1 {
  margin-top: 0;
}
.yg_ab_slider_text p {
  font-size: 30px;
  line-height: 38px;
}
.yg_ab_slider .main_breadcrumb {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  max-width: 1240px;
  width: 86.111%;
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}
.yg_ab_slider .main_breadcrumb ol {
  margin: 0;
  padding: 10px 0 30px 0;
  list-style-type: none;
}
.yg_ab_slider .main_breadcrumb ol li {
  display: inline-block;
}
.yg_ab_slider .main_breadcrumb ol li::after {
  content: "/";
  font-size: 14px;
  color: #ffffff;
}
.yg_ab_slider .main_breadcrumb ol li:last-child::after {
  display: none;
}
.yg_ab_slider .main_breadcrumb ol li a {
  color: #ffffff;
}
.yg_ab_slider .main_breadcrumb ol li a:hover {
  font-weight: 700;
  color: #ffffff;
  opacity: 0.7;
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .yg_ab_slider_image {
    height: 250px;
  }
  .yg_ab_slider_circle_itemright {
    top: 16%;
    width: 45%;
    right: -15%;
  }
  .yg_ab_slider_circle_itemleft {
    top: 16%;
    width: 45%;
  }
  .yg_ab_slider_text {
    width: 86.11111%;
  }
  .yg_ab_slider_text h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .yg_ab_slider_text p {
    font-size: 14px;
    line-height: 18px;
    display: none;
  }
  .yg_ab_slider .main_breadcrumb {
    left: 0.8em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ab_slider_image {
    height: 300px;
  }
  .yg_ab_slider_circle_itemright {
    top: 11%;
    width: 33%;
    right: -11%;
  }
  .yg_ab_slider_circle_itemleft {
    top: 11%;
    width: 33%;
  }
  .yg_ab_slider_text {
    width: 87%;
  }
  .yg_ab_slider_text h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .yg_ab_slider_text p {
    font-size: 14px;
    line-height: 18px;
  }
  .yg_ab_slider .main_breadcrumb {
    left: 0.8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ab_slider_image {
    height: 350px;
  }
  .yg_ab_slider_circle_itemright {
    top: 8%;
    right: -11%;
    width: 33%;
  }
  .yg_ab_slider_circle_itemleft {
    top: 8%;
    width: 33%;
  }
  .yg_ab_slider_text {
    width: 87%;
  }
  .yg_ab_slider_text h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .yg_ab_slider .main_breadcrumb {
    left: 0.8em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ab_slider_image {
    height: 370px;
  }
  .yg_ab_slider_circle_itemright {
    right: -13%;
  }
  .yg_ab_slider_text {
    width: 87%;
  }
}

.yg_ab_content {
  margin: 0;
  padding: 0;
}
.yg_ab_content_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 4.8611% 0;
  overflow: hidden;
}
.yg_ab_content_regbody {
  float: left;
  width: 96.5968%;
  margin: 0 2.4193% 0 0;
}
.yg_ab_content_regbody .content_inline {
  float: left;
  margin: 0 2.1622% 2.1622% 0;
}
.yg_ab_content_regbody h1 {
  margin-top: 0;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.yg_ab_content_regbody h3 {
  margin-top: 0;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.yg_ab_content_regbody h4 {
  font-weight: 700;
  margin: 0 0 7px 0;
}
.yg_ab_content_regbody li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
.yg_ab_content_regbody li a {
  color: #00abf1;
}
.yg_ab_content_regbody li a:after {
  content: "›";
  margin-left: 5px;
  font-weight: 700;
}
.yg_ab_content_regbody li a:hover {
  color: #00abf1;
  opacity: 0.8;
}
.yg_ab_content_regbody a {
  color: #00abf1;
}
.yg_ab_content_regbody a:hover {
  color: #00abf1;
  opacity: 0.6;
}
.yg_ab_content_regbody img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.yg_ab_content_body {
  float: left;
  width: 74.5968%;
  margin: 0 2.4193% 0 0;
}
.yg_ab_content_body .content_inline {
  float: left;
  margin: 0 2.1622% 2.1622% 0;
}
.yg_ab_content_body p {
  margin: 0 0 15px 0;
}
.yg_ab_content_body h2 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4e5253;
  margin: 0 0 14px 0;
}
.yg_ab_content_body h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0 0 0;
}
.yg_ab_content_body h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 7px 0;
}
.yg_ab_content_body li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.yg_ab_content_body li a {
  color: #00abf1;
}
.yg_ab_content_body li a:after {
  content: "›";
  margin-left: 5px;
  font-weight: 700;
}
.yg_ab_content_body li a:hover {
  color: #0084b4;
  opacity: 0.8;
}
.yg_ab_content_body a {
  color: #00abf1;
}
.yg_ab_content_body a:hover {
  color: #0084b4;
  opacity: 0.6;
}
.yg_ab_content_body img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}
.yg_ab_content_body .activities {
  font-size: 25px;
  margin: 30px 0 20px 0 !important;
  font-weight: 600;
}
.yg_ab_content_body iframe {
  width: 100%;
}
.yg_ab_content_body .status_messages {
  color: #0084b4;
  text-align: center;
  padding: 20px;
  background: rgba(201, 216, 67, 0.575);
  display: block;
}
.yg_ab_content_body .status_messages li {
  list-style-type: none;
}
.yg_ab_content_resource {
  overflow: hidden;
}
.yg_ab_content_resource li {
  font-size: 16px;
  line-height: 22px;
}
.yg_ab_content_resource h2 {
  font-size: 28px;
  line-height: 36px;
  color: #7314E2;
  text-transform: uppercase;
}
.yg_ab_content .nomination_box {
  background-color: #18b1ef; /**#8b5d3a;**/
  padding: 10.5263%;
  color: #fff;
  clear: both;
}
.yg_ab_content .nomination_box h5 {
  margin: 0 0 7px 0;
}
.yg_ab_content .nomination_box p {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 480px) {
  .yg_ab_content_body, .yg_ab_content_regbody {
    float: none;
    width: auto;
    margin: 0;
  }
  .yg_ab_content_body .content_inline, .yg_ab_content_regbody .content_inline {
    float: none;
    display: block;
    text-align: center;
    margin: 0 0 2.1622% 0;
  }
  .yg_ab_content_body h2, .yg_ab_content_regbody h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .yg_ab_content_body h3, .yg_ab_content_regbody h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .yg_ab_content_body h4, .yg_ab_content_regbody h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .yg_ab_content_body p, .yg_ab_content_body li, .yg_ab_content_regbody p, .yg_ab_content_regbody li {
    font-size: 15px;
    line-height: 20px;
  }
  .yg_ab_content .nomination_box h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .yg_ab_content .nomination_box p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ab_content_body, .yg_ab_content_regbody {
    float: none;
    width: auto;
    margin: 0;
  }
  .yg_ab_content_body .content_inline, .yg_ab_content_regbody .content_inline {
    float: none;
    display: block;
    text-align: center;
    margin: 0 0 2.1622% 0;
  }
  .yg_ab_content_body h2, .yg_ab_content_regbody h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .yg_ab_content_body h3, .yg_ab_content_regbody h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .yg_ab_content_body h4, .yg_ab_content_regbody h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .yg_ab_content_body p, .yg_ab_content_body li, .yg_ab_content_regbody p, .yg_ab_content_regbody li {
    font-size: 15px;
    line-height: 20px;
  }
  .yg_ab_content .nomination_box h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .yg_ab_content .nomination_box p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ab_content_body {
    width: 64.5968%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ab_content_body {
    width: 64.5968%;
  }
}

.coerosette {
  width: 92px;
  height: 92px;
  float: left;
  margin: 0 15px 15px 0;
}
@media only screen and (max-width: 480px) {
  .coerosette {
    width: 70px;
    height: 70px;
  }
}

.v1 {
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/YCOE_V2-12.svg) no-repeat;
}

.v2 {
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/YCOE_V2-09.svg) no-repeat;
}

.yg_ab_bottom_resource {
  margin: 0;
  padding: 0;
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/purple_block.png) no-repeat top center;
  background-size: cover;
}
.yg_ab_bottom_resource_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 4.8611% 0;
  overflow: hidden;
}
.yg_ab_bottom_resource_body {
  width: auto;
  margin: 0;
  color: #ffffff;
}
.yg_ab_bottom_resource_body p {
  margin: 0 0 15px 0;
}
.yg_ab_bottom_resource_body h2 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 14px 0;
}
.yg_ab_bottom_resource_body h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0 0 0;
}
.yg_ab_bottom_resource_body h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 7px 0;
}
.yg_ab_bottom_resource_body li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.yg_ab_bottom_resource_body li a {
  color: #ffffff;
}
.yg_ab_bottom_resource_body li a:after {
  content: "›";
  margin-left: 5px;
  font-weight: 700;
}
.yg_ab_bottom_resource_body li a:hover {
  color: #0084b4;
  opacity: 0.8;
}
.yg_ab_bottom_resource_body a {
  color: #ffffff;
}
.yg_ab_bottom_resource_body a:hover {
  color: #0084b4;
  opacity: 0.6;
}
.yg_ab_bottom_resource_body img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.yg_ab_bottom_resource_body figure {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 0;
}
.yg_ab_bottom_resource_body figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
.yg_ab_bottom_resource_body figure figcaption {
  font-size: 10px;
  font-style: italic;
  color: #ffffff;
}
.yg_ab_bottom_resource_body .status_messages {
  color: #ffffff;
  text-align: center;
  padding: 20px;
  background: rgba(201, 216, 67, 0.575);
  display: block;
}
.yg_ab_bottom_resource_body .status_messages li {
  list-style-type: none;
}
@media only screen and (max-width: 480px) {
  .yg_ab_bottom_resource_body, .yg_ab_bottom_resource_regbody {
    float: none;
    width: auto;
    margin: 0;
  }
  .yg_ab_bottom_resource_body .content_inline, .yg_ab_bottom_resource_regbody .content_inline {
    float: none;
    display: block;
    text-align: center;
    margin: 0 0 2.1622% 0;
  }
  .yg_ab_bottom_resource_body h2, .yg_ab_bottom_resource_regbody h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .yg_ab_bottom_resource_body h3, .yg_ab_bottom_resource_regbody h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .yg_ab_bottom_resource_body h4, .yg_ab_bottom_resource_regbody h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .yg_ab_bottom_resource_body p, .yg_ab_bottom_resource_body li, .yg_ab_bottom_resource_regbody p, .yg_ab_bottom_resource_regbody li {
    font-size: 15px;
    line-height: 20px;
  }
  .yg_ab_bottom_resource .nomination_box h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .yg_ab_bottom_resource .nomination_box p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ab_bottom_resource_body, .yg_ab_bottom_resource_regbody {
    float: none;
    width: auto;
    margin: 0;
  }
  .yg_ab_bottom_resource_body .content_inline, .yg_ab_bottom_resource_regbody .content_inline {
    float: none;
    display: block;
    text-align: center;
    margin: 0 0 2.1622% 0;
  }
  .yg_ab_bottom_resource_body h2, .yg_ab_bottom_resource_regbody h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .yg_ab_bottom_resource_body h3, .yg_ab_bottom_resource_regbody h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .yg_ab_bottom_resource_body h4, .yg_ab_bottom_resource_regbody h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .yg_ab_bottom_resource_body p, .yg_ab_bottom_resource_body li, .yg_ab_bottom_resource_regbody p, .yg_ab_bottom_resource_regbody li {
    font-size: 15px;
    line-height: 20px;
  }
  .yg_ab_bottom_resource .nomination_box h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .yg_ab_bottom_resource .nomination_box p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ab_bottom_resource_body {
    width: 64.5968%;
  }
}

.yg_ln_Callforaction {
  margin: 0;
  padding: 0;
}
.yg_ln_Callforaction_contain {
  margin: 0 auto;
  width: 90%;
  max-width: 1240px;
  padding: 6.5% 0;
  z-index: 2;
  position: relative;
}
.yg_ln_Callforaction_item {
  overflow: hidden;
  margin: 0 auto;
}
.yg_ln_Callforaction_item a {
  color: rgb(255, 255, 255);
}
.yg_ln_Callforaction_item a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.yg_ln_Callforaction_item_image {
  margin: 0 auto;
}
.yg_ln_Callforaction_item_image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.yg_ln_Callforaction_item_text {
  overflow: hidden;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  width: auto;
}
.yg_ln_Callforaction_item_text h3 {
  font-size: 46px;
  line-height: 55px;
}
.yg_ln_Callforaction_item_text h3, .yg_ln_Callforaction_item_text h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.yg_ln_Callforaction_item_text p {
  margin-top: 5px;
  font-size: 25px;
  line-height: 32px;
}
.yg_ln_Callforaction_item_text_loadmore {
  text-align: center;
  padding: 1em;
}
.yg_ln_Callforaction_item_text_loadmore a {
  display: inline-block;
  margin: 0;
  padding: 0.7em 1em;
  background-color: rgb(0, 171, 241);
  color: rgb(255, 255, 255);
}
.yg_ln_Callforaction_item_text_loadmore a:hover {
  background-color: rgb(255, 255, 255);
  color: #00abf1;
}
@media only screen and (max-width: 480px) {
  .yg_ln_Callforaction_item_text {
    width: auto;
  }
  .yg_ln_Callforaction_item_text h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .yg_ln_Callforaction_item_text p {
    font-size: 20px;
    line-height: 28px;
    foont-weight: 300;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_Callforaction_item_text {
    width: auto;
  }
  .yg_ln_Callforaction_item_text h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .yg_ln_Callforaction_item_text p {
    font-size: 20px;
    line-height: 28px;
    foont-weight: 300;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_Callforaction_item_text {
    width: auto;
  }
  .yg_ln_Callforaction_item_text h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .yg_ln_Callforaction_item_text p {
    font-size: 20px;
    line-height: 28px;
    foont-weight: 300;
  }
}

.yg_ln_recognition {
  margin: 0;
  padding: 0;
}
.yg_ln_recognition_contain {
  padding: 6.5% 0;
  z-index: 2;
  position: relative;
  width: 60%;
  margin: 0 auto;
}
.yg_ln_recognition_item {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.yg_ln_recognition_item_image {
  max-width: 110px;
  min-width: 110px;
  margin: 0 auto;
}
.yg_ln_recognition_item_image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.yg_ln_recognition_item_text {
  margin-top: 40px;
  overflow: hidden;
  font-weight: 300;
  color: #ffffff;
}
.yg_ln_recognition_item_text p {
  font-size: 23px !important;
  line-height: 30px !important;
}
.yg_ln_recognition_item_text_loadmore {
  text-align: center;
}
.yg_ln_recognition_item_text_loadmore a {
  font-size: 16px;
  display: inline-block;
  margin: 0;
  padding: 0.7em 1em;
  background-color: rgb(0, 171, 241);
  color: rgb(255, 255, 255);
}
.yg_ln_recognition_item_text_loadmorea:hover {
  background-color: rgb(255, 255, 255);
  color: #00abf1;
}

.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.covestro {
  background-image: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/countryside-2326787_1920.jpg);
}
.covestro:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.categorybackground {
  background-image: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/david-clode-viaVyC8dL4A-unsplash.jpg);
  min-height: 20vh;
}
.categorybackground:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.yg_ln_acknowledgement {
  margin: 0;
  padding: 0;
}
.yg_ln_acknowledgement_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  border-top: 1px solid #e5e5e5;
  padding: 4.8387% 0;
  overflow: hidden;
}
.yg_ln_acknowledgement_item {
  overflow: hidden;
  margin: 0 auto;
  width: 70%;
}
.yg_ln_acknowledgement_item_image {
  float: left;
  width: 16.705%;
  padding-right: 3.4562%;
}
.yg_ln_acknowledgement_item_text {
  overflow: hidden;
  padding: 3% 0 0 3.4562%;
  border-left: 1px solid #d7d7d7;
}
.yg_ln_acknowledgement_item_text_meta {
  font-size: 20px;
  font-weight: 700;
  margin-top: 1.152%;
}
@media only screen and (max-width: 480px) {
  .yg_ln_acknowledgement_item {
    width: auto;
  }
  .yg_ln_acknowledgement_item_image {
    float: none;
    width: auto;
    border-left: none;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .yg_ln_acknowledgement_item_text {
    padding: 0;
    text-align: center;
    border-left: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_acknowledgement_item {
    width: auto;
  }
  .yg_ln_acknowledgement_item_image {
    float: none;
    width: auto;
    border-left: none;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .yg_ln_acknowledgement_item_text {
    padding: 0;
    text-align: center;
    border-left: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_acknowledgement_item {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ln_acknowledgement_item {
    width: 100%;
  }
}

.yg_ab_partners {
  margin: 0;
  padding: 0;
}
.yg_ab_partners h2 {
  margin: 0 0 9px 0;
}
.yg_ab_partners_wrap {
  margin: 30px 0 50px 0;
}
.yg_ab_partners_item {
  margin: 30px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  border: 0px solid #ccc;
}
.yg_ab_partners_item_image {
  width: 18%;
  overflow: hidden;
  background-color: #ffffff;
}
.yg_ab_partners_item_image img {
  display: block;
  width: auto;
  height: 100px;
}
.yg_ab_partners_item_text {
  width: 66%;
  overflow: hidden;
}
.yg_ab_partners_item_text h3 {
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
.yg_ab_partners_item_text p {
  font-size: 18px;
  line-height: 22px;
}
.yg_ab_partners_item_text a {
  color: #00abf1;
}
.yg_ab_partners_item_text a:hover {
  color: #00abf1;
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
  .yg_ab_partners_wrap {
    display: block;
  }
  .yg_ab_partners_item {
    width: auto;
  }
  .yg_ab_partners_item_image {
    width: auto;
  }
  .yg_ab_partners_item_text {
    width: auto;
  }
  .yg_ab_partners_item_text h3 {
    margin-top: 25px;
    font-size: 20px;
    line-height: 24px;
  }
  .yg_ab_partners_item_text p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ab_partners_wrap {
    display: block;
  }
  .yg_ab_partners_item {
    width: auto;
  }
  .yg_ab_partners_item_image {
    width: auto;
  }
  .yg_ab_partners_item_text {
    width: auto;
  }
  .yg_ab_partners_item_text h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .yg_ab_partners_item_text p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ab_partners_item_image {
    width: 23%;
  }
  .yg_ab_partners_item_text {
    width: 76%;
  }
  .yg_ab_partners_item_text p {
    font-size: 14px;
    line-height: 22px;
  }
}

.yg_ab_explore {
  margin: 0;
  padding: 0;
}
.yg_ab_explore_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  border-top: 1px solid #e5e5e5;
  padding: 3.8387% 0;
  overflow: hidden;
}
.yg_ab_explore_wrap h2 {
  margin: 0;
}
.yg_ab_explore_item {
  float: left;
  width: 31.7%;
  margin: 1.6129% 2.4194% 0 0;
  max-width: 393px;
  padding: 0;
}
.yg_ab_explore_item:last-child {
  margin-right: 0;
}
.yg_ab_explore_item_image {
  width: 100%;
  max-height: 220px;
  min-height: 220px;
  overflow: hidden;
}
.yg_ab_explore_item_image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
}
.yg_ab_explore_item_text {
  overflow: hidden;
  color: #656565;
  padding: 15px 0;
}
.yg_ab_explore_item_text h3 {
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
.yg_ab_explore_item_text a {
  color: #000000;
}
.yg_ab_explore_item_text a:hover {
  color: #000000;
  opacity: 0.6;
}
.yg_ab_explore_item_text_meta {
  color: #656565;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2%;
}
@media only screen and (max-width: 480px) {
  .yg_ab_explore_item {
    float: none;
    max-width: none !important;
    width: auto;
    margin-right: 0;
  }
  .yg_ab_explore_item_text h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .yg_ab_explore_item_text_meta {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ab_explore_item {
    float: none;
    max-width: none !important;
    width: auto;
    margin-right: 0;
  }
  .yg_ab_explore_item_text h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .yg_ab_explore_item_text_meta {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ab_explore_item {
    width: 31.7%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ab_explore_item {
    width: 31.7%;
  }
}

.yg_ab_relatednews {
  margin: 0;
  padding: 0;
}
.yg_ab_relatednews_contain {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  border-top: 1px solid #e5e5e5;
  padding: 3.8387% 0;
  overflow: hidden;
}
.yg_ab_relatednews_contain h2 {
  margin: 0 0 1.6129% 0;
}
.yg_ab_relatednews_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
}
.yg_ab_relatednews_item {
  width: 31.7%;
  margin: 0 1.5% 1% 0;
  max-width: 393px;
  padding: 0;
}
.yg_ab_relatednews_item:nth-child(3n+3) {
  margin-right: 0;
}
.yg_ab_relatednews_item_image {
  width: 100%;
  max-height: 220px;
  min-height: 220px;
  overflow: hidden;
}
.yg_ab_relatednews_item_image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
}
.yg_ab_relatednews_item_text {
  overflow: hidden;
  color: #656565;
  padding: 15px 0;
}
.yg_ab_relatednews_item_text h3 {
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
.yg_ab_relatednews_item_text a {
  color: #000000;
}
.yg_ab_relatednews_item_text a:hover {
  color: #000000;
  opacity: 0.6;
}
.yg_ab_relatednews_item_text_meta {
  color: #656565;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2%;
}
.yg_ab_relatednews_item_text_meta span.date, .yg_ab_relatednews_item_text_meta span.type {
  margin-right: 7px;
}
.yg_ab_relatednews_item_text_meta .type:before {
  content: "|";
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .yg_ab_relatednews_item_text_meta {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .yg_ab_relatednews_item {
    float: none;
    max-width: none !important;
    width: auto;
    margin-right: 0;
  }
  .yg_ab_relatednews_item_text h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .yg_ab_relatednews_item_text_meta {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ab_relatednews_item {
    float: none;
    max-width: none !important;
    width: auto;
    margin-right: 0;
  }
  .yg_ab_relatednews_item_text h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .yg_ab_relatednews_item_text_meta {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ab_relatednews_item {
    width: 49%;
  }
  .yg_ab_relatednews_item:nth-child(3n+3) {
    margin-right: 1.5%;
  }
  .yg_ab_relatednews_item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ab_relatednews_item {
    width: 31.7%;
  }
}

.yg_winners {
  overflow: hidden;
  margin: 10px 0 20px 0;
}
.yg_winners_wrap {
  overflow: hidden;
  /*margin: 15px 0;*/
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.yg_winners_item {
  width: 48%;
  margin: 0 2.8% 2.8% 0;
  position: relative;
  background-color: #ffffff;
}
.yg_winners_item:nth-child(2n+2) {
  margin-right: 0;
}
.yg_winners_item_image {
  max-height: 300px;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.yg_winners_item_image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.yg_winners_item_text {
  position: absolute;
  left: 0;
  bottom: -5%;
  width: 60%;
  background-color: #ffffff;
  padding: 1.955% 1.955% 1em;
  overflow: hidden;
}
.yg_winners_item_text_meta {
  color: rgb(101, 101, 101);
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2%;
}
.yg_winners_item_text h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  font-weight: 700;
  color: #000000;
}
.yg_winners_item_text h3 a {
  color: #000000;
}
.yg_winners_item_text h3 a:hover {
  color: #000000;
  opacity: 0.6;
}
.yg_winners_item:hover {
  opacity: 1;
}
.yg_winners_item:hover .yg_winners_item_image {
  opacity: 0.7;
}
.yg_winners_item:hover .yg_winners_item_text {
  background: rgb(255, 255, 255);
  color: rgb(0, 132, 180);
}
.yg_winners_item:hover .yg_winners_item_text_meta, .yg_winners_item:hover .yg_winners_item_text h3 {
  color: rgb(101, 101, 101);
}
@media only screen and (max-width: 480px) {
  .yg_winners_wrap {
    display: block !important;
  }
  .yg_winners_item {
    width: auto !important;
    margin: 0 0 20px 0;
  }
  .yg_winners_item_text {
    position: relative;
    width: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_winners_item {
    width: 48% !important;
    margin-bottom: 20px;
  }
}

.yg_ol_regions {
  overflow: hidden;
  margin: 10px 0;
}
.yg_ol_regions h2 {
  margin-bottom: 10px;
}
.yg_ol_regions h3 {
  margin: 10px 0 0 0;
}
.yg_ol_regions_itemwrap {
  overflow: hidden;
  /*margin: 15px 0;*/
  margin: 15px 0 0 0;
  padding: 10px;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.yg_ol_regions_item {
  width: 20%;
  margin-bottom: 30px;
  overflow: hidden;
}
.yg_ol_regions_item_image {
  min-width: 170px;
  max-width: 170px;
  min-height: 170px;
  max-height: 170px;
  /*margin: 0 auto;*/
  margin: 0 auto;
  overflow: hidden;
  background: rgb(201, 199, 199);
  border: 0px solid #2EA7D8;
  border-radius: 50%;
}
.yg_ol_regions_item_image img {
  width: 100%;
  height: auto;
  display: block;
}
.yg_ol_regions_item_text {
  text-align: center;
  margin-top: 8px;
}
.yg_ol_regions_item_text h3 {
  font-size: 15px;
  font-weight: 300;
  color: #875a38;
  line-height: 22px;
  margin: 0;
}
.yg_ol_regions_item_text p {
  font-size: 14px;
  font-weight: 300;
  color: #875a38;
  line-height: 18px;
  width: 80%;
  margin: 5px auto 0 auto;
}
.yg_ol_regions_item:hover .yg_ol_regions_item_image, .yg_ol_regions_item:hover .yg_ol_regions_item_text {
  opacity: 0.8;
}
.yg_ol_regions_item_readmore {
  text-align: center;
  padding: 1em;
  display: block;
  margin: 0 auto;
}
.yg_ol_regions_item_readmore a {
  display: inline-block;
  margin: 0;
  padding: 0.7em 1em;
  color: #ffffff;
}
.yg_ol_regions_item_readmore a:hover {
  opacity: 0.8;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .yg_ol_regions_itemwrap {
    display: block !important;
  }
  .yg_ol_regions_item {
    width: auto !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ol_regions_item {
    width: 30% !important;
  }
  .yg_ol_regions_item_image {
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
  }
  .yg_ol_regions_item_readmore {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ol_regions_item {
    margin: 0 5px 30px 5px;
  }
  .yg_ol_regions_item_image {
    min-width: 130px;
    max-width: 130px;
    min-height: 130px;
    max-height: 130px;
  }
  .yg_ol_regions_item_readmore {
    width: 100%;
  }
}

.yg_regions {
  margin-top: 20px;
}
.yg_regions h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 8px;
}
.yg_regions_itemwrap {
  vertical-align: top;
}
.yg_regions_itemwrap:nth-child(1) {
  width: 20%;
  text-align: center;
}
.yg_regions_itemwrap:nth-child(2) {
  margin: 0 15px;
  width: 44%;
}
.yg_regions_itemwrap:nth-child(3) {
  width: 32%;
}
.yg_regions_item {
  margin: 0 0 30px 0;
  border: 1px solid #f3f3f3;
  background-color: #fbfbfb;
  border-radius: 15px;
  padding: 25px;
  overflow: hidden;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.yg_regions_item_image {
  max-width: 150px;
  margin: 0 auto 15px auto;
  overflow: hidden;
  border: 0px solid #656565;
  background: rgb(255, 255, 255);
  border-radius: 50%;
}
.yg_regions_item_image img {
  width: 100%;
  height: auto;
  display: block;
}
.yg_regions_item_video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.yg_regions_item_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yg_regions_item_text h3 {
  font-size: 23px;
  font-weight: 400;
  color: #875A38;
  margin-bottom: 5px;
}
.yg_regions_item_text h5 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: rgb(0, 171, 241);
  font-weight: 600;
}
.yg_regions_item_text p {
  min-height: 70px;
}
.yg_regions_item_text .full-bio {
  display: block;
  margin: 2px 0;
}
.yg_regions_item_text a {
  color: #00abf1;
}
.yg_regions_item_text a:hover {
  color: #00abf1;
  opacity: 0.6;
}
.yg_regions_item_readmore {
  display: block;
  clear: both;
  margin: 0 auto;
  padding-top: 10px;
}
@media only screen and (max-width: 480px) {
  .yg_regions_itemwrap {
    width: 100% !important;
    margin: 0 !important;
  }
  .yg_regions_item {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_regions_itemwrap:nth-child(1) {
    width: 30%;
    text-align: center;
  }
  .yg_regions_itemwrap:nth-child(2) {
    margin: 0 !important;
    width: 65%;
  }
  .yg_regions_itemwrap:nth-child(3) {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_regions_itemwrap:nth-child(2) {
    width: 40%;
  }
}

.content_sidenav {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  float: right;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .content_sidenav {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.content_sidenav_title {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 20px;
}
.content_sidenav_menu {
  margin: 0;
  padding: 0;
}
.content_sidenav_menu ul {
  margin: 0;
  padding: 0;
}
.content_sidenav_menu ul li {
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 0;
}
.content_sidenav_menu ul li:first-child {
  border: none;
}
.content_sidenav_menu ul li a {
  display: block;
  color: #7F00EB;
  font-size: 20px;
  line-height: 32px;
}
.content_sidenav_menu ul li a:hover {
  opacity: 0.8;
}
.content_sidenav_menu ul li .subnav_menu li {
  border: none;
  list-style: none;
}
.content_sidenav_menu ul li .subnav_menu li a {
  font-size: 18px;
}
.content_sidenav_menu ul li .subnav_menu li a:hover {
  opacity: 0.8;
}
.content_sidenav_menu ul li a.is-active {
  display: inline;
}
.content_sidenav_menu ul li a.is-active:before {
  font-family: "FontAwesome";
  content: "\f04b";
  display: inline-block;
  font-size: 14px;
  margin-right: 7px;
  color: rgb(0, 132, 180);
}
.content_sidenav_menu ul li .subnav_menu li.bc a {
  display: inline;
  font-weight: bold;
}
.content_sidenav_menu ul li .subnav_menu li.bc a:before {
  font-family: "FontAwesome";
  content: "\f04b";
  display: inline-block;
  font-size: 14px;
  margin-right: 7px;
  color: rgb(0, 132, 180);
}
.content_sidenav_menu ul li.current {
  display: block;
}
.content_sidenav_menu ul li.current:before {
  font-family: "FontAwesome";
  content: "\f04b";
  display: inline-block;
  font-size: 14px;
  margin-right: 7px;
  color: rgb(0, 132, 180);
}
.content_sidenav_menu ul li.current a {
  display: inline;
}
.content_sidenav_menu ul.subnav {
  margin-left: 20px;
}
.content_sidenav_menu ul.subnav li {
  border: none;
}
.content_sidenav_menu ul li ul {
  margin-left: 20px;
}
.content_sidenav_menu ul li ul li {
  border: none;
  font-size: 18px;
}

/* Our Team/Search Page/News Item Page/Resources Page Style */
.winner_bg {
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/Winners_by_year1264x380.jpg) no-repeat top right;
  background-size: cover;
}

.search {
  margin: 0;
  padding: 0;
}
.search_content_wrap {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .search_content_wrap {
    max-width: none;
    width: 90%;
  }
}
.search_header {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .search_header {
    padding: 20px 0;
  }
}
.search_header .header_searchbox {
  float: right;
}
@media screen and (max-width: 767px) {
  .search_header .header_searchbox {
    float: none;
    display: none;
  }
}
.search_header .header_searchbox form {
  margin: 0;
  padding: 0;
}
.search_header .header_searchbox form input[type=text] {
  line-height: 50px;
  padding: 0 5px;
  font-size: 18px;
  font-weight: bold;
}
.search_header .header_searchbox form input[type=submit] {
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  border-collapse: collapse;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: rgb(76, 159, 56);
  display: inline-block;
  margin-left: -5px;
  color: rgb(255, 255, 255);
}
.search_header .header_searchbox form input[type=submit]:hover {
  background-color: rgba(76, 159, 56, 0.8);
}
.search_header .header_title {
  overflow: hidden;
}
.search_header .header_title h1 {
  color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .search_header .header_title h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.search_header .header_title p {
  color: rgb(255, 255, 255);
}
.search_body {
  margin: 0;
  padding: 30px 0;
}
.search_body .list_content_columns {
  overflow: hidden;
}
.search_body .list_content_columns .list_content_column_left {
  float: left;
  width: 270px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .search_body .list_content_columns .list_content_column_left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.search_body .list_content_columns .list_content_column_right {
  overflow: hidden;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .search_body .list_content_columns .list_content_column_right {
    margin-top: 30px;
    padding: 0;
  }
}
.search_body .list_content_columns .list_content_column_right p.result_filter {
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .search_body .list_content_columns .list_content_column_right p.result_filter {
    text-align: left;
  }
}
.search_body .list_content_columns .list_content_column_right p.result_filter a {
  font-weight: bold;
}

.list_facet_filter_wrap {
  background-color: rgb(242, 242, 242);
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .list_facet_filter_wrap {
    padding: 20px;
  }
}
.list_facet_filter_wrap .list_facet_filter_title {
  margin-bottom: 10px;
}
.list_facet_filter_wrap .list_facet_filter_title h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.list_facet_filter_wrap .list_facet_filter_body input[type=text], .list_facet_filter_wrap .list_facet_filter_body select {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  color: rgb(101, 101, 101);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .list_facet_filter_wrap .list_facet_filter_body input[type=text], .list_facet_filter_wrap .list_facet_filter_body select {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
}
.list_facet_filter_wrap .list_facet_filter_body input[type=text] {
  max-width: 195px;
  padding: 10px;
}
.list_facet_filter_wrap .list_facet_filter_body label {
  display: block;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  text-transform: uppercase;
}
.list_facet_filter_wrap .list_facet_filter_body select {
  padding: 0px;
}
.list_facet_filter_wrap .list_facet_filter_body select option {
  padding: 0px;
}
.list_facet_filter_wrap .list_facet_filter_body input[type=submit] {
  border: none;
  border-collapse: collapse;
  background: none;
  padding: 0;
  font-size: 14px;
  line-height: 2.349;
  color: rgb(127, 0, 235);
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 20px;
}
.list_facet_filter_wrap .list_facet_filter_body .facets_filter_summary {
  border-top: 1px dotted rgba(51, 51, 51, 0.5);
}
.list_facet_filter_wrap .list_facet_filter_body .facets_filter_summary ul {
  margin: 0;
  padding: 0;
}
.list_facet_filter_wrap .list_facet_filter_body .facets_filter_summary ul li {
  list-style: none;
}
.list_facet_filter_wrap .list_facet_filter_body .facets_filter_summary ul li.facet-summary-item--clear {
  font-size: 1em;
  text-transform: uppercase;
}
.list_facet_filter_wrap .list_facet_filter_body .facets_filter_summary ul li.facet-summary-item--facet {
  font-size: 0.8em;
  line-height: 1em;
  display: inline-block;
  margin: 0.2em;
  padding: 0.2em;
  position: relative;
  border: 1px solid rgba(51, 51, 51, 0.3);
  background-color: #0084b4;
  border-radius: 3px;
}
.list_facet_filter_wrap .list_facet_filter_body .facets_filter_summary ul li.facet-summary-item--facet a {
  color: #fff;
  margin: 0;
  padding: 0 1.3em 0 0;
  font-weight: 700;
  display: block;
}
.list_facet_filter_wrap .list_facet_filter_body .facets_filter_summary ul li.facet-summary-item--facet a::after {
  font-family: "FontAwesome";
  content: "\f00d";
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 1.1em;
  color: #fff;
}
.list_facet_filter_wrap .list_facet_filter_body .facets_filter_summary ul li.facet-summary-item--facet span.js-facet-deactivate {
  display: none;
  text-indent: -150%;
}
.list_facet_filter_wrap .list_facet_filter_home {
  border-top: 1px solid #d7d7d7;
  padding-top: 10px;
  margin-top: 10px;
  text-align: right;
  text-transform: uppercase;
}
.list_facet_filter_wrap .list_facet_filter_home a {
  color: rgb(0, 132, 180);
}
.list_facet_filter_wrap .list_facet_filter_home a:hover {
  color: rgba(0, 132, 180, 0.7);
}
@media screen and (max-width: 767px) {
  .list_facet_filter .list_facet_filter_body input[type=text], .list_facet_filter .list_facet_filter_body select {
    width: 100%;
    max-width: none;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    color: rgb(101, 101, 101);
    line-height: 1.833;
    padding: 5px;
    background-color: #fff;
  }
  .list_facet_filter .list_facet_filter_body input[type=text] {
    max-width: calc(100% - 10px);
  }
}

.result_items {
  overflow: hidden;
}
.result_items iframe {
  border: none;
}
@media screen and (max-width: 767px) {
  .result_items {
    margin-top: 30px;
  }
}
.result_items .result_item {
  overflow: hidden;
  border-bottom: 1px solid rgb(215, 215, 215);
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.result_items .result_item_meta {
  color: rgb(101, 101, 101);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.result_items .result_item_meta .date, .result_items .result_item_meta .type {
  margin-right: 10px;
}
.result_items .result_item_meta .type:before {
  content: "|";
  margin-right: 10px;
}
.result_items .result_item_body {
  overflow: hidden;
}
.result_items .result_item_body .result_item_image {
  float: right;
  max-width: 210px;
  min-width: 210px;
  min-height: 254px;
  max-height: 254px;
  border: 0px solid rgb(226, 226, 226);
  background-position: 50% center, 50% center;
  background-size: cover;
  margin-left: 20px;
}
.result_items .result_item_body .result_item_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .result_items .result_item_body .result_item_image {
    float: none;
    display: block;
    width: 100%;
  }
}
.result_items .result_item_body .result_item_resourceimage, .result_items .result_item_body .result_item_expertimage {
  float: right;
  max-width: 200px;
  min-width: 200px;
  min-height: 254px;
  max-height: 254px;
  background-position: 50% center, 50% center;
  background-size: cover;
  margin-left: 20px;
}
.result_items .result_item_body .result_item_resourceimage img, .result_items .result_item_body .result_item_expertimage img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .result_items .result_item_body .result_item_resourceimage, .result_items .result_item_body .result_item_expertimage {
    float: none;
    display: block;
    width: 100%;
  }
}
.result_items .result_item_body .result_item_text {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .result_items .result_item_body .result_item_text {
    overflow: visible;
  }
}
.result_items .result_item_body .result_item_text h5 {
  margin: 0;
  padding: 0;
}
.result_items .result_item_body .result_item_text p {
  font-size: 16px;
  line-height: 20px;
}
.result_items .result_item_body .result_item_text a.readmore:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 5px;
  font-size: 0.8em;
}
.result_items .result_item_body .result_item_text .result_item_tags a {
  font-weight: bold;
}
.result_items .result_item_body .result_item_text .result_item_tags a:after {
  content: ", ";
}
.result_items .result_item_body .result_item_text .result_item_tags a:last-child:after {
  content: " ";
}
.result_items .result_item_body .result_item_text .result_item_tags p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .result_items .result_item_body .result_item_text .result_item_tags p {
    display: none;
  }
}
.result_items .result_item a {
  color: rgb(127, 0, 235);
}
.result_items .result_item a:hover {
  color: rgba(127, 0, 235, 0.7);
}
@media screen and (max-width: 767px) {
  .result_items .result_item {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .result_items .result_item_meta {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .result_items .result_item_meta .date, .result_items .result_item_meta .type {
    margin-right: 5px;
  }
  .result_items .result_item_body .result_item_image {
    display: inline-block;
    float: right;
    max-width: none;
    width: 30%;
    border: none;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .result_items .result_item_body .result_item_image img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.items_pager {
  margin: 0;
  padding: 0;
  text-align: center;
}
.items_pager .item-list {
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .items_pager .item-list {
    display: block;
  }
}
.items_pager .item-list ul.pager {
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .items_pager .item-list ul.pager {
    width: 100%;
  }
}
.items_pager .item-list ul.pager li {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .items_pager .item-list ul.pager li {
    padding: 5px;
  }
}
.items_pager .item-list ul.pager li a {
  display: block;
  padding: 0 5px;
  color: #0084b4;
}
.items_pager .item-list ul.pager li a:hover {
  color: rgba(0, 132, 180, 0.7);
}
@media screen and (max-width: 767px) {
  .items_pager .item-list ul.pager li a {
    padding: 0 3px;
    text-transform: uppercase;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .items_pager .item-list ul.pager li.pager-item, .items_pager .item-list ul.pager li.pager-ellipsis {
    display: none;
  }
}
.items_pager .item-list ul.pager li.pager-current {
  color: #fff;
  background-color: rgb(0, 132, 180);
}
.items_pager .item-list ul.pager li.is-active {
  color: #fff;
  background-color: rgb(0, 132, 180);
}
.items_pager .item-list ul.pager li.is-active a {
  color: #fff;
}

/* News Page Styles */
.yc_news {
  margin: 0;
  padding: 0;
}
.yc_news_slider {
  margin: 0;
  padding: 0;
  background-position: top;
  background-size: cover;
  position: relative;
}
.yc_news_slider_image {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 380px;
  /*&:before {
  	background-color:rgba(0,0,0,0.2); //0.4
  	content: ""; 
  	height: 100%; 
  	left: 0; 
  	position: absolute; 
  	top: 0;
  	width: 100%; 
  	z-index: 1;
  }*/
}
.yc_news_slider_image img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 480px) {
  .yc_news_slider_image {
    height: 250px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yc_news_slider_image {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yc_news_slider_image {
    height: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yc_news_slider_image {
    height: 370px;
  }
}
.yc_news_header {
  max-width: 1240px;
  margin: 0 auto;
  padding: 3.8611% 0;
  overflow: hidden;
  position: relative;
}
.yc_news_header h4 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4e5253;
  margin: 0;
  position: relative;
  padding-left: 100px;
}
.yc_news_header h4::before {
  content: "";
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/YCOE_V2-11.svg) no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .yc_news_header {
    padding: 13% 0;
    max-width: 90%;
  }
  .yc_news_header h4 {
    font-size: 22px;
    line-height: 28px;
    padding-left: 80px;
  }
  .yc_news_header h4::before {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yc_news_header {
    padding: 7% 0;
    max-width: 90%;
  }
  .yc_news_header h4 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 90px;
  }
  .yc_news_header h4::before {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yc_news_header {
    padding: 4.8% 0;
    max-width: 90%;
  }
}
.yc_news_header_box {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: rgb(115, 20, 226);
  background: linear-gradient(90deg, rgb(115, 20, 226) 31%, rgb(115, 20, 226) 56%, rgb(115, 20, 226) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7314E2",endColorstr="#7314E2",GradientType=1);
}
.yc_news_featured {
  max-width: 1240px;
  margin: 0 auto;
  background-color: rgb(0, 171, 241);
  padding: 120px 0 65px 0;
}
.yc_news_featured_content {
  padding: 0;
  margin: 0 auto;
}
.yc_news_featured_content_header {
  max-width: 1240px;
  margin: 0 auto;
}
.yc_news_featured_content_header h1 {
  margin: 0;
  padding: 0;
  margin: 0 0 30px 11px;
  color: rgb(255, 255, 255);
}
.yc_news_featured_content_header_filters {
  margin-bottom: 40px;
}
.yc_news_featured_content_header_filters ul {
  margin: 0;
  padding: 0;
}
.yc_news_featured_content_header_filters ul li {
  list-style: none;
}
.yc_news_featured_content_header_filters ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.yc_news_featured_content_header_filters ul li a {
  font-size: 22px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  display: block;
}
.yc_news_featured_content_header_filters ul li a:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 132, 180);
}
.yc_news_featured_content_header_filters ul li.active a {
  background: rgb(255, 255, 255);
  color: rgb(0, 132, 180);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.yc_news_featured_content_body {
  margin: 0 auto;
  padding: 0;
  max-width: 1240px;
}
.yc_news_featured_content_body .yc_news_featured_items {
  overflow: hidden;
}
.yc_news_featured_content_body .yc_news_featured_items .item-list ul li {
  margin: 0;
}
.yc_news_featured_content_body .yc_news_featured_items ul {
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;
}
.yc_news_featured_content_body .yc_news_featured_items ul li {
  list-style: none;
}
.yc_news_featured_content_body .yc_news_featured_items ul li {
  width: 58.5%;
}
.yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item {
  position: relative;
  margin: 0;
  padding: 0;
}
.yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_image {
  position: relative;
  margin: 0;
  padding: 0;
  height: 575px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_image img {
  display: block;
}
.yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  background-color: rgb(0, 171, 241);
  border: 0px solid rgb(255, 255, 255);
  padding: 1.955% 1.955% 1em;
}
.yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption_meta {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption_meta span.date, .yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption_meta span.type {
  margin-right: 10px;
}
.yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption_meta .type:before {
  content: "|";
  margin-right: 10px;
}
.yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption_text p {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption_text a {
  color: rgb(255, 255, 255);
}
.yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption_text a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.yc_news_featured_content_body .yc_news_featured_items ul li:last-child {
  width: 40%;
}
.yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item {
  position: relative;
  margin: 0;
  padding: 0;
}
.yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item_image {
  width: 100%;
}
.yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 60%;
  background-color: rgb(0, 171, 241);
  border: none;
  padding: 20px 20px 0 0;
}
.yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item_caption_meta, .yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item_caption_text {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
.yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item_caption_meta {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item_caption_text p {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.yc_news_items {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.yc_news_items_content {
  padding: 70px 0 40px 0;
  max-width: 1240px;
  margin: 0 auto;
}
.yc_news_items_content .yc_news_list {
  overflow: hidden;
}
.yc_news_items_content .yc_news_list .item-list ul li {
  margin: 0;
}
.yc_news_items_content .yc_news_list ul {
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
}
.yc_news_items_content .yc_news_list ul li {
  list-style: none;
}
.yc_news_items_content .yc_news_list ul li {
  margin-bottom: 15px;
}
.yc_news_items_content .yc_news_list ul li:nth-child(1), .yc_news_items_content .yc_news_list ul li:nth-child(2) {
  width: 49%;
  margin-bottom: 60px;
}
.yc_news_items_content .yc_news_list ul li:nth-child(1) .yc_news_item, .yc_news_items_content .yc_news_list ul li:nth-child(2) .yc_news_item {
  position: relative;
}
.yc_news_items_content .yc_news_list ul li:nth-child(1) .yc_news_item_image, .yc_news_items_content .yc_news_list ul li:nth-child(2) .yc_news_item_image {
  position: relative;
  max-height: 335px;
  min-height: 335px;
  overflow: hidden;
}
.yc_news_items_content .yc_news_list ul li:nth-child(1) .yc_news_item_image img, .yc_news_items_content .yc_news_list ul li:nth-child(2) .yc_news_item_image img {
  display: block;
  width: 100%;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}
.yc_news_items_content .yc_news_list ul li:nth-child(1) .yc_news_item_caption, .yc_news_items_content .yc_news_list ul li:nth-child(2) .yc_news_item_caption {
  position: absolute;
  max-width: 60%;
  top: 72%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 3% 3% 3% 0;
  font-size: 26px;
  line-height: 30px;
}
.yc_news_items_content .yc_news_list ul li:nth-child(1) .yc_news_item_caption_text p, .yc_news_items_content .yc_news_list ul li:nth-child(2) .yc_news_item_caption_text p {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
.yc_news_items_content .yc_news_list ul li:nth-child(n+3) {
  width: 32%;
  margin-bottom: 15px;
}
.yc_news_items_content .yc_news_list ul li:nth-child(n+3) .yc_news_item {
  position: relative;
}
.yc_news_items_content .yc_news_list ul li:nth-child(n+3) .yc_news_item_image {
  position: relative;
  max-height: 220px;
  min-height: 220px;
  overflow: hidden;
}
.yc_news_items_content .yc_news_list ul li:nth-child(n+3) .yc_news_item_image img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.yc_news_items_content .yc_news_list ul li:nth-child(n+3) .yc_news_item_caption {
  padding: 15px 0;
}
.yc_news_items_content .yc_news_list ul li:nth-child(n+3) .yc_news_item_caption_text p {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.video .yc_news_item_icon {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0.8;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact {
  background-color: rgb(139, 93, 58);
  padding: 30px 40px;
  width: 315px;
  color: rgb(255, 255, 255);
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity {
  overflow: hidden;
  margin-bottom: 20px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity_image {
  float: left;
  margin-right: 20px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity_details {
  overflow: hidden;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity_details span {
  display: block;
  margin-bottom: 5px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity_details .type {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.502);
  font-size: 14px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity_details .name {
  font-weight: 700;
  font-size: 18px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity_details .title {
  font-size: 14px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_contacts {
  overflow: hidden;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_contacts span {
  display: block;
  margin-bottom: 5px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_resources {
  font-size: 18px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_resources h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_resources ul li {
  width: 50%;
  margin-bottom: 10px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_resources ul li a {
  font-size: 16px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_resources ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 5px;
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact a {
  color: rgb(255, 255, 255);
}
.yc_news_items_content .yc_news_list ul li .yc_news_item.contact a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.yc_news_items_content .yc_news_list p {
  margin: 0;
  padding: 0;
}
.yc_news_items_content .yc_news_list a {
  color: rgb(0, 0, 0);
}
.yc_news_items_content .yc_news_list a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.yc_news_items_content .yc_news_list .yc_news_item_caption_meta {
  color: rgb(101, 101, 101);
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2%;
}
.yc_news_items_content .yc_news_list .yc_news_item_caption_meta span.time, .yc_news_items_content .yc_news_list .yc_news_item_caption_meta span.date {
  margin-right: 5px;
}
.yc_news_items_content .yc_news_list .yc_news_item_caption_meta .type:before {
  content: "|";
  margin-right: 5px;
}
.yc_news_items_content .yc_news_list_showmore {
  display: block;
  margin: 40px 0;
  text-align: center;
}
.yc_news_items_content .yc_news_list_showmore a {
  display: inline-block;
  background-color: rgb(76, 159, 56);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 16px 20px;
  font-weight: 700;
}
.yc_news_items_content .yc_news_list_showmore a:hover {
  background-color: rgb(139, 93, 58);
}
@media screen and (max-width: 767px) {
  .yc_news .yc_news_featured {
    padding: 120px 0 20px 0;
  }
  .yc_news .yc_news_featured_content_header {
    max-width: 90%;
  }
  .yc_news .yc_news_featured_content_header h1 {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
  }
  .yc_news .yc_news_featured_content_header_filters {
    display: none;
  }
  .yc_news .yc_news_featured_content_body {
    max-width: 90%;
    margin: 0 auto;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items {
    overflow: hidden;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items .item-list ul li {
    margin: 0;
    margin-bottom: 20px;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul {
    margin: 0;
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li {
    list-style: none;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_image {
    position: relative;
    margin: 0;
    padding: 0;
    max-height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 10px 0;
    width: 100%;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption_meta, .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption_text {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption_meta {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li .yc_news_featured_item_caption_text p {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li:last-child {
    width: 100%;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item_image {
    width: 100%;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item_caption {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 10px 0;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item_caption_meta, .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item_caption_text {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item_caption_meta {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .yc_news .yc_news_featured_content_body .yc_news_featured_items ul li:last-child .yc_news_featured_item_caption_text p {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  .yc_news .yc_news_items_content {
    padding: 40px 0 20px 0;
    max-width: 90%;
  }
  .yc_news .yc_news_items_content .yc_news_list .item-list ul li {
    margin: 0;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li {
    margin-bottom: 0;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(1), .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(2) {
    margin-bottom: 20px;
    width: 100%;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(1) .yc_news_item, .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(2) .yc_news_item {
    position: relative;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(1) .yc_news_item_image, .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(2) .yc_news_item_image {
    max-height: 220px;
    min-height: 220px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(1) .yc_news_item_caption, .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(2) .yc_news_item_caption {
    position: relative;
    max-width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(1) .yc_news_item_caption_text p, .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(2) .yc_news_item_caption_text p {
    font-size: 18px;
    line-height: 22px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(n+3) {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(n+3) .yc_news_item {
    position: relative;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(n+3) .yc_news_item_image {
    position: relative;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(n+3) .yc_news_item_image img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(n+3) .yc_news_item_caption {
    padding: 10px 0;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li:nth-child(n+3) .yc_news_item_caption_text p {
    font-size: 18px;
    line-height: 22px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.video .yc_news_item_icon {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    z-index: 5;
    opacity: 0.8;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact {
    background-color: rgb(139, 93, 58);
    padding: 30px 40px;
    width: 100%;
    color: rgb(255, 255, 255);
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact {
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity_image {
    float: left;
    margin-right: 20px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity_details {
    overflow: hidden;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity_details span {
    display: block;
    margin-bottom: 5px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity_details .type {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.502);
    font-size: 14px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity_details .name {
    font-weight: 700;
    font-size: 18px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_identity_details .title {
    font-size: 14px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_contacts {
    overflow: hidden;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_mediacontact_contacts span {
    display: block;
    margin-bottom: 5px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_resources {
    font-size: 18px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_resources h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_resources ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_resources ul li a {
    font-size: 16px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact .yc_news_item_resources ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 5px;
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact a {
    color: rgb(255, 255, 255);
  }
  .yc_news .yc_news_items_content .yc_news_list ul li .yc_news_item.contact a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .yc_news .yc_news_items_content .yc_news_list .yc_news_item_caption_meta {
    color: rgba(101, 101, 101, 0.5);
    font-size: 12px;
    margin-bottom: 10px;
  }
  .yc_news .yc_news_items_content .yc_news_list_showmore {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
  .yc_news .yc_news_items_content .yc_news_list_showmore a {
    display: inline-block;
    background-color: rgb(76, 159, 56);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 16px 20px;
    font-weight: 700;
  }
  .yc_news .yc_news_items_content .yc_news_list_showmore a:hover {
    background-color: rgb(139, 93, 58);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yc_news .yc_news_items {
    max-width: 90%;
  }
}

/* News Article Page*/
.content_container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  border: 0px solid #000;
}
@media screen and (max-width: 479px) {
  .content_container {
    width: 100%;
  }
}

.article_header {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: 50%, 50%;
}
.article_header .main_breadcrumb {
  position: absolute;
  top: 1em;
  left: 2.4em;
  z-index: 10;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.article_header .main_breadcrumb ol {
  margin: 0;
  padding: 10px 0 30px 0;
  list-style-type: none;
}
.article_header .main_breadcrumb ol li {
  display: inline-block;
  text-shadow: 3px 2px 3px rgba(65, 65, 65, 0.5);
  color: #ffffff;
}
.article_header .main_breadcrumb ol li::after {
  content: "/";
  font-size: 14px;
  color: #ffffff;
}
.article_header .main_breadcrumb ol li:last-child::after {
  display: none;
}
.article_header .main_breadcrumb ol li a {
  color: #ffffff;
}
.article_header .main_breadcrumb ol li a:hover {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: underline;
}
.article_header_image {
  position: relative;
  margin: 0;
  padding: 0;
  height: 630px;
}
.article_header_image img {
  display: none;
}
.article_header_image::before {
  content: ""; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=.8 ); /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  width: 100%;
  height: 100%;
}
.article_header_meta {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  color: #fff;
  text-shadow: 4px 7px 4px rgba(0, 0, 0, 0.5);
}
.article_header_meta .article_header_meta_wrap {
  margin-left: 60px;
  width: 70%;
}
.article_header_meta_info {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
}
.article_header_meta_info span {
  padding: 0;
}
.article_header_meta_info span div {
  display: inline;
}
.article_header_meta_info span:after {
  content: "|";
  padding: 0 0.6em;
  color: rgba(254, 252, 252, 0.7);
}
.article_header_meta_info span a {
  color: #fff;
}
.article_header_meta_info span:last-child {
  border-right: none;
}
.article_header_meta_info span:last-child:after {
  content: none;
}
.article_header_meta_title {
  margin: 0;
  padding: 0 0 1em 0;
}
.article_header_meta_title h1 {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .article_header .main_breadcrumb {
    left: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .article_header .article_header_image {
    height: 300px;
  }
  .article_header .article_header_meta {
    bottom: 10%;
  }
  .article_header .article_header_meta .article_header_meta_wrap {
    margin-left: 0;
    width: 90%;
    margin: auto;
  }
  .article_header .article_header_meta_title h1 {
    font-size: 20px;
    line-height: 25px;
  }
  .article_header .main_breadcrumb {
    left: 0.8em;
  }
}
@media screen and (max-width: 479px) {
  .article_header .article_header_image {
    height: 300px;
  }
  .article_header .article_header_meta {
    bottom: 3%;
  }
  .article_header .article_header_meta .article_header_meta_wrap {
    margin-left: 0;
    width: 90%;
    margin: auto;
  }
  .article_header .main_breadcrumb {
    left: 0.8em;
  }
}

.article_content {
  padding: 24px 0;
}
.article_content .document_topics {
  margin-left: 0;
}
.article_content .content_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.article_content .content_wrap:before, .article_content .content_wrap:after {
  content: "";
  display: table;
  clear: both;
}
.article_content .content_wrap .content_main {
  float: left;
  min-width: 300px;
  width: calc(100% - 340px);
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .article_content .content_wrap .content_main {
    float: none;
    min-width: none;
    width: 100%;
    margin-right: 0;
  }
}
.article_content .content_wrap .content_main .content_main_container {
  overflow: hidden;
  /*
  & .content_image{
  	float: left;
  	margin: 1em 1.5em 0 0;
  	max-width: 400px;

  	& img{
  		display: block;
  	}

  	&_caption{
  		display: block;
  		color: rgba(101,101,101,1.0);
  		font-size: 0.7em;
  	}

  	&_credit{
  		display: block;
  		font-style: italic;
  		font-size: 0.7em;

  		&:before{
  			font-family: FontAwesome;
  			content: "\f030";
  			margin-right:7px;
  			font-style: normal;
  		}
  	}
  }
  */
}
.article_content .content_wrap .content_main .content_main_container p, .article_content .content_wrap .content_main .content_main_container li, .article_content .content_wrap .content_main .content_main_container .document_topics, .article_content .content_wrap .content_main .content_main_container .project_title, .article_content .content_wrap .content_main .content_main_container .project_subtitle, .article_content .content_wrap .content_main .content_main_container figure {
  margin-left: 60px;
}
.article_content .content_wrap .content_main .content_main_container p {
  margin-top: 5px;
}
.article_content .content_wrap .content_main .content_main_container p a {
  color: rgb(0, 132, 180);
}
.article_content .content_wrap .content_main .content_main_container p a:hover {
  color: rgba(0, 132, 180, 0.7);
}
@media screen and (max-width: 767px) {
  .article_content .content_wrap .content_main .content_main_container {
    margin-left: 5%;
    margin-right: 5%;
  }
  .article_content .content_wrap .content_main .content_main_container p, .article_content .content_wrap .content_main .content_main_container li, .article_content .content_wrap .content_main .content_main_container .document_topics, .article_content .content_wrap .content_main .content_main_container .project_title, .article_content .content_wrap .content_main .content_main_container .project_subtitle, .article_content .content_wrap .content_main .content_main_container figure {
    margin-left: 0;
  }
  .article_content .content_wrap .content_main .content_main_container img {
    margin-left: 0;
  }
}
.article_content .content_wrap .content_main .content_main_container .project_title {
  font-weight: 500;
  font-size: 23px;
  font-weight: 28px;
  padding: 15px 0 30px 0;
}
.article_content .content_wrap .content_main .content_main_container .project_subtitle {
  font-weight: 700;
  font-size: 17px;
  font-weight: 22px;
}
.article_content .content_wrap .content_main .content_main_container .article_summary {
  background-color: rgba(246, 244, 175, 0.5);
  padding: 0.3em 1em;
}
.article_content .content_wrap .content_main .content_main_container .article_summary p, .article_content .content_wrap .content_main .content_main_container .article_summary li {
  margin: 0;
  font-size: 1em;
}
.article_content .content_wrap .content_main .content_main_container figure {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.article_content .content_wrap .content_main .content_main_container figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
.article_content .content_wrap .content_main .content_main_container figure figcaption {
  font-size: 0.8em;
  color: rgba(51, 51, 51, 0.7);
}
.article_content .content_wrap .content_main .content_main_container .document_topics li {
  margin-left: 0 !important;
}
.article_content .content_wrap .content_main .content_main_container .quote_content {
  margin-left: 10px !important;
  margin-bottom: 0 !important;
}
.article_content .content_wrap .content_main .content_main_container .quote_content p {
  margin-left: 0 !important;
}
.article_content .content_wrap .content_main .content_main_container table {
  width: 100%;
  background: none;
  border-collapse: collapse;
  margin: 2em 0;
}
.article_content .content_wrap .content_main .content_main_container table tr {
  border-bottom: 1px solid rgb(215, 215, 215);
}
.article_content .content_wrap .content_main .content_main_container table tr td, .article_content .content_wrap .content_main .content_main_container table tr th {
  padding: 1em;
}
.article_content .content_wrap .content_main .content_main_container table tr th {
  background: rgb(0, 131, 179);
  color: rgb(255, 255, 255);
  text-align: left;
}
.article_content .content_wrap .content_main .content_main_container li {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .article_content .content_wrap .content_main .content_main_container li {
    font-size: 16px;
    line-height: 22px;
  }
}
.article_content .content_wrap .content_main .content_main_container .sdg_container {
  margin: 0;
  padding: 0;
  margin-left: 60px;
  display: none;
  /*******/
  /*******/
  /*
  & h3{
  	font-weight: 400;
  }

  & .sdg_items{
  	overflow: hidden;

  	& .sdg_item{
  		width: 50%;
  		min-width: 300px;
  		float: left;
  		display: table;
  		height: 100%;

  		@media screen and (max-width:767px){
  			width: 100%;
  			min-width: 100px;
  			float: none;
  			display: block;
  			overflow: hidden;
  			margin-bottom: 1em;
  		}

  		&:after{clear: both;}

  		&_image{
  			float: left;
  			margin-right: 1em;
  			width: 100px;
  			height: 100px;
  			position: relative;

  			& img{
  				position: absolute;
  				top: 50%;
  				left: 50%;
  				transform: translate(-50%, -50%);
  			}
  		}

  		&_body{
  			display: table-cell;
  			vertical-align: middle;
  			padding: 1em 1em 1em 0;
  			overflow: hidden;
  			width: 100%;

  			& span{
  				display: block;
  				font-weight: 700;
  			}
  		}
  	}

  	& .sdg06{
  		& .sdg_item_image{
  			background-color: rgba(17,189,227,1.0);
  		}

  		& span{
  			color: rgba(17,189,227,1.0);
  		}
  	}


  	& .sdg12{
  		& .sdg_item_image{
  			background-color: rgba(191,143,34,1.0);
  		}

  		& span{
  			color: rgba(191,143,34,1.0);
  		}
  	}
  }*/
}
.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-left: 0.5em;
}
.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid .contextual_sdg_item {
  width: 31%;
  margin: 1em 0.8em 1em 0;
  background: #f2f2f2;
}
.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid .contextual_sdg_item_container {
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: nowrap;
}
.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid .contextual_sdg_item_container .contextual_sdg_item_image {
  width: 30%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid .contextual_sdg_item_container .contextual_sdg_item_image img {
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0;
  display: block;
}
.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid .contextual_sdg_item_container .contextual_sdg_item_text {
  width: 70%;
  padding: 1em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid .contextual_sdg_item_container .contextual_sdg_item_text h3 {
  font-size: 1.1em;
  line-height: 0.8em;
  margin: 0;
}
.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid .contextual_sdg_item_container .contextual_sdg_item_text_description {
  font-size: 0.95em;
  margin-top: 10px;
}
.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid .contextual_sdg_item_container .contextual_sdg_item_button {
  display: none;
}
.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid .contextual_sdg_item:last-child {
  float: left;
}
.article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid:before, .article_content .content_wrap .content_main .content_main_container .sdg_container .ep_sdg_grid:after {
  display: none;
}
.article_content .content_wrap .content_main .content_main_container .media_contact {
  margin: 0;
  padding: 0;
  margin-top: 3em;
  overflow: hidden;
}
.article_content .content_wrap .content_main .content_main_container .media_contact h3 {
  font-weight: 400;
}
.article_content .content_wrap .content_main .content_main_container .media_contact_image {
  float: left;
  margin-right: 1em;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .article_content .content_wrap .content_main .content_main_container .media_contact_image {
    width: 20%;
  }
}
.article_content .content_wrap .content_main .content_main_container .media_contact_image img {
  width: 100%;
  height: auto;
  margin: 0;
}
.article_content .content_wrap .content_main .content_main_container .media_contact_body {
  overflow: hidden;
}
.article_content .content_wrap .content_main .content_main_container .media_contact_body_name {
  font-weight: 700;
  color: rgb(0, 131, 179);
  font-size: 1.375em;
}
@media screen and (max-width: 479px) {
  .article_content .content_wrap .content_main .content_main_container .media_contact_body_name {
    font-size: 1.175em;
  }
}
.article_content .content_wrap .content_main .content_main_container .media_contact_body_title {
  font-size: 1.125em;
}
@media screen and (max-width: 479px) {
  .article_content .content_wrap .content_main .content_main_container .media_contact_body_title {
    font-size: 1em;
  }
}
.article_content .content_wrap .content_main .content_main_container .media_contact_body_info {
  margin-top: 1.5em;
}
@media screen and (max-width: 479px) {
  .article_content .content_wrap .content_main .content_main_container .media_contact_body_info {
    margin-top: 0.5em;
  }
}
.article_content .content_wrap .content_main .content_main_container .media_contact_body_info_phone:before {
  font-family: FontAwesome;
  content: "\f095";
  margin-right: 10px;
  color: rgb(187, 187, 187);
}
.article_content .content_wrap .content_main .content_main_container .media_contact_body_info_email:before {
  font-family: FontAwesome;
  content: "\f0e0";
  margin-right: 10px;
  color: rgb(187, 187, 187);
}
.article_content .content_wrap .content_main p {
  line-height: 1.5em;
  font-weight: 300;
}
.article_content .content_wrap .content_sidebar {
  float: right;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .article_content .content_wrap .content_sidebar {
    float: none;
    width: 100%;
    position: relative;
  }
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight {
  background-color: rgb(75, 159, 55);
  color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight h5, .article_content .content_wrap .content_sidebar .content_sidebar_highlight h3 {
  margin: 0;
  padding: 0;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight_title {
  margin: 2em;
  margin-bottom: 0;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight_title h3 {
  font-size: 1.6em !important;
  margin: 0 !important;
  line-height: 1em !important;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_new {
  padding: 0 2em 2em 2em;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_new .content_sidebar_highlight_item_links ul li {
  display: block;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  border-left: none;
  margin-bottom: 13px;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_new .content_sidebar_highlight_item_links ul li a {
  margin: 0 !important;
  font-size: 0.9em !important;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item {
  display: block;
  margin: 2em;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_label h3 {
  font-size: 1.25em;
  font-weight: 300;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_title h5 {
  font-weight: 700;
  font-size: 1.5em;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links {
  overflow: hidden;
  margin-top: 1em;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul {
  margin: 0;
  padding: 0;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 18px;
  font-size: 16px;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li strong {
  font-weight: 700;
  opacity: 0.9;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  display: block;
  margin: 0 1em;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li a:hover {
  color: rgb(255, 255, 255);
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li .project_chart {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li .project_chart h4 {
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  margin: 20px 0 5px 0;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li:first-child {
  border-left: none;
}
.article_content .content_wrap .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li:first-child a {
  margin: 0 1em 0 0;
}
.article_content .interstitial {
  margin: 0;
  padding: 0;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .article_content .interstitial {
    margin: 2em 0 0.5em 0;
  }
}
.article_content .interstitial .content_main {
  float: none;
  width: 100%;
}
.article_content .interstitial .content_main .content_factbox {
  margin: 0;
  padding: 0;
  min-width: 500px;
  width: calc(100% - 400px);
  height: 100%;
  display: table;
}
.article_content .interstitial .content_main .content_factbox_image {
  float: left;
  margin-right: 1em;
}
.article_content .interstitial .content_main .content_factbox_image img {
  width: 100%;
  height: auto;
}
.article_content .interstitial .content_main .content_factbox_body {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.article_content .interstitial .content_main .content_factbox_body .fact_text p {
  color: rgb(1, 114, 76);
  font-size: 1.875em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding: 0.3em 0;
  background: url("https://www.unep.org/youngchampions/themes/custom/youngchampions/img/fact_line.png") top left no-repeat;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .article_content .interstitial .content_main .content_factbox_body .fact_text p {
    font-size: 1.475em;
    line-height: 1.2em;
  }
}
.article_content .interstitial .content_main .content_factbox_body .fact_source p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .article_content .interstitial .content_main .content_factbox {
    min-width: 100px;
    margin: 0 auto;
    width: 90% !important;
  }
}
.article_content .interstitial .content_main .content_quotebox {
  margin: 0;
  padding: 0;
  min-width: 600px;
  width: calc(100% - 300px);
  height: 100%;
  display: table;
}
.article_content .interstitial .content_main .content_quotebox_body {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.article_content .interstitial .content_main .content_quotebox_body .fact_text p {
  color: rgb(1, 114, 76);
  font-size: 1.875em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding: 0.3em 0;
  background: url("https://www.unep.org/youngchampions/themes/custom/youngchampions/img/quote_rule.png") top left no-repeat;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .article_content .interstitial .content_main .content_quotebox_body .fact_text p {
    font-size: 1.475em;
    line-height: 1.2em;
  }
}
.article_content .interstitial .content_main .content_quotebox_body .fact_source p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .article_content .interstitial .content_main .content_quotebox {
    min-width: 100px;
    margin: 0 auto;
    width: 90% !important;
  }
}
.article_content .interstitial .content_main .content_map {
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgb(0, 131, 179);
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .article_content .interstitial .content_main .content_map {
    display: block;
    padding: 1em 0 !important;
  }
}
.article_content .interstitial .content_main .content_map_image {
  float: left;
  margin-right: 2em;
  width: 570px;
}
.article_content .interstitial .content_main .content_map_image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .article_content .interstitial .content_main .content_map_image {
    float: none;
    margin-right: 0;
    width: 90%;
    margin: 0 auto;
  }
}
.article_content .interstitial .content_main .content_map_body {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .article_content .interstitial .content_main .content_map_body {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.article_content .interstitial .content_main .content_map_body .fact_text p {
  color: rgb(255, 255, 255);
  font-size: 1.221em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  padding: 0.3em 0;
}
.article_content .interstitial .content_main .content_map_body .fact_source p {
  margin: 0;
  padding: 0;
  margin-top: 1em;
  font-size: 0.9em;
  display: inline-block;
}
.article_content .interstitial .content_main .content_map_body .fact_source p a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.article_content .article_projectinfo {
  margin-left: 60px;
  padding: 0.8em 0.4em;
  margin-bottom: 2em;
}
.article_content .article_projectinfo_title {
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #767676;
  display: block;
  margin-bottom: 1em;
}
.article_content .article_projectinfo ul {
  margin-top: 0;
  padding: 0;
}
.article_content .article_projectinfo li {
  list-style-type: none;
  font-weight: 400;
  font-size: 0.8em !important;
  margin: 6px 0 !important;
  padding: 0 !important;
  color: #1e1e1e;
  text-transform: uppercase !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.article_content .article_projectinfo li strong {
  background-color: #308346;
  padding: 4px 7px;
  color: #ffffff;
  margin-right: 5px;
  font-size: 1em !important;
}
@media screen and (max-width: 767px) {
  .article_content .article_projectinfo {
    margin-left: 0;
  }
}
.article_content .article_tags {
  border-top: 0.0625rem dotted #dfdfdf;
  margin-left: 60px;
  padding: 0.8em 0.4em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .article_content .article_tags {
    margin-left: 0;
    margin-bottom: 1em;
    margin-top: 2em;
  }
}
.article_content .article_tags_title {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #767676;
  display: block;
  margin-bottom: 0.1875rem;
}
.article_content .article_tags_topics, .article_content .article_tags_tags {
  padding: 0.2em 0 0 0;
}
.article_content .article_tags_topics ul, .article_content .article_tags_tags ul {
  margin: 0;
  padding: 0;
}
.article_content .article_tags_topics li, .article_content .article_tags_tags li {
  display: inline-block;
  list-style: none;
  margin: -3px 3px !important;
}
.article_content .article_tags_topics li a, .article_content .article_tags_tags li a {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 0;
}
.article_content .article_tags_topics li a:hover, .article_content .article_tags_tags li a:hover {
  text-decoration: underline;
}
.article_content .article_tags_topics li:before, .article_content .article_tags_tags li:before {
  content: "/";
  margin-right: 8px;
  color: rgb(189, 191, 191);
  line-height: 5px !important;
}
.article_content .article_tags_topics li:first-child:before, .article_content .article_tags_tags li:first-child:before {
  content: none;
}
.article_content .article_tags_topics li:first-child a {
  font-weight: 600;
}
.article_content .article_tags_topics a {
  color: #005689;
  font-size: 2.1em;
}
.article_content .article_tags_tags {
  /*& li:first-child{
  	//text-transform: lowercase;

  	& a{
  		//font-weight: 600;
  	}

  }*/
}
.article_content .article_tags_tags a {
  color: #767676;
}

/* Events Page */
.pm_event_banner {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
}
.pm_event_banner p {
  font-size: 16px;
  line-height: 28px;
}
.pm_event_banner .banner_info {
  overflow: auto;
  width: 95%;
  background-color: #0083b3;
  padding-left: 5%;
  position: relative;
}
.pm_event_banner .banner_info .banner_img {
  margin: 0;
  padding: 0;
  float: right;
  width: 50%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.pm_event_banner .banner_info img {
  display: block;
  width: 100%;
  height: auto;
}
.pm_event_banner .title {
  text-transform: uppercase;
  color: #ffffff;
}
.pm_event_banner .taxonomy {
  text-transform: uppercase;
  color: #ffffff;
  background: #024256;
  padding: 7px;
  font-size: 14px;
}
.pm_event_banner .site_title {
  color: #ffffff;
}
.pm_event_banner .site_title h1 {
  margin: 10px 0;
  padding: 0;
  font-size: 40px;
  line-height: 45px;
}
.pm_event_banner .event_date {
  color: #ffffff;
  font-size: 18px;
}
.pm_event_banner .location {
  color: #ffffff;
  font-size: 22px;
}
.pm_event_banner .event_details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
}

.event_page {
  position: relative;
  padding: 0 5% 0 5%;
}
.event_page .event_page_left {
  width: 70%;
  float: left;
  margin-right: 5%;
}
.event_page .event_page_right {
  width: 25%;
  float: right;
  padding-top: 10%;
}
.event_page h5 {
  clear: both;
  margin-bottom: 20px;
}
.event_page .intro {
  font-size: 30px;
  line-height: 40px;
}
.event_page .twitter {
  margin-top: 10px;
}
.event_page .twitter .title {
  color: #4791d8;
}
.event_page .resp-tab-content {
  background-color: #fff;
}
.event_page .resp-tab-content a {
  color: #0084b4;
}
.event_page .resp-tab-content a:hover {
  opacity: 0.7;
}
.event_page .event_page_left table {
  width: 100%;
  background: none;
  border-collapse: collapse;
  margin: 2em 0;
}
.event_page .event_page_left table tr {
  border-bottom: 1px solid #d7d7d7;
}
.event_page .event_page_left table tr td, .event_page table tr th {
  padding: 1em;
}
.event_page .event_page_left table tr th {
  background: #0083b3;
  color: white;
  text-align: left;
}

.content_sidebar_highlight {
  background-color: #4b9f37;
  color: #ffffff;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.content_sidebar_highlight img {
  width: 100%;
}
.content_sidebar_highlight h3 {
  margin: 0.5em 0;
}

.content_sidebar_highlight_item {
  display: block;
  margin: 2em;
}
.content_sidebar_highlight_item .btn {
  padding: 10px;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  color: #4b9f37;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin: 20px 0;
}
.content_sidebar_highlight_item .btn:hover {
  background: #4b9f37;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
}
.content_sidebar_highlight_item .content_sidebar_highlight_item_title {
  font-weight: 100;
}
.content_sidebar_highlight_item ul li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.speakers {
  margin-bottom: 20px;
  overflow: auto;
}
.speakers ul {
  margin-left: 0;
  padding-left: 0 !important;
}
.speakers ul li {
  list-style: none;
  width: 30%;
  padding-right: 3%;
  float: left;
  margin-bottom: 20px;
}
.speakers img {
  float: left;
  width: 45%;
  height: unset;
  padding-right: 10px;
}
.speakers a {
  display: block;
  font-weight: bold;
}
.speakers .speaker_info {
  font-size: 14px;
  font-style: italic;
}

.taxonomy_pack {
  padding-bottom: 40px;
  display: block;
}
.taxonomy_pack a {
  background: #e5f3f6;
  border: 1px solid #0083b3;
  padding: 10px;
  font-weight: bold;
  margin-top: 2em;
  font-size: 18px;
  display: inline-block;
}

.other_events {
  border-top: 1px solid #ccc;
  clear: both;
}
.other_events div {
  background: #f2f2f2;
  width: 30%;
  display: inline-block;
  padding: 10px 0 10px 10px;
  margin-right: 2%;
}
.other_events div:last-child {
  margin-right: 0;
}
.other_events .o_event_info {
  width: 100%;
}
.other_events img {
  float: right;
  padding-left: 10px;
  width: 40%;
}
.other_events .toptitle {
  text-transform: uppercase;
  display: block;
}
.other_events .e_title {
  font-weight: bold;
  padding-top: 10px;
  display: block;
}
.other_events .e_dates {
  padding-top: 10px;
  font-style: italic;
  display: block;
}
.other_events .see_all_e {
  text-align: right;
  display: block;
  padding-top: 10px;
  font-size: 14px;
}

.schedule_list {
  border: 2px solid #4791d8;
  padding: 10px;
  color: #4791d8;
  font-weight: bold;
}

.schedule_wrap {
  overflow: hidden;
}
.schedule_item {
  display: flex;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
}
.schedule_item_time {
  flex: 0 0 20%;
  border: 0px solid #ccc;
  padding: 10px 15px;
}
.schedule_item_time_info {
  display: block;
  margin-bottom: 4px;
}
.schedule_item_time .schedule_item_place {
  display: block;
}
.schedule_item_description {
  padding: 10px;
  overflow: hidden;
}
.schedule_item_description_wrap {
  margin: 0 0 2% 3%;
  width: 82%;
  float: right;
}
.schedule_item_description .schedule_item_title {
  margin-bottom: 5px;
}
.schedule_item_description .schedule_item_title_text {
  float: right;
  width: 82%;
  margin-left: 3%;
}
.schedule_item_description .schedule_item_title_text_title {
  font-weight: 700;
  display: block;
}
.schedule_item_description .schedule_item_title_text_role {
  font-style: italic;
  display: block;
}
.schedule_item_description .schedule_item_title_image {
  width: 15%;
  overflow: hidden;
}
.schedule_item_description .schedule_item_title_image img {
  width: 100%;
  display: block;
  height: auto;
}
.schedule_item_description .schedule_item_info {
  overflow: hidden;
}
.schedule_item_description .schedule_item_info_desctitle {
  margin-top: 10px;
  display: block;
  font-weight: 700;
}
.schedule_item_description .schedule_item_info_desc {
  display: block;
  padding: 15px 0;
}
.schedule_item_description .schedule_item_info_addthis {
  margin-top: 10px;
  font-size: 14px;
  display: block;
}
.schedule_item_description .schedule_item_info_addthis ul {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
}
.schedule_item_description .schedule_item_info_addthis li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 5px;
}
.schedule_item_description .schedule_item_info_addthis li:last-child {
  border-right: 0;
}
.schedule_item.header {
  background-color: #0083B3;
  border-bottom: 0px solid #d7d7d7;
  padding-bottom: 0 !important;
}
.schedule_item.header .schedule_item_time, .schedule_item.header .schedule_item_description {
  padding: 15px;
  font-weight: 600;
  color: #fff;
}
.schedule_item:last-child {
  border-bottom: 0px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .schedule_item {
    display: block;
  }
  .schedule_item:first-child {
    display: none;
  }
}
.schedule table {
  width: 100%;
  background: none;
  border-collapse: collapse;
  margin: 2em 0;
}
.schedule table tr {
  border-bottom: 1px solid #d7d7d7;
}
.schedule table tr:last-child {
  border-bottom: 0 solid #d7d7d7;
}
.schedule table tr th {
  padding: 1em;
  background: #0083b3;
  color: #ffffff;
  text-align: left;
}
.schedule table td {
  vertical-align: top;
}
.schedule table th:first-child {
  width: 20%;
}
.schedule .info {
  padding-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.schedule .info img {
  float: left;
  width: 15%;
  padding-right: 20px;
}
.schedule .info img:after {
  clear: both;
}
.schedule .info .title_1 {
  font-weight: bold;
  display: block;
}
.schedule .info .role {
  font-style: italic;
  display: block;
}
.schedule .info .role::after {
  clear: both;
}
.schedule .info .title_2 {
  margin-top: 10px;
  display: block;
  font-weight: bold;
}
.schedule .info .cont {
  width: 82%;
  margin-left: 18%;
  display: block;
}
.schedule .info p {
  clear: both;
  margin-top: 10px;
}
.schedule .info .add_this_e {
  margin-top: 10px;
  font-size: 14px;
  margin-left: 18%;
  padding-bottom: 20px;
  display: block;
}
.schedule .info .add_this_e ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.schedule .info .add_this_e ul li:last-child {
  border-right: 0;
}
.schedule .info .add_this_e li {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.news {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  overflow: auto;
  font-size: 20px;
}
.news img {
  float: right;
  padding-left: 10px;
  padding-top: 20px;
  width: 25%;
}
.news .news_title {
  font-weight: bold;
  display: block;
}
.news .news_date {
  font-style: italic;
  margin-bottom: 10px;
  display: block;
}
.news:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .pm_event_banner .banner_info .banner_img, .pm_event_banner .banner_info .event_details {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    display: block;
  }
  .rule {
    display: none;
  }
  .speakers img {
    float: left;
    width: 100%;
  }
  .event_page_left, .event_page_right {
    width: 100% !important;
    display: block !important;
    float: none;
  }
  .event_page .intro {
    padding-top: 0px !important;
  }
  .pm_event_banner .banner_info {
    width: 100%;
    padding: 0;
  }
  .pm_event_banner .banner_info {
    padding-bottom: 5%;
  }
  .pm_event_banner .banner_info .event_details {
    padding: 5%;
    width: 90%;
  }
  .pm_event_banner .site_title h1 {
    font-size: 36px;
  }
  .speakers ul li {
    width: 45%;
    padding-right: 5%;
  }
  .event_page .event_page_left h6, .event_page .event_page_left h5 {
    line-height: 32px;
  }
  .other_events div {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    overflow: auto;
  }
  .schedule td:first-child {
    width: 35%;
  }
  .news img, exhibits img {
    float: none;
    width: 100%;
  }
  .news, .exhibits {
    overflow: hidden;
  }
}
@media screen and (max-width: 1007px) {
  .rule {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1006px) {
  .resp-tabs-list li {
    font-size: 18px;
    display: inline-block;
    padding: 13px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1264px) {
  .pm_event_banner .banner_info img {
    width: auto;
    height: 452px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pm_event_banner .site_title h1 {
    font-size: 2.6em;
  }
}
/* Report Page */
.report {
  margin: 0;
  padding: 0;
}
.report_body_wrap {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 30px;
  min-height: 760px;
}
@media screen and (max-width: 767px) {
  .report_body_wrap {
    width: 90%;
    padding-top: 30px;
  }
  .report_body_wrap h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
  }
}

.report_header {
  margin-left: 105px;
  margin-bottom: 100px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .report_header {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .report_header {
    margin-bottom: 30px;
  }
}
.report_header_meta {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.report_header_title h1 {
  margin: 0;
  padding: 0;
  margin: 5px 0;
}
.report_header_author {
  color: rgb(56, 57, 57);
  margin-top: 20px;
}
.report_header_author span.label {
  font-weight: 700;
}

.report_body {
  margin: 0;
  padding: 0;
  position: relative;
}
.report_body .featured_image {
  margin-left: 105px;
  max-width: 820px;
}
@media screen and (max-width: 767px) {
  .report_body .featured_image {
    margin-left: 0;
  }
}
.report_body .featured_image img {
  width: 100%;
  height: auto;
}
.report_body .resource_image {
  display: inline-block;
  float: left;
  margin-left: 105px;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .report_body .resource_image {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .report_body .resource_image {
    max-width: 150px;
  }
}
.report_body .resource_image img {
  margin-top: 7px;
  width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .report_body .resource_image img {
    width: 100%;
    height: auto;
  }
}
.report_body h3, .report_body h5, .report_body p, .report_body ul, .report_body ol, .report_body [data-oembed-url] {
  margin-left: 105px;
  max-width: 818px;
}
@media screen and (max-width: 767px) {
  .report_body h3, .report_body h5, .report_body p, .report_body ul, .report_body ol, .report_body [data-oembed-url] {
    margin-left: 0;
  }
}
.report_body ul, .report_body ol {
  max-width: 770px;
}
.report_body ul ul, .report_body ol ul {
  margin-left: 0;
}

.layout_ar .report_body_wrap .report_body .resource_image {
  float: right;
  margin: 0 0 10px 20px;
}
.layout_ar .report_body_wrap .report_body h3, .layout_ar .report_body_wrap .report_body h5, .layout_ar .report_body_wrap .report_body p, .layout_ar .report_body_wrap .report_body ul, .layout_ar .report_body_wrap .report_body ol, .layout_ar .report_body_wrap .report_body [data-oembed-url] {
  max-width: none;
  padding-left: calc(100% - 900px);
  position: relative;
  z-index: 2;
  text-align: right;
  direction: rtl;
}
.layout_ar .report_body_wrap .content_sidebar {
  right: calc(100% - 393.12px);
  z-index: 7;
}
.layout_ar .report_body_wrap .content_sidebar .content_sidebar_highlight_languages a {
  direction: rtl;
}
.layout_ar .report_body_wrap .content_sidebar .content_sidebar_highlight_languages a::before {
  content: "";
}
.layout_ar .report_body_wrap .content_sidebar .content_sidebar_highlight_languages a::after {
  font-family: "FontAwesome";
  content: "\f1c1";
  margin-left: 7px;
  font-size: 1.4em;
}

.quote_content {
  margin: 40px 0;
  margin-left: 52px;
  color: rgb(1, 114, 76);
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/Brown_Rule.png) top left no-repeat;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  .quote_content {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .quote_content {
    margin: 30px 0;
  }
}
.quote_content p {
  margin: 0;
  padding-bottom: 20px;
  max-width: 870px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .quote_content p {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 300;
  }
}

.interstitial_map_content {
  margin: 40px 0;
  margin-left: 52px;
  background-color: rgb(0, 132, 180);
  color: #fff;
  overflow: hidden;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .interstitial_map_content {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .interstitial_map_content {
    margin: 30px 0;
    padding: 20px;
  }
}
.interstitial_map_content .interstitial_map_image {
  float: left;
  margin-right: 30px;
  max-width: 570px;
}
@media screen and (max-width: 767px) {
  .interstitial_map_content .interstitial_map_image {
    float: none;
    margin-right: 0;
    max-width: none;
    width: 100%;
  }
}
.interstitial_map_content .interstitial_map_image img {
  display: block;
  width: 100%;
  height: auto;
}
.interstitial_map_content .interstitial_map_text {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.interstitial_map_content .interstitial_map_text p {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .interstitial_map_content .interstitial_map_text p {
    font-size: 16px;
    margin-top: 15px;
  }
}
.interstitial_map_content .interstitial_map_text p a {
  color: #fff;
  text-decoration: underline;
}

.content_sidebar {
  width: 288px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgb(76, 159, 56);
}
@media screen and (max-width: 767px) {
  .content_sidebar {
    position: relative;
    width: 100%;
  }
}
.content_sidebar h3, .content_sidebar h5, .content_sidebar ul, .content_sidebar ol, .content_sidebar p {
  margin: 0;
  padding: 0;
}
.content_sidebar .content_sidebar_highlight {
  color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.content_sidebar .content_sidebar_highlight h5, .content_sidebar .content_sidebar_highlight h3 {
  margin: 0;
  padding: 0;
}
.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item {
  display: block;
  margin: 2em;
}
@media screen and (max-width: 767px) {
  .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item {
    margin: 1.5em;
  }
}
.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_label h3 {
  font-size: 1.25em;
  font-weight: 300;
}
.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_title h5 {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.2;
}
.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links {
  overflow: hidden;
  margin-top: 1em;
}
.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul {
  margin: 0;
  padding: 0;
}
.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  display: block;
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li a {
    line-height: 30px;
  }
}
.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li a:hover {
  color: rgb(255, 255, 255);
}
.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li:first-child {
  border-left: none;
}
.content_sidebar .content_sidebar_highlight .content_sidebar_highlight_item_links ul li:first-child a {
  margin: 0 1em 0 0;
}
.content_sidebar .content_sidebar_highlight_languages {
  background-color: rgb(242, 242, 242);
  padding: 35px;
}
.content_sidebar .content_sidebar_highlight_languages a {
  color: rgb(0, 132, 180);
  display: block;
  margin: 10px 0;
}
.content_sidebar .content_sidebar_highlight_languages a:hover {
  opacity: 0.7;
}
.content_sidebar .content_sidebar_highlight_languages a::before {
  font-family: "FontAwesome";
  content: "\f1c1";
  margin-right: 7px;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .content_sidebar .content_sidebar_highlight_languages {
    padding: 1.5em;
  }
}
.content_sidebar .content_sidebar_highlight_languages li, .content_sidebar .content_sidebar_highlight_languages p {
  font-size: 17px;
}
.content_sidebar .content_sidebar_highlight_languages li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .content_sidebar .content_sidebar_highlight_languages li {
    margin: 10px 0;
  }
}
.content_sidebar .content_sidebar_highlight_languages li a:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 5px;
  font-size: 0.8em;
}

.publishing_info {
  margin: 40px 0;
  margin-left: 105px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 820px;
}
@media screen and (max-width: 767px) {
  .publishing_info {
    margin-left: 0;
  }
}
.publishing_info p {
  margin: 0;
  padding: 0;
}

.document_topics {
  margin: 40px 0;
  margin-left: 105px;
  clear: both;
}
@media screen and (max-width: 767px) {
  .document_topics {
    margin-left: 0;
  }
}
.document_topics p {
  margin: 0;
  padding: 0;
}
.document_topics ul {
  margin: 0;
  padding: 0;
}
.document_topics ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
}
.document_topics ul li:nth-child(n+2) {
  border-right: 1px solid #959595;
}
.document_topics ul li:last-child {
  border-right: none;
}
.document_topics ul li a {
  font-size: 18px;
  color: rgb(0, 132, 180);
  font-weight: bold;
  line-height: 1.833;
  padding: 12px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .document_topics ul li a {
    font-size: 14px;
    padding: 0.2em 0.3em;
  }
}
.document_topics ul li a:hover {
  color: rgba(6, 76, 101, 0.7);
}
@media screen and (max-width: 767px) {
  .document_topics ul li {
    margin-bottom: 10px;
  }
}
.document_topics ul li.current a {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(0, 132, 180);
  background-color: rgba(0, 132, 180, 0.102);
}
@media screen and (max-width: 767px) {
  .document_topics ul li.current a {
    font-size: 14px;
    padding: 0.2em 0.3em;
  }
}
.document_topics ul li.current a:hover {
  color: rgb(0, 132, 180);
  background-color: rgba(0, 132, 180, 0.302);
}

.sdg_container {
  margin: 40px 0;
  margin-left: 105px;
  max-width: 820px;
}
@media screen and (max-width: 767px) {
  .sdg_container {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sdg_container {
    margin: 20px 0;
  }
}
.sdg_container .sdg_items {
  overflow: hidden;
}
.sdg_container .sdg_items .sdg_item {
  width: 50%;
  min-width: 300px;
  float: left;
  display: table;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sdg_container .sdg_items .sdg_item {
    width: 100%;
    float: none;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
.sdg_container .sdg_items .sdg_item:after {
  clear: both;
}
.sdg_container .sdg_items .sdg_item_image {
  float: left;
  margin-right: 1em;
  width: 100px;
  height: 100px;
  position: relative;
}
.sdg_container .sdg_items .sdg_item_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sdg_container .sdg_items .sdg_item_body {
  display: table-cell;
  vertical-align: middle;
  padding: 1em 1em 1em 0;
  overflow: hidden;
  width: 100%;
}
.sdg_container .sdg_items .sdg_item_body span {
  display: block;
  font-weight: 700;
}
.sdg_container .sdg_items .sdg06 .sdg_item_image {
  background-color: rgb(17, 189, 227);
}
.sdg_container .sdg_items .sdg06 span {
  color: rgb(17, 189, 227);
}
.sdg_container .sdg_items .sdg12 .sdg_item_image {
  background-color: rgb(191, 143, 34);
}
.sdg_container .sdg_items .sdg12 span {
  color: rgb(191, 143, 34);
}

.report_related {
  margin: 40px 0;
  margin-left: 105px;
  max-width: 1030px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .report_related {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .report_related {
    margin: 20px 0;
  }
}
.report_related .report_related_items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .report_related .report_related_items {
    flex-flow: wrap;
    width: 100%;
  }
}
.report_related .report_related_items .report_related_item {
  max-width: 325px;
}
@media screen and (max-width: 767px) {
  .report_related .report_related_items .report_related_item {
    max-width: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .report_related .report_related_items .report_related_item .report_related_item_meta {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
  }
}
.report_related .report_related_items .report_related_item h6 {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .report_related .report_related_items .report_related_item h6 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
  }
}
.report_related .report_related_items .report_related_item img {
  width: 100%;
  height: auto;
}

.inner_image {
  float: left;
  margin: 1em 1.5em 1em 0;
  max-width: 400px;
  overflow: hidden;
}
.inner_image img {
  display: block;
  width: 100%;
  height: auto;
}
.inner_image_caption {
  display: block;
  color: rgb(101, 101, 101);
  font-size: 0.7em;
}
.inner_image_credit {
  display: block;
  font-style: italic;
  font-size: 0.7em;
}
.inner_image_credit:before {
  font-family: FontAwesome;
  content: "\f030";
  margin-right: 7px;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  .inner_image {
    float: none !important;
    margin: 1em 0 !important;
    display: block;
  }
}

.cover_image {
  float: left;
  margin: 1em 1.5em 1em 0;
  max-width: 240px;
  overflow: hidden;
}
.cover_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .cover_image {
    float: none !important;
    margin: 1em 0 !important;
    display: block;
  }
}

/* Expert Profile Page */
.expert {
  margin: 0;
  padding: 0;
}
.expert .expert_slider {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-color: rgb(0, 171, 241);
  min-height: 346px;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.expert .expert_slider_wrap {
  position: relative;
  width: 49%;
}
.expert .expert_slider_text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0%, -45%);
  -ms-transform: translate(0%, -45%); /* IE 9 */
  -webkit-transform: translate(0%, -45%);
  padding: 0 10.6129%;
  color: #ffffff;
}
.expert .expert_slider_text_category {
  color: #ffffff;
  font-weight: 300;
}
.expert .expert_slider_text_meta {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  margin-bottom: 15px;
}
.expert .expert_slider_text h2 {
  margin: 0 0 10px 0;
}
.expert .expert_slider_text h3 {
  margin: 0;
}
.expert .expert_slider_text p {
  font-size: 30px;
  line-height: 38px;
}
.expert .expert_slider_video {
  width: 50%;
  height: 0;
  padding-bottom: 2%;
  position: relative;
}
.expert .expert_slider_video iframe, .expert .expert_slider_video embed, .expert .expert_slider_video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .expert .expert_slider {
    display: block;
    min-height: auto;
  }
  .expert .expert_slider_wrap {
    width: 100%;
  }
  .expert .expert_slider_text {
    position: relative;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    top: 0;
    padding: 6.6129%;
  }
  .expert .expert_slider_video {
    width: 100%;
    height: auto !important;
    padding: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .expert .expert_slider {
    display: block;
    min-height: 460px;
  }
  .expert .expert_slider_wrap {
    width: 100%;
  }
  .expert .expert_slider_text {
    position: relative;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    top: 0;
    padding: 6.6129%;
  }
  .expert .expert_slider_video {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expert .expert_slider {
    min-height: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .expert .expert_slider {
    min-height: 290px;
  }
}
.expert .expert_content_wrap {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 620px;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap {
    width: 90%;
    min-height: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expert .expert_content_wrap {
    width: 90%;
    min-height: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .expert .expert_content_wrap {
    width: 95%;
    min-height: none;
  }
}
.expert .expert_content_wrap .expert_content {
  width: 100%;
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content {
    width: 100%;
  }
}
.expert .expert_content_wrap .expert_content h1, .expert .expert_content_wrap .expert_content h2, .expert .expert_content_wrap .expert_content h3, .expert .expert_content_wrap .expert_content h4, .expert .expert_content_wrap .expert_content h5, .expert .expert_content_wrap .expert_content h6, .expert .expert_content_wrap .expert_content p, .expert .expert_content_wrap .expert_content .expert_content_bio_videowrap, .expert .expert_content_wrap .expert_content .expert_content_latest_item_type {
  width: 740px;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content h1, .expert .expert_content_wrap .expert_content h2, .expert .expert_content_wrap .expert_content h3, .expert .expert_content_wrap .expert_content h4, .expert .expert_content_wrap .expert_content h5, .expert .expert_content_wrap .expert_content h6, .expert .expert_content_wrap .expert_content p, .expert .expert_content_wrap .expert_content .expert_content_bio_videowrap, .expert .expert_content_wrap .expert_content .expert_content_latest_item_type {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expert .expert_content_wrap .expert_content h1, .expert .expert_content_wrap .expert_content h2, .expert .expert_content_wrap .expert_content h3, .expert .expert_content_wrap .expert_content h4, .expert .expert_content_wrap .expert_content h5, .expert .expert_content_wrap .expert_content h6, .expert .expert_content_wrap .expert_content p, .expert .expert_content_wrap .expert_content .expert_content_bio_videowrap, .expert .expert_content_wrap .expert_content .expert_content_latest_item_type {
    width: 58%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .expert .expert_content_wrap .expert_content h1, .expert .expert_content_wrap .expert_content h2, .expert .expert_content_wrap .expert_content h3, .expert .expert_content_wrap .expert_content h4, .expert .expert_content_wrap .expert_content h5, .expert .expert_content_wrap .expert_content h6, .expert .expert_content_wrap .expert_content p, .expert .expert_content_wrap .expert_content .expert_content_bio_videowrap, .expert .expert_content_wrap .expert_content .expert_content_latest_item_type {
    width: 68%;
  }
}
.expert .expert_content_wrap .expert_content h1, .expert .expert_content_wrap .expert_content h2, .expert .expert_content_wrap .expert_content h3, .expert .expert_content_wrap .expert_content h4, .expert .expert_content_wrap .expert_content h5, .expert .expert_content_wrap .expert_content h6 {
  margin: 0;
}
.expert .expert_content_wrap .expert_content h4 {
  color: #936037;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 20px;
}
.expert .expert_content_wrap .expert_content h6 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: rgb(0, 171, 241);
  margin-bottom: 10px;
}
.expert .expert_content_wrap .expert_content ul, .expert .expert_content_wrap .expert_content ol, .expert .expert_content_wrap .expert_content hr {
  margin-left: 50px;
  width: 710px;
  margin-right: 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content ul, .expert .expert_content_wrap .expert_content ol, .expert .expert_content_wrap .expert_content hr {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.expert .expert_content_wrap .expert_content hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.expert .expert_content_wrap .expert_content h2 {
  color: rgb(51, 51, 51);
  font-size: 28px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.expert .expert_content_wrap .expert_content h4 {
  font-weight: 700;
}
.expert .expert_content_wrap .expert_content p {
  margin-top: 0;
}
.expert .expert_content_wrap .expert_content p.expert_quote {
  padding-left: 0;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin: 1em 0;
  color: rgb(1, 114, 76);
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/Brown_Rule.png) top left no-repeat;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content p.expert_quote {
    font-size: 20px;
    line-height: 26px;
    padding-top: 30px;
  }
}
.expert .expert_content_wrap .expert_content p.expert_quote span {
  font-size: 16px;
  line-height: 22px;
  margin-top: 1em;
  display: block;
}
.expert .expert_content_wrap .expert_content p.expert_quote span:before {
  content: "–";
  margin-right: 5px;
}
.expert .expert_content_wrap .expert_content_bio {
  position: relative;
}
.expert .expert_content_wrap .expert_content_bio a {
  color: #00abf1;
}
.expert .expert_content_wrap .expert_content_bio a:hover {
  color: #00abf1;
  opacity: 0.6;
}
.expert .expert_content_wrap .expert_content_bio span.yg_bio_title_category {
  color: #636161;
  padding: 0 30px 0 50px;
}
.expert .expert_content_wrap .expert_content_bio_videowrap {
  padding: 20px 0;
}
.expert .expert_content_wrap .expert_content_bio_videowrap .expert_content_bio_video {
  height: 0;
  padding-bottom: 2%;
  position: relative;
  overflow: hidden;
}
.expert .expert_content_wrap .expert_content_bio_videowrap .expert_content_bio_video iframe, .expert .expert_content_wrap .expert_content_bio_videowrap .expert_content_bio_video embed, .expert .expert_content_wrap .expert_content_bio_videowrap .expert_content_bio_video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts {
  position: absolute;
  right: 0;
  top: 0;
  width: 289px;
  background-color: rgb(242, 242, 242);
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content_bio .expert_contacts {
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expert .expert_content_wrap .expert_content_bio .expert_contacts {
    width: 37%;
  }
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_image {
  display: block;
  width: 100%;
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_image img {
  display: block;
  width: 100%;
  height: auto;
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body {
  padding: 30px 30px 10px 30px;
  font-size: 16px;
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body:last-child {
  border-top: 0px solid #d1cfcf;
  padding: 20px 30px 30px 30px;
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  width: auto;
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_phone:before, .expert .expert_content_wrap .expert_content_bio .expert_contacts_body_email:before, .expert .expert_content_wrap .expert_content_bio .expert_contacts_body_linkedin:before, .expert .expert_content_wrap .expert_content_bio .expert_contacts_body_twitter:before, .expert .expert_content_wrap .expert_content_bio .expert_contacts_body_facebook:before, .expert .expert_content_wrap .expert_content_bio .expert_contacts_body_instagram:before, .expert .expert_content_wrap .expert_content_bio .expert_contacts_body_general:before {
  font-family: FontAwesome;
  margin-right: 20px;
  font-style: normal;
  color: rgb(51, 51, 51);
  font-size: 18px;
  line-height: 30px;
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_phone:before {
  content: "\f095";
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_email:before {
  content: "\f0e0";
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_linkedin:before {
  content: "\f0e1";
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_twitter:before {
  content: "\f099";
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_facebook:before {
  content: "\f230";
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_instagram:before {
  content: "\f16d";
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body_general:before {
  content: "\f0a4";
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body a {
  color: #00abf1;
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body a:hover {
  color: #00abf1;
  opacity: 0.6;
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_body a:hover {
  text-decoration: underline;
}
.expert .expert_content_wrap .expert_content_bio .expert_contacts_timelines {
  background-color: #fff;
  padding: 2em 0;
  width: 100%;
  overflow: hidden;
}
.expert .expert_content_wrap .expert_content_expertise {
  margin: 0;
  padding: 0;
}
.expert .expert_content_wrap .expert_content_expertise ul {
  padding: 0;
}
.expert .expert_content_wrap .expert_content_expertise ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}
.expert .expert_content_wrap .expert_content_expertise ul li a {
  display: block;
  border: 2px solid rgb(0, 132, 180);
  background-color: rgba(0, 132, 180, 0.102);
  padding: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content_expertise ul li a {
    font-size: 14px;
    padding: 0.2em 0.3em;
  }
}
.expert .expert_content_wrap .expert_content_expertise ul li a:hover {
  background-color: rgba(0, 132, 180, 0.2);
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content_latest h4 {
    font-size: 24px;
  }
}
.expert .expert_content_wrap .expert_content_latest_items {
  margin-top: 30px;
}
.expert .expert_content_wrap .expert_content_latest_items .expert_content_latest_item {
  margin: 1.5em 0;
}
.expert .expert_content_wrap .expert_content_latest_items .expert_content_latest_item_body span {
  padding: 0;
  width: auto;
}
.expert .expert_content_wrap .expert_content_latest_items .expert_content_latest_item_type {
  font-size: 13px;
  line-height: 15px;
  color: #656565;
  text-transform: uppercase;
}
.expert .expert_content_wrap .expert_content_latest_items .expert_content_latest_item_type span.date, .expert .expert_content_wrap .expert_content_latest_items .expert_content_latest_item_type span.type {
  margin-right: 7px;
}
.expert .expert_content_wrap .expert_content_latest_items .expert_content_latest_item_type .type:before {
  content: "|";
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content_latest_items .expert_content_latest_item_type {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.expert .expert_content_wrap .expert_content_latest p, .expert .expert_content_wrap .expert_content_latest li {
  color: rgb(101, 101, 101);
  margin: 0;
  font-size: 16px;
}
.expert .expert_content_wrap .expert_content_latest p a, .expert .expert_content_wrap .expert_content_latest li a {
  color: #0084b4;
  font-weight: 700;
}
.expert .expert_content_wrap .expert_content_latest p a:hover, .expert .expert_content_wrap .expert_content_latest li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content_latest p, .expert .expert_content_wrap .expert_content_latest li {
    font-size: 14px;
    margin-top: 10px;
  }
}
.expert .expert_content_wrap .expert_content_latest .readall a:after {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 5px;
}
.expert .expert_content_wrap .expert_content_latest a:hover {
  opacity: 0.7;
}
.expert .expert_content_wrap .expert_content_staff {
  margin-left: 50px;
  width: 925px;
  margin-top: 60px;
  padding: 60px 0 90px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content_staff {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding: 20px 0 50px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.expert .expert_content_wrap .expert_content_staff h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content_staff h4 {
    font-size: 24px;
  }
}
.expert .expert_content_wrap .expert_content_staff_wrap {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content_staff_wrap {
    flex-flow: wrap;
  }
}
.expert .expert_content_wrap .expert_content_staff_wrap h6 {
  color: #0084b4;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content_staff_wrap h6 {
    font-size: 20px;
  }
}
.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item {
  margin: 0;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item {
    margin-bottom: 30px;
    width: 100%;
  }
  .expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_title {
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 12px;
  }
}
.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts {
    margin-top: 5px;
  }
}
.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts_email {
  color: #0084b4;
}
.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts_email a:hover {
  text-decoration: underline;
}
.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts_phone:before, .expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts_email:before {
  font-family: FontAwesome;
  margin-right: 10px;
  font-style: normal;
  color: rgba(51, 51, 51, 0.4);
  font-size: 18px;
  line-height: 20px;
}
.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts_phone:before {
  content: "\f095";
}
.expert .expert_content_wrap .expert_content_staff_wrap .expert_content_staff_item .staff_contacts_email:before {
  content: "\f0e0";
}

/* Event Document section */
.event_page .resp-tab-content {
  background-color: #fff;
}
.event_page .resp-tab-content a {
  color: #0084b4;
}
.event_page .resp-tab-content a:hover {
  opacity: 0.7;
}
.event_page .resp-tab-content .item-list li {
  margin-bottom: 10px;
}
.event_page .resp-tab-content .item-list li p {
  margin: 2px 0 5px 0;
}
.event_page .resp-tab-content .item-list li a {
  color: rgb(0, 131, 179);
}
.event_page .resp-tab-content .item-list li a:hover {
  color: rgba(0, 131, 179, 0.6);
}

/* New Homepage section */
.header {
  position: absolute;
  z-index: 299;
  width: 100%;
  padding: 0px;
  margin: 0;
  top: 0;
  left: 0;
  color: #ffffff;
}
.header:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(#000 0, #000 0, transparent 100%);
  height: 100%;
  width: 100%;
  top: 0;
}
.header_row {
  margin: 0 auto;
  width: 90%;
  max-width: 1240px;
  border: 0px solid #333;
  padding: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
}
.header_row .header_logo.no-visible {
  display: none !important;
}
.header_logo {
  width: 240px;
  overflow: hidden;
  position: relative;
}
.header_slogan {
  display: none;
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}
.header_slogan a {
  opacity: 1;
  color: #ffffff;
  text-decoration: underline;
}
.header_slogan a:hover {
  opacity: 0.5;
}
.header .header_slogan.visible {
  display: block !important;
}
.header_menu {
  width: auto;
  position: relative;
}
.header_menu_list {
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0px solid #fff;
}
.header_menu_list li {
  height: 30px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  border-right: 2px solid hsla(0, 0%, 100%, 0.5);
}
.header_menu_list li:last-child {
  border-right: none;
}
.header_menu_list li .language-trigger {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  padding-right: 20px;
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/ico-arrow-down.svg) center right no-repeat;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  padding-left: 10px;
  text-transform: uppercase;
}
.header_menu_list li .item-list {
  display: none;
  position: absolute;
  top: 40px;
  width: 110px;
  margin: 0;
  padding: 0 0 0 0;
  text-align: left;
  z-index: 100;
}
.header_menu_list li .item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_menu_list li .item-list li {
  position: relative;
  height: 30px !important;
  line-height: 30px;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  display: block !important;
  border-right: none !important;
}
.header_menu_list li .item-list li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 21px;
}
.header_menu_list li .item-list li a:active, .header_menu_list li .item-list li a:focus {
  color: #fff;
}
.header_menu_list li .item-list li a:hover {
  color: #1F9DD9;
}
.header_menu_list li .item-list li a a.active {
  color: #1c9b3d;
}
.header .ico-hamburger {
  width: 40px;
  height: 40px;
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/ico-hamburger.svg) 50% no-repeat;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.header .ico-hamburger.nav-opened {
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/ico-close.svg) 50% no-repeat !important;
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 272px) {
  .header {
    display: block;
  }
  .header_row {
    padding: 15px;
    display: block;
  }
  .header_logo {
    width: 120px;
    display: none;
  }
  .header_slogan {
    font-size: 0.7em;
    width: 45%;
  }
  .header_menu_list {
    text-align: right;
  }
  .header_menu_list li {
    padding: 0 5px;
  }
  .header_menu_list li:last-child {
    width: 35px;
  }
  .header_menu_list li .item-list {
    background: rgba(0, 0, 0, 0.9);
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .header_row {
    padding: 15px;
  }
  .header_logo {
    width: 120px;
  }
  .header_slogan {
    font-size: 0.7em;
    width: 53%;
  }
  .header_menu_list li {
    padding: 0 5px;
  }
  .header_menu_list li:last-child {
    width: 35px;
  }
  .header_menu_list li .item-list {
    background: rgba(0, 0, 0, 0.9);
    padding: 0 0 0 10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .header_row {
    min-height: 50px;
  }
  .header_logo {
    width: 170px;
  }
  .header_menu_list li .item-list {
    background: rgba(0, 0, 0, 0.9);
    padding: 0 0 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .header_row {
    min-height: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .header_row {
    min-height: 50px;
  }
}

.site-search {
  text-align: center;
  color: #ffffff !important;
  position: relative;
}
.site-search:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-weight: 100;
  float: left;
  margin-right: 0.1em;
  font-size: 22px;
  color: #ffffff;
  opacity: 0.6;
  line-height: 68px;
  position: absolute;
  left: 19.5%;
  top: 0;
}
.site-search input[type=submit] {
  display: none;
}
.site-search input[type=search] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  display: block;
  width: 61%;
  height: 68px;
  line-height: 68px;
  font-weight: 500;
  font-size: 18px;
  color: #22273f;
  letter-spacing: 0.5px;
  border-radius: 0;
  box-shadow: none;
  padding-left: 25px;
  margin: 0 auto;
}
.site-search input[type=search]::-moz-placeholder {
  color: #f4f4f4;
  font-weight: 300 !important;
  margin-right: 3px;
}
.site-search input[type=search]::placeholder {
  color: #f4f4f4;
  font-weight: 300 !important;
  margin-right: 3px;
}

.edit_mode {
  top: 10%;
}

.nav-container {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  max-width: 100%;
  padding: 130px 0 80px 0;
  background-color: #362970;
}
.nav-container .main-nav .menu-vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.nav-container .main-nav ul {
  padding-top: 20px;
  text-align: center;
}
.nav-container .main-nav ul > li {
  display: block;
  text-align: center;
  margin: 0 0 10px 0 !important;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .nav-container .main-nav ul > li {
    margin-bottom: 20px;
  }
}
.nav-container .main-nav ul > li a {
  display: inline-block;
  font-weight: 700 !important;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 2px;
  opacity: 0.8;
  letter-spacing: 0;
  border-bottom: none !important;
  text-decoration: none !important;
}
@media print, screen and (min-width: 40em) {
  .nav-container .main-nav ul > li a {
    font-size: 47px;
    line-height: 47px;
  }
}
.nav-container .main-nav ul > li a:active, .nav-container .main-nav ul > li a:focus, .nav-container .main-nav ul > li a:hover {
  opacity: 1;
  border-bottom: 3px solid #fff;
}
.nav-container .main-nav ul > li a.disabled-link {
  cursor: pointer;
  pointer-events: none;
}
.nav-container .main-nav ul.nested {
  margin: 0;
  display: none;
}
.nav-container .main-nav.is-accordion-submenu-parent > a::after {
  display: none;
}
@media only screen and (max-width: 480px) {
  .nav-container {
    padding: 90px 0 80px 0;
  }
  .nav-container .main-nav ul {
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .nav-container {
    padding: 90px 0 80px 0;
  }
  .nav-container .main-nav ul {
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-container {
    padding: 90px 0 80px 0;
  }
  .nav-container .main-nav ul {
    padding: 20px 0 0 0;
  }
}

.content {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  flex-grow: 1;
}
.content .sectionrow, .content .sectionrow-prize, .content .sectionrow-cta {
  margin: 0;
  padding: 0;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-flow: nowrap;
  min-height: 100vh;
  z-index: 10;
}
.content .sectiongallery {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
}
.content .sectionwrap {
  margin: 0;
  padding: 0;
  width: 100%;
}
.content .winnerslider {
  margin: 0;
  padding: 0;
}
.content .winnerslider_item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  display: block;
  z-index: -2 !important;
  opacity: 1;
  width: 100%;
  min-height: 100vh;
}
.content .winnerslider_item:before {
  content: "";
  position: absolute;
  z-index: -2;
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
  .content .winnerslider_item {
    background-position: top left;
    opacity: 1;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content .winnerslider_item {
    background-position: top left;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content .winnerslider_item {
    background-position: 40%;
  }
}
.content .contain {
  margin: 0 auto;
  width: 90%;
  max-width: 1240px;
}
.content .padding {
  padding: 5% 4.5454%;
}
@media only screen and (max-width: 480px) {
  .content .padding {
    padding: 12% 4.5454%;
  }
}
.content .one {
  background-color: #362970;
}
.content .one:before {
  content: "";
  position: absolute;
  background-image: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/webYC_1_NEW.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: -2;
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
  .content .one:before {
    background-position: top right;
    opacity: 0.3;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content .one:before {
    background-position: top right;
    opacity: 0.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content .one:before {
    background-position: 40%;
  }
}
.content .two {
  background-color: #f9dad9;
}
.content .two:before {
  content: "";
  position: absolute;
  background-image: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/section3_artwork.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: -2;
  opacity: 0.9;
}
@media only screen and (max-width: 480px) {
  .content .two:before {
    background-position: 22%;
    opacity: 0.4;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content .two:before {
    background-position: 22%;
    opacity: 0.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content .two:before {
    background-position: 24%;
  }
}
.content .three {
  background-color: #acd7bf;
}
.content .four {
  background-color: #acd7bf;
}
.content .five {
  background-color: #40E0D0;
}
.content .five:before {
  content: "";
  position: absolute;
  background-image: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/section5_artwork.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: -2;
  opacity: 0.9;
}
@media only screen and (max-width: 480px) {
  .content .five:before {
    background-position: top center;
    opacity: 0.4;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content .five:before {
    background-position: top center;
    opacity: 0.2;
  }
}
.content .blue {
  color: #362970;
}
.content .white {
  color: #ffffff;
}
.content .vid {
  overflow: hidden;
}
.content_s1_image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content_s1_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.content_s1_text {
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  color: #ffffff;
  border: 0px solid #ffffff;
  z-index: 30;
}
.content_s1_text h1 {
  font-size: 3.438em;
  line-height: 80px;
  margin: 0;
}
.content_s1_text .byline {
  font-weight: 400;
  font-size: 2em;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .content_s1_text {
    top: 55%;
    transform: translateY(-55%);
    padding: 0 20px;
  }
  .content_s1_text h1 {
    font-size: 1.8em;
    line-height: 27px;
  }
  .content_s1_text .byline {
    font-size: 1.1em;
    line-height: 18px;
    margin-top: 14px;
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content_s1_text {
    top: 55%;
    transform: translateY(-55%);
    padding: 0 20px;
  }
  .content_s1_text h1 {
    font-size: 2.438em;
    line-height: 50px;
  }
  .content_s1_text .byline {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_s1_text {
    top: 55%;
    transform: translateY(-55%);
    padding: 0 20px;
  }
  .content_s1_text h1 {
    font-size: 3em;
    line-height: 50px;
  }
  .content_s1_text .byline {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .content_s1_text {
    top: 55%;
    transform: translateY(-55%);
    padding: 0 20px;
  }
}
.content_s2, .content_s3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;
}
.content_s2_criteria, .content_s3_criteria {
  width: 32.7272%;
}
.content_s2_criteria p, .content_s2_criteria li, .content_s3_criteria p, .content_s3_criteria li {
  font-size: 1.25em;
}
.content_s2_criteria a, .content_s3_criteria a {
  color: #ffffff;
  text-decoration: underline;
}
.content_s2_criteria a:hover, .content_s3_criteria a:hover {
  color: #ffffff;
  opacity: 0.6;
}
.content_s2_video, .content_s3_video {
  width: 48.3636%;
  height: 0;
  padding-bottom: 2%;
  position: relative;
}
.content_s2_video iframe, .content_s2_video embed, .content_s2_video object, .content_s3_video iframe, .content_s3_video embed, .content_s3_video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content_s2_image, .content_s3_image {
  width: 48.3636%;
  overflow: hidden;
  max-height: 360px;
  min-height: 360px;
  height: 0;
  padding-bottom: 2%;
  position: relative;
}
.content_s2_image img, .content_s3_image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_s2_image iframe, .content_s2_image embed, .content_s2_image object, .content_s3_image iframe, .content_s3_image embed, .content_s3_image object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .content_s2, .content_s3 {
    display: block;
  }
  .content_s2_criteria, .content_s3_criteria {
    width: auto;
    margin-bottom: 20px;
  }
  .content_s2_criteria p, .content_s2_criteria li, .content_s3_criteria p, .content_s3_criteria li {
    font-size: 1em;
  }
  .content_s2_image, .content_s3_image {
    width: 100%;
    max-height: 160px;
    min-height: 160px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content_s2, .content_s3 {
    display: block;
  }
  .content_s2_criteria, .content_s3_criteria {
    width: auto;
    margin-bottom: 20px;
  }
  .content_s2_criteria p, .content_s2_criteria li, .content_s3_criteria p, .content_s3_criteria li {
    font-size: 1em;
  }
  .content_s2_image, .content_s3_image {
    width: auto;
    max-height: 250px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_s2_image, .content_s3_image {
    max-height: 300px;
    min-height: 300px;
  }
}
.content_s3_criteria a {
  color: #362970;
  text-decoration: underline;
}
.content_s3_criteria a:hover {
  color: #362970;
  opacity: 0.6;
}
.content_s3_criteria li {
  list-style: disc;
  padding-left: 10px;
  margin: 5px 0;
}
@media only screen and (max-width: 480px) {
  .content_s3 li {
    list-style: outside url("https://www.unep.org/youngchampions/themes/custom/youngchampions/img/bullet-rev.png");
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content_s3 li {
    list-style: outside url("https://www.unep.org/youngchampions/themes/custom/youngchampions/img/bullet-rev.png");
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_s3_criteria {
    width: 50%;
  }
}
.content_s4 {
  position: relative;
  z-index: 0;
}
.content_s4 .sticky_content {
  position: sticky;
  top: 0;
}
.content_s4 .padding {
  padding: 9% 4.5454%;
}
.content_s4_gallery, .content_s4_gallery_mobile {
  background-color: #362970;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  box-sizing: border-box;
  z-index: -1;
}
.content_s4_gallery figure, .content_s4_gallery_mobile figure {
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content_s4_gallery figure img, .content_s4_gallery_mobile figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_s4_gallery figure:before, .content_s4_gallery_mobile figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 5%, rgba(0, 0, 0, 0.64) 6%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 );
}
.content_s4_gallery figure.img01, .content_s4_gallery_mobile figure.img01 {
  opacity: 1;
}
.content_s4_gallery_mobile {
  display: none;
}
.content_s4 .yc_gallery_text {
  margin-top: -70vh;
  min-height: 150vh;
}
.content_s4 .yc_gallery_text:first-child {
  margin-top: -70vh;
}
.content_s4 .yc_gallery_text:last-child {
  min-height: 50vh;
}
.content_s4_gallerytext {
  overflow: hidden;
  width: 46.6363%;
  margin-top: 0;
}
.content_s4_gallerytext_item {
  overflow: hidden;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.2em;
  font-style: italic;
}
.content_s4_gallerytext_meta {
  margin-top: 15px;
  font-size: 1.2em;
  font-weight: 600;
  color: #ffffff;
}
.content_s4_gallerytext_meta span {
  font-weight: 400 !important;
  display: block;
  margin-top: -2px;
  font-size: 1em !important;
}
.content_s4_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;
  margin: 3.6363% 0;
  border: 0px solid #fff;
}
.content_s4_text {
  width: 33.6363%;
  overflow: hidden;
  text-align: center;
  color: #362970;
  font-weight: 300;
  font-size: 1.2em;
  font-style: italic;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 0px solid #fff;
}
.content_s4_winner {
  width: 26.3636%;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 0px solid #fff;
}
.content_s4_winner_image {
  min-width: 170px;
  max-width: 170px;
  min-height: 170px;
  max-height: 170px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
.content_s4_winner_image img {
  width: 100%;
  height: auto;
  display: block;
}
.content_s4_winner_text {
  text-align: center;
  margin-top: 8px;
  font-size: 1em;
  font-weight: 300;
  color: #362970;
}
.content_s4_winner_text span {
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 480px) {
  .content_s4_gallery {
    display: none;
  }
  .content_s4_gallery_mobile {
    display: block !important;
    height: 160vh;
  }
  .content_s4_gallery_mobile figure:before {
    height: 160vh;
  }
  .content_s4 .yc_gallery_text {
    width: 80%;
    margin: -70vh auto 0 auto;
    min-height: 180vh;
  }
  .content_s4 .yc_gallery_text:first-child {
    margin-top: -300vh;
  }
  .content_s4 .yc_gallery_text:last-child {
    min-height: 70vh;
  }
  .content_s4_gallerytext {
    width: auto;
  }
  .content_s4_gallerytext_item {
    font-size: 0.85em;
  }
  .content_s4_gallerytext_meta {
    font-size: 0.85em;
  }
  .content_s4_gallerytext_meta span {
    font-size: 0.8em !important;
  }
  .content_s4_wrap {
    display: block;
    margin: 12.6363% 0;
    padding-bottom: 12%;
    border-bottom: 1px dotted #362970;
  }
  .content_s4_wrap:last-child {
    border-bottom: none;
  }
  .content_s4_text {
    width: auto;
    font-size: 1em;
  }
  .content_s4_winner {
    width: auto;
    margin: 20px 0 0 0;
  }
  .content_s4_winner_text {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content_s4_gallery {
    height: 120vh;
  }
  .content_s4_gallery figure:before {
    height: 120vh;
  }
  .content_s4 .yc_gallery_text {
    width: auto;
    min-height: 175vh;
  }
  .content_s4_gallerytext {
    width: auto;
  }
  .content_s4_gallerytext_item {
    font-size: 1em;
  }
  .content_s4_gallerytext_meta {
    font-size: 1em;
  }
  .content_s4_gallerytext_meta span {
    font-size: 0.9em !important;
  }
  .content_s4_wrap {
    display: block;
    margin: 12.6363% 0;
    padding-bottom: 12%;
    border-bottom: 1px dotted #362970;
  }
  .content_s4_wrap:last-child {
    border-bottom: none;
  }
  .content_s4_text {
    width: auto;
    font-size: 1.1em;
  }
  .content_s4_winner {
    width: auto;
    margin: 20px 0 0 0;
  }
  .content_s4_winner_text {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_s4_gallery {
    height: 120vh;
  }
  .content_s4_gallery figure:before {
    height: 120vh;
  }
  .content_s4 .yc_gallery_text {
    width: auto;
  }
  .content_s4_gallerytext {
    width: auto;
  }
  .content_s4_gallerytext_item {
    font-size: 1.2em;
  }
  .content_s4_gallerytext_meta {
    font-size: 1.2em;
  }
  .content_s4_gallerytext_meta span {
    font-size: 1em !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .content_s4_gallery {
    height: 175vh;
  }
  .content_s4_gallery figure:before {
    height: 175vh;
  }
  .content_s4_gallerytext {
    width: 50.6363%;
  }
}
.content_s5 {
  overflow: hidden;
}
.content_s5_featured, .content_s5_news {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
}
.content_s5_featured {
  margin-bottom: 45px;
}
.content_s5_featured_item {
  width: 46.6363%;
}
.content_s5_featured_item:nth-child(1) p {
  font-size: 1.3em;
  width: 60%;
}
.content_s5_featured_item:nth-child(1) h1 {
  line-height: 60px;
  width: 60%;
  margin-top: 30px;
}
.content_s5_featured_item_image {
  width: 100%;
  max-width: 560px;
  vertical-align: top;
  padding-bottom: 15px;
  max-height: 350px;
  min-height: 350px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.content_s5_featured_item_image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_s5_featured_item_text {
  overflow: hidden;
  color: #362970;
  margin-top: 8px;
  font-size: 1.2em;
  font-weight: 700;
}
.content_s5_featured_item_text a {
  color: #362970;
  text-decoration: underline;
}
.content_s5_featured_item_text a:hover {
  color: #362970;
  opacity: 0.6;
}
.content_s5_featured_item_text a {
  text-decoration: none;
}
.content_s5_news_item {
  width: 46.6363%;
  margin: 10px 0;
}
.content_s5_news_item_image {
  width: 50%;
  margin: 0 2% 0 0;
  float: left;
  max-height: 160px;
  min-height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.content_s5_news_item_image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_s5_news_item_text {
  overflow: hidden;
  color: #362970;
  font-size: 1.1em;
  font-weight: 700;
}
.content_s5_news_item_text a {
  color: #362970;
  text-decoration: underline;
}
.content_s5_news_item_text a:hover {
  color: #362970;
  opacity: 0.6;
}
.content_s5_news_item_text a {
  text-decoration: none;
}
.content_s5_loadmore {
  text-align: center;
  /* margin: 0 auto; */
  margion: 10px 0;
  display: block;
  margin: 20px auto;
  font-size: 1em;
}
.content_s5_loadmore a {
  color: #ffffff;
  text-decoration: underline;
}
.content_s5_loadmore a:hover {
  color: #ffffff;
  opacity: 0.6;
}
@media only screen and (max-width: 480px) {
  .content_s5_featured {
    margin-bottom: 10px;
  }
  .content_s5_featured_item {
    width: 100%;
  }
  .content_s5_featured_item:nth-child(1) p {
    font-size: 1em;
    width: auto;
  }
  .content_s5_featured_item:nth-child(1) h1 {
    width: auto;
    line-height: 40px;
  }
  .content_s5_featured_item_image {
    max-height: 160px;
    min-height: 160px;
  }
  .content_s5_featured_item_text {
    font-size: 1em;
    margin-top: 5px;
  }
  .content_s5_news_item {
    width: 100%;
  }
  .content_s5_news_item_image {
    float: none;
    width: 100%;
  }
  .content_s5_news_item_text {
    font-size: 1em;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content_s5_featured {
    margin-bottom: 10px;
  }
  .content_s5_featured_item {
    width: 100%;
  }
  .content_s5_featured_item:nth-child(1) p {
    font-size: 1.2em;
    width: auto;
  }
  .content_s5_featured_item:nth-child(1) h1 {
    width: auto;
    line-height: 40px;
    margin-top: 0;
  }
  .content_s5_featured_item_image {
    max-height: 250px;
    min-height: 250px;
  }
  .content_s5_featured_item_text {
    font-size: 1.1em;
    margin-top: 5px;
  }
  .content_s5_news_item {
    width: 100%;
  }
  .content_s5_news_item_image {
    float: none;
    width: 100%;
    max-height: 250px;
    min-height: 250px;
  }
  .content_s5_news_item_text {
    font-size: 1em;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_s5_featured_item:nth-child(1) p {
    font-size: 1.2em;
    width: auto;
  }
  .content_s5_featured_item:nth-child(1) h1 {
    width: auto;
    line-height: 45px;
  }
  .content_s5_featured_item_image {
    max-height: 300px;
    min-height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .content_s5_featured_item:nth-child(1) p {
    width: auto;
  }
  .content_s5_featured_item:nth-child(1) h1 {
    width: auto;
    line-height: 55px;
  }
  .content_s5_featured_item_image {
    max-height: 360px;
    min-height: 360px;
  }
}
.content_s6_item {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  z-index: 50;
}
.content_s6_item h5 {
  color: #ffffff;
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
}
.content_s6_item_image {
  max-width: 160px;
  min-width: 160px;
  margin: 0 auto;
}
.content_s6_item_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.content_s6_item_text {
  margin-top: 40px;
  overflow: hidden;
  font-weight: 300;
  color: #ffffff;
}
.content_s6_item_text p {
  font-size: 1.438em;
  line-height: 30px;
}
.content_s6_item_text a {
  color: #ffffff;
  text-decoration: underline;
}
.content_s6_item_text a:hover {
  color: #ffffff;
  opacity: 0.6;
}
.content_s6_item_text_loadmore a {
  font-size: 1em;
  display: inline-block;
  margin: 0;
  padding: 0.7em 1em;
  background-color: rgb(0, 171, 241);
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.content_s6_item_text_loadmore a:hover {
  background-color: rgb(255, 255, 255);
  color: #00abf1;
}
@media only screen and (max-width: 480px) {
  .content_s6_item h5 {
    font-size: 1.1em;
  }
  .content_s6_item_image {
    max-width: 130px;
    min-width: 130px;
  }
  .content_s6_item_text p {
    font-size: 1.2em;
    line-height: 22px;
  }
  .content_s6_item_text_loadmore a {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content_s6_item h5 {
    font-size: 1.2em;
  }
  .content_s6_item_image {
    max-width: 130px;
    min-width: 130px;
  }
  .content_s6_item_text p {
    font-size: 1.2em;
    line-height: 22px;
  }
  .content_s6_item_text_loadmore a {
    font-size: 0.8em;
  }
}
.content_s2 h1, .content_s3 h1, .content_s4 h1, .content_s5 h1, .content_s6 h1 {
  font-size: 4em;
  line-height: 55px;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .content_s2 h1, .content_s3 h1, .content_s4 h1, .content_s5 h1, .content_s6 h1 {
    font-size: 1.8em;
    line-height: 31px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content_s2 h1, .content_s3 h1, .content_s4 h1, .content_s5 h1, .content_s6 h1 {
    font-size: 2.438em;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_s2 h1, .content_s3 h1, .content_s4 h1, .content_s5 h1, .content_s6 h1 {
    font-size: 3em;
    line-height: 50px;
  }
}
.content_s2 p > a, .content_s2 a, .content_s3 p > a, .content_s3 a, .content_s4 p > a, .content_s4 a, .content_s5 p > a, .content_s5 a, .content_s6 p > a, .content_s6 a {
  font-size: 16px;
}
.content_s7 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;
}
.content_s7_criteria {
  width: 32.7272%;
}
.content_s7_criteria h1 {
  font-size: 3.2em;
  line-height: 48px;
  margin: 0;
}
.content_s7_criteria h4 {
  font-size: 2.2em;
  line-height: 40px;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.content_s7_criteria p, .content_s7_criteria li {
  font-size: 1.65em;
  line-height: 32px;
  font-weight: 500;
}
.content_s7_criteria a {
  color: #ffffff;
  text-decoration: underline;
}
.content_s7_criteria a:hover {
  color: #ffffff;
  opacity: 0.6;
}
.content_s7_video {
  width: 48.3636%;
  height: 0;
  padding-bottom: 2%;
  position: relative;
}
.content_s7_video iframe, .content_s7_video embed, .content_s7_video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content_s7_image {
  width: 48.3636%;
  overflow: hidden;
  max-height: 360px;
  min-height: 360px;
  height: 0;
  padding-bottom: 2%;
  position: relative;
}
.content_s7_image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_s7_image iframe, .content_s7_image embed, .content_s7_image object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .content_s7 {
    display: block;
  }
  .content_s7_criteria {
    width: auto;
    margin-bottom: 20px;
  }
  .content_s7_criteria h1 {
    font-size: 1.8em;
    line-height: 31px;
    margin: 0;
  }
  .content_s7_criteria h4 {
    font-size: 1.4em;
    line-height: 30px;
    margin: 0;
  }
  .content_s7_criteria p, .content_s7_criteria li {
    font-size: 1em;
    line-height: 24px;
  }
  .content_s7_image {
    width: 100%;
    max-height: 160px;
    min-height: 160px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content_s7 {
    display: block;
  }
  .content_s7_criteria {
    width: auto;
    margin-bottom: 20px;
  }
  .content_s7_criteria h1 {
    font-size: 2.438em;
    line-height: 50px;
  }
  .content_s7_criteria h4 {
    font-size: 1.738em;
    line-height: 34px;
    margin: 0;
  }
  .content_s7_criteria p, .content_s7_criteria li {
    font-size: 1.2em;
    line-height: 28px;
  }
  .content_s7_image {
    width: auto;
    max-height: 250px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content_s7_criteria h1 {
    font-size: 2.8em;
    line-height: 48px;
  }
  .content_s7_criteria h4 {
    font-size: 2.1em;
    line-height: 40px;
    margin: 0;
  }
  .content_s7_criteria p, .content_s7_criteria li {
    font-size: 1.45em;
    line-height: 29px;
  }
  .content_s7_image {
    max-height: 300px;
    min-height: 300px;
  }
}
.content .bluebg {
  background-color: #362970;
}
.content .bluebg h1 {
  color: #f9dad9;
}
.content .bluebg h4 {
  color: #f3f615;
}
.content .bluebg p {
  color: #f3f615;
}
.content .bluebg p > a, .content .bluebg a {
  color: #f3f615;
}
.content .pinkbg {
  background-color: #f9dad9;
}
.content .pinkbg h1 {
  color: #40E0D0;
}
.content .pinkbg h4 {
  color: #362970;
}
.content .pinkbg p {
  color: #362970;
}
.content .pinkbg p > a, .content .pinkbg a {
  color: #362970;
}
.content .aquabg {
  background-color: #acd7bf;
}
.content .aquabg h1 {
  color: #40E0D0;
}
.content .aquabg h4 {
  color: #362970;
}
.content .aquabg p {
  color: #362970;
}
.content .aquabg p > a, .content .aquabg a {
  color: #362970;
}
.content .greenbg {
  background-color: #40E0D0;
}
.content .greenbg h1 {
  color: #f9dad9;
}
.content .greenbg h4 {
  color: #f3f615;
}
.content .greenbg p {
  color: #f3f615;
}
.content .greenbg p > a, .content .greenbg a {
  color: #f3f615;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: 5px;
}

.slick-dots li button {
  background-color: rgba(215, 188, 52, 0.7);
  border-radius: 50%;
}

.photo_credit {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  background: rgba(51, 51, 51, 0.5);
  padding: 5px;
  color: #fff;
  font-size: 0.7em;
  font-style: italic;
}
.photo_credit a {
  color: #fff;
}

/*New layout 9th January 2024*/
.yc_wrapper {
  background-color: white;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

/* Homepage Styles */
.yg_ln_revslider {
  margin: 1.1% 0 0 0;
  padding: 0;
  background-position: 50% center, 50% center;
  background-size: cover;
  position: relative;
  height: 410px;
}
.yg_ln_revslider_image {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.yg_ln_revslider_image img {
  width: 100%;
  display: block;
}
.yg_ln_revslider_circle {
  display: none;
  max-width: 1240px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
}
.yg_ln_revslider_circle_item {
  display: none;
  position: absolute;
  right: 0;
  top: -7%;
  bottom: 0;
  width: 41%;
  height: auto;
}
.yg_ln_revslider_circle_item img {
  width: 100%;
  display: block;
}
.yg_ln_revslider_mobile {
  display: none;
}
@media only screen and (max-width: 480px) {
  .yg_ln_revslider {
    display: none;
    height: 150px;
    /*&_image 
    {
      height: 205px;
    }*/
  }
  .yg_ln_revslider_circle_item {
    top: 0;
    width: 45%;
  }
  .yg_ln_revslider_mobile {
    width: 100%;
    display: block !important;
    height: 170px;
    margin: 1.4% 0 0 0;
    padding: 0;
    background-position: 50% center, 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_revslider {
    height: 205px;
    /*&_image 
    {
      height: 305px;
    }*/
  }
  .yg_ln_revslider_circle_item {
    top: 9%;
    width: 39%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_revslider {
    height: 245px;
    /*&_image 
    {
      height: 405px;
    }*/
  }
  .yg_ln_revslider_circle_item {
    top: 9%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ln_revslider {
    height: 300px;
    /*&_image 
     {
       height: 405px;
     }*/
  }
}

.yg_ln_revabout {
  margin: 0;
  padding: 0;
}
.yg_ln_revabout_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 2.8611% 0 2.8611% 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: wrap;
  box-pack: justify;
  justify-content: space-between;
  position: relative;
}
.yg_ln_revabout_wrap h4 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4e5253;
  margin: 0;
  position: relative;
  padding-left: 100px;
  clear: both;
}
.yg_ln_revabout_wrap h4::before {
  content: "";
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/header-rossette.svg) no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
}
.yg_ln_revabout_box {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: rgb(115, 20, 226);
  background: linear-gradient(90deg, rgb(115, 20, 226) 31%, rgb(115, 20, 226) 56%, rgb(115, 20, 226) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7314E2",endColorstr="#7314E2",GradientType=1);
}
.yg_ln_revabout_text {
  color: #ffffff;
  width: 72%;
  margin: 0 2.4193% 0 0;
  padding: 0 1.6129% 0 0;
}
.yg_ln_revabout_text a {
  color: #00abf1;
}
.yg_ln_revabout_text a:hover {
  color: #00abf1;
  opacity: 0.6;
}
.yg_ln_revabout_text p {
  font-size: 18px;
  line-height: 26px;
}
.yg_ln_revabout_text span {
  font-size: 23px;
  line-height: 28px;
  margin-top: 0;
  font-weight: 700;
}
.yg_ln_revabout_text h3, .yg_ln_revabout_text h4 {
  margin-top: 0;
}
.yg_ln_revabout_button {
  padding: 1.5% 2%;
  overflow: hidden;
  display: block;
  align-items: center;
}
.yg_ln_revabout_item {
  color: #4e5253;
  margin-top: 4%;
}
.yg_ln_revabout_item.m-zero {
  margin-top: 0 !important;
}
.yg_ln_revabout_item h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
}
.yg_ln_revabout_item_text {
  padding-top: 20px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.yg_ln_revabout_item_text a {
  color: #00abf1;
}
.yg_ln_revabout_item_text a:hover {
  color: #00abf1;
  opacity: 0.6;
}
.yg_ln_revabout_item_text p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
}
.yg_ln_revabout_item_text h3, .yg_ln_revabout_item_text h4 {
  margin-top: 0;
}
.yg_ln_revabout_item_text figure {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 0;
}
.yg_ln_revabout_item_text figure img {
  width: 100%;
  height: auto;
  margin: 0;
}
.yg_ln_revabout_item_text figure figcaption {
  font-size: 10px;
  font-style: italic;
  color: rgba(51, 51, 51, 0.7);
}
.yg_ln_revabout_item_disclaimer {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  opacity: 0.7;
  padding: 3% 0 1% 0;
}
.yg_ln_revabout_item_disclaimer span {
  display: block;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .yg_ln_revabout_wrap {
    display: block;
    padding: 1% 0 8% 0;
  }
  .yg_ln_revabout_wrap h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .yg_ln_revabout_wrap h4::before {
    width: 65px;
    height: 65px;
  }
  .yg_ln_revabout_text {
    width: auto;
  }
  .yg_ln_revabout_text p {
    font-size: 16px;
    line-height: 24px;
  }
  .yg_ln_revabout_text span {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    font-weight: 700;
  }
  .yg_ln_revabout_item h5 {
    font-size: 17px;
    line-height: 24px;
  }
  .yg_ln_revabout_item_text {
    -moz-column-count: auto;
         column-count: auto;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .yg_ln_revabout_item_text p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_revabout_wrap {
    display: block;
    padding: 1% 0 8% 0;
  }
  .yg_ln_revabout_wrap h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .yg_ln_revabout_wrap h4::before {
    width: 75px;
    height: 75px;
  }
  .yg_ln_revabout_text {
    width: auto;
  }
  .yg_ln_revabout_text p {
    font-size: 16px;
    line-height: 24px;
  }
  .yg_ln_revabout_text span {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    font-weight: 700;
  }
  .yg_ln_revabout_item h5 {
    font-size: 17px;
    line-height: 24px;
  }
  .yg_ln_revabout_item_text {
    -moz-column-count: auto;
         column-count: auto;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .yg_ln_revabout_item_text p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_revabout_text {
    width: 62%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ln_revabout_text {
    width: 70%;
  }
}

.btn-black {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(254, 204, 104) 31%, rgb(207, 166, 99) 56%, rgb(134, 104, 55) 89%) 1;
     border-image: linear-gradient(90deg, rgb(254, 204, 104) 31%, rgb(207, 166, 99) 56%, rgb(134, 104, 55) 89%) 1;
}
.btn-black:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
  color: rgba(78, 82, 83, 0.6);
}
.btn-black:active {
  background: #000000;
  color: #4e5253;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 480px) {
  .btn-black {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .btn-black {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-black {
    font-size: 15px;
    line-height: 20px;
  }
}

.btn-green {
  background-color: #40E0D0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-green:hover {
  background-color: rgba(64, 224, 208, 0.9);
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.6);
}
.btn-green:active {
  background-color: #000000;
  color: #ffffff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 480px) {
  .btn-green {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .btn-green {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-green {
    font-size: 15px;
    line-height: 20px;
  }
}

.yg_ln_awards {
  margin: 0;
  padding: 0;
}
.yg_ln_awards_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 2.8611% 0;
  overflow: hidden;
  position: relative;
}
.yg_ln_awards_wrap .grey {
  color: #4e5253 !important;
}
.yg_ln_awards_wrap h4 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 13px 0;
}
.yg_ln_awards_box {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: rgb(0, 203, 202);
  background: linear-gradient(90deg, rgb(0, 203, 202) 31%, rgb(0, 203, 202) 56%, rgb(0, 203, 202) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CBCA",endColorstr="#00CBCA",GradientType=1);
}
.yg_ln_awards .regional .yg_ln_awards_resource_item {
  width: 19%;
}
.yg_ln_awards .regional .yg_ln_awards_resource_item:nth-child(5) {
  margin: 0 0 15px 0;
}
.yg_ln_awards_resource {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
}
.yg_ln_awards_resource_item {
  width: 13.2%;
  background-color: #E45325;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 10px 15px 0;
}
.yg_ln_awards_resource_item:nth-child(7) {
  margin: 0 0 15px 0;
}
.yg_ln_awards_resource_item_image {
  background-color: #ffffff;
  width: 100%;
  max-height: 253px;
  min-height: 253px;
  overflow: hidden;
  background-position: 59% center, 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.yg_ln_awards_resource_item_image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(228, 83, 38, 0.5);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.yg_ln_awards_resource_item_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.yg_ln_awards_resource_item_image_box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 62%;
  height: 4px;
  bottom: 0;
  background: rgb(255, 195, 0);
  background: linear-gradient(90deg, rgb(255, 195, 0) 31%, rgb(255, 195, 0) 56%, rgb(255, 195, 0) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC300",endColorstr="#FFC300",GradientType=1);
}
.yg_ln_awards_resource_item:hover .yg_ln_awards_resource_item_image:before, .yg_ln_awards_resource_item:hover .yg_ln_awards_resource_item_text:before {
  opacity: 1;
}
.yg_ln_awards_resource_item:last-child {
  margin-right: 0;
}
.yg_ln_awards_resource_item_text {
  overflow: hidden;
  padding: 10px;
}
.yg_ln_awards_resource_item_text p {
  font-family: "Cantarell", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.yg_ln_awards_resource_item_text p span {
  font-family: "Cantarell", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  display: block !important;
  opacity: 0.7;
}
.yg_ln_awards_resource_item_text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
@media only screen and (max-width: 480px) {
  .yg_ln_awards_wrap {
    padding: 8% 0;
  }
  .yg_ln_awards_wrap h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .yg_ln_awards .regional .yg_ln_awards_resource_item {
    width: auto;
    margin-right: 0;
  }
  .yg_ln_awards_resource {
    display: block;
  }
  .yg_ln_awards_resource_item {
    width: auto;
    margin-bottom: 30px;
  }
  .yg_ln_awards_resource_item_image {
    max-height: 250px;
    min-height: 250px;
  }
  .yg_ln_awards_resource_item_text p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_awards_wrap {
    padding: 4.2% 0;
  }
  .yg_ln_awards_wrap h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .yg_ln_awards .regional .yg_ln_awards_resource_item {
    width: auto;
    margin-right: 0;
  }
  .yg_ln_awards_resource {
    display: block;
  }
  .yg_ln_awards_resource_item {
    width: auto;
    margin-bottom: 30px;
  }
  .yg_ln_awards_resource_item_image {
    max-height: 280px;
    min-height: 280px;
    background-size: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_awards_wrap h4 {
    margin-bottom: 13px;
  }
  .yg_ln_awards_resource_item {
    width: 31%;
    margin-bottom: 30px;
    /* &:nth-child(4), &:nth-child(5) {
       width: 48%;
       margin-bottom: 30px;
     }*/
  }
  .yg_ln_awards_resource_item:nth-child(3), .yg_ln_awards_resource_item:nth-child(6) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ln_awards_wrap h4 {
    margin-bottom: 13px;
  }
}

.yg_level1_homepage {
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/Pink_block.png) no-repeat top center;
  background-size: cover;
}

.yg_level2_homepage {
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/purple_block.png) no-repeat top center;
  background-size: cover;
}

.yg_ln_actForNature {
  margin: 0;
  padding: 0;
}
.yg_ln_actForNature_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 2.8611% 0;
  overflow: hidden;
  position: relative;
}
.yg_ln_actForNature_wrap h4 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4e5253;
  margin: 0 0 13px 0;
}
.yg_ln_actForNature_box {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: rgb(255, 0, 239);
  background: linear-gradient(90deg, rgb(255, 0, 239) 31%, rgb(255, 0, 239) 56%, rgb(255, 0, 239) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF00EF",endColorstr="#FF00EF",GradientType=1);
}
.yg_ln_actForNature_item {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: wrap;
  box-pack: justify;
  justify-content: space-between;
}
.yg_ln_actForNature_item_video {
  width: 58.548%;
  overflow: hidden;
  position: relative;
}
.yg_ln_actForNature_item_video img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.yg_ln_actForNature_item_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yg_ln_actForNature_item_text {
  width: 38%;
  color: #ffffff;
}
.yg_ln_actForNature_item_text h3 {
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 0;
}
.yg_ln_actForNature_item_text p {
  font-size: 0.95em;
  line-height: 1.5em;
}
@media only screen and (max-width: 480px) {
  .yg_ln_actForNature_wrap {
    padding: 8% 0;
  }
  .yg_ln_actForNature_wrap h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .yg_ln_actForNature_item {
    display: block;
  }
  .yg_ln_actForNature_item_video {
    width: 100%;
    height: 220px;
  }
  .yg_ln_actForNature_item_text {
    width: auto;
    margin-top: 17px;
  }
  .yg_ln_actForNature_item_text h3 {
    font-size: 1.1em;
  }
  .yg_ln_actForNature_item_text p {
    font-size: 0.85em;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_actForNature_wrap {
    padding: 4.2% 0;
  }
  .yg_ln_actForNature_wrap h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .yg_ln_actForNature_item {
    display: block;
  }
  .yg_ln_actForNature_item_video {
    width: 100%;
    height: 300px;
  }
  .yg_ln_actForNature_item_text {
    width: auto;
    margin-top: 17px;
  }
  .yg_ln_actForNature_item_text h3 {
    font-size: 1.1em;
  }
  .yg_ln_actForNature_item_text p {
    font-size: 0.85em;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_actForNature_wrap h4 {
    margin-bottom: 13px;
  }
  .yg_ln_actForNature_item {
    display: block;
  }
  .yg_ln_actForNature_item_video {
    width: 100%;
    height: 350px;
  }
  .yg_ln_actForNature_item_text {
    width: auto;
    margin-top: 17px;
  }
  .yg_ln_actForNature_item_text h3 {
    margin-top: 0;
  }
}

.white h4 {
  color: #ffffff !important;
}
.white .yg_ln_revnews_resource_item_text {
  color: #ffffff !important;
}
.white .yg_ln_revnews_resource_item_text a {
  color: #ffffff !important;
}
.white .yg_ln_revnews_resource_item_text_meta {
  color: #ffffff !important;
}

.yg_ln_revnews {
  margin: 0;
  padding: 0;
}
.yg_ln_revnews_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 2.8611% 0;
  overflow: hidden;
  position: relative;
}
.yg_ln_revnews_wrap h4 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 13px 0;
}
.yg_ln_revnews_resource {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: wrap;
  box-pack: justify;
  justify-content: space-between;
}
.yg_ln_revnews_resource_item {
  margin: 0;
  padding: 0;
  width: 31.7%;
  max-width: 393px;
  padding: 0;
  margin-bottom: 15px;
}
.yg_ln_revnews_resource_item_image {
  width: 100%;
  max-height: 220px;
  min-height: 220px;
  overflow: hidden;
  background-position: 50% top, 50% center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yg_ln_revnews_resource_item_image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yg_ln_revnews_resource_item_text {
  overflow: hidden;
  color: #ffffff;
  padding: 3.3333% 0;
  margin: 0;
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: 300;
}
.yg_ln_revnews_resource_item_text_meta {
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.yg_ln_revnews_resource_item_text a {
  color: #ffffff;
}
.yg_ln_revnews_resource_item_text a:hover {
  color: #ffffff;
  opacity: 0.7;
}
.yg_ln_revnews_loadmore {
  text-align: center;
  padding: 2em 1em 0 1em;
}
.yg_ln_revnews_loadmore a {
  color: #ffffff;
}
.yg_ln_revnews_loadmore a:hover {
  color: #ffffff;
  opacity: 0.7;
}
@media only screen and (max-width: 480px) {
  .yg_ln_revnews_wrap {
    padding: 8% 0;
  }
  .yg_ln_revnews_wrap h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .yg_ln_revnews_resource {
    display: block;
  }
  .yg_ln_revnews_resource_item {
    width: auto;
    margin-bottom: 15px;
  }
  .yg_ln_revnews_resource_item_text {
    font-size: 0.85em;
    line-height: 1.4em;
  }
  .yg_ln_revnews_resource_item_text_meta {
    font-size: 0.85em;
    line-height: 1.4em;
  }
  .yg_ln_revnews_loadmore {
    padding: 1em 1em 0 1em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_revnews_wrap {
    padding: 4.2% 0;
  }
  .yg_ln_revnews_wrap h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .yg_ln_revnews_resource_item {
    width: 48.2%;
    margin-bottom: 15px;
  }
  .yg_ln_revnews_resource_item_text {
    font-size: 0.85em;
    line-height: 1.4em;
  }
  .yg_ln_revnews_resource_item_text_meta {
    font-size: 0.85em;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_revnews_wrap h4 {
    margin-bottom: 13px;
  }
  .yg_ln_revnews_resource_item {
    margin-bottom: 15px;
  }
}
.btn-black {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid;
  -o-border-image: linear-gradient(90deg, rgb(254, 204, 104) 31%, rgb(207, 166, 99) 56%, rgb(134, 104, 55) 89%) 1;
     border-image: linear-gradient(90deg, rgb(254, 204, 104) 31%, rgb(207, 166, 99) 56%, rgb(134, 104, 55) 89%) 1;
}
.btn-black:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
  color: rgba(78, 82, 83, 0.6);
}
.btn-black:active {
  background: #000000;
  color: #4e5253;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 480px) {
  .btn-black {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .btn-black {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-black {
    font-size: 15px;
    line-height: 20px;
  }
}

.yg_ln_sponsor {
  margin: 0;
  padding: 0;
}
.yg_ln_sponsor_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 4.8387% 0;
  overflow: hidden;
}
.yg_ln_sponsor_logo {
  display: block;
  margin: 0 auto;
  padding: 10px;
  max-width: 450px;
  z-index: 50;
  position: relative;
}
.yg_ln_sponsor_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.yg_ln_sponsor_text {
  z-index: 50;
  display: block;
  margin: 0 auto;
  padding: 10px;
  color: #ffffff;
  font-weight: 800;
  position: relative;
  text-align: center;
}
.yg_ln_sponsor_text p {
  font-size: 29px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
}
.yg_ln_sponsor_loadmore {
  text-align: center;
  padding: 4em 1em 0 1em;
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 480px) {
  .yg_ln_sponsor_wrap {
    padding: 8% 0;
  }
  .yg_ln_sponsor_text p {
    font-size: 24px;
    line-height: 26px;
  }
  .yg_ln_sponsor_loadmore {
    padding: 3em 1em 0 1em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_sponsor_wrap {
    padding: 5% 0;
  }
  .yg_ln_sponsor_text p {
    font-size: 33px;
    line-height: 37px;
  }
  .yg_ln_sponsor_loadmore {
    padding: 3em 1em 0 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_sponsor_loadmore {
    padding: 3em 1em 0 1em;
  }
}

.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.actionbackground {
  min-height: 60vh;
  /*&:after {
  background-color:rgba(0,0,0,0.5); 
  content: ""; 
  height: 100%; 
  left: 0; 
  position: absolute; 
  top: 0;
  width: 100%; 
  z-index: 1;
   };*/
}

.yg_ln_sponsor {
  margin: 0;
  padding: 0;
}
.yg_ln_sponsor_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 4.8387% 0;
  overflow: hidden;
}
.yg_ln_sponsor_logo {
  display: block;
  margin: 0 auto;
  padding: 10px;
  max-width: 450px;
  z-index: 50;
  position: relative;
}
.yg_ln_sponsor_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.yg_ln_sponsor_text {
  z-index: 50;
  display: block;
  margin: 0 auto;
  padding: 10px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  position: relative;
  text-align: center;
}
.yg_ln_sponsor_text p {
  font-size: 36px;
  line-height: 46px;
}
.yg_ln_sponsor_loadmore {
  text-align: center;
  padding: 4em 1em 0 1em;
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 480px) {
  .yg_ln_sponsor_wrap {
    padding: 8% 0;
  }
  .yg_ln_sponsor_text p {
    font-size: 24px;
    line-height: 26px;
  }
  .yg_ln_sponsor_loadmore {
    padding: 3em 1em 0 1em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_sponsor_wrap {
    padding: 5% 0;
  }
  .yg_ln_sponsor_text p {
    font-size: 33px;
    line-height: 37px;
  }
  .yg_ln_sponsor_loadmore {
    padding: 3em 1em 0 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_sponsor_loadmore {
    padding: 3em 1em 0 1em;
  }
}
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.yg_ab_revslider {
  margin: 0;
  padding: 0;
  background-position: 50% center, 50% center;
  background-size: cover;
  position: relative;
}
.yg_ab_revslider_image {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 380px;
}
.yg_ab_revslider_image img {
  width: 100%;
  display: block;
}
.yg_ab_revslider_image:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.yg_ab_revslider_circle {
  display: none !important;
  max-width: 1240px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
}
.yg_ab_revslider_circle_itemright {
  position: absolute;
  right: -13%;
  top: -6%;
  bottom: 0;
  width: 38%;
  height: auto;
}
.yg_ab_revslider_circle_itemright img {
  width: 100%;
  display: block;
}
.yg_ab_revslider_circle_itemleft {
  position: absolute;
  left: -6%;
  top: -6%;
  bottom: 0;
  width: 38%;
  height: auto;
}
.yg_ab_revslider_circle_itemleft img {
  width: 100%;
  display: block;
}
.yg_ab_revslider_mobile {
  display: none;
}
@media only screen and (max-width: 480px) {
  .yg_ab_revslider.hide {
    display: none !important;
  }
  .yg_ab_revslider_mobile {
    display: block;
    background-position: 50% center, 50% center;
    background-size: cover;
    position: relative;
  }
  .yg_ab_revslider_mobile_image {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 250px;
    width: 100%;
  }
  .yg_ab_revslider_mobile_image img {
    width: 100%;
    display: block;
  }
  .yg_ab_revslider_image {
    height: 250px;
  }
  .yg_ab_revslider_circle_itemright {
    top: 16%;
    width: 45%;
    right: -15%;
  }
  .yg_ab_revslider_circle_itemleft {
    top: 16%;
    width: 45%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ab_revslider_image {
    height: 300px;
  }
  .yg_ab_revslider_circle_itemright {
    top: 11%;
    width: 33%;
    right: -11%;
  }
  .yg_ab_revslider_circle_itemleft {
    top: 11%;
    width: 33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ab_revslider_image {
    height: 350px;
  }
  .yg_ab_revslider_circle_itemright {
    top: 8%;
    right: -11%;
    width: 33%;
  }
  .yg_ab_revslider_circle_itemleft {
    top: 8%;
    width: 33%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ab_revslider_image {
    height: 370px;
  }
  .yg_ab_revslider_circle_itemright {
    right: -13%;
  }
}

.yg_ln_laureate {
  margin: 0;
  padding: 0;
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/YCOE_BG_V3.jpg) no-repeat top right;
  background-size: cover;
}
.yg_ln_laureate_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 3% 0 0.8611% 0;
  position: relative;
  color: #ffffff;
}
.yg_ln_laureate_wrap h4 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 13px 0;
}
.yg_ln_laureate_box {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: rgb(255, 0, 239);
  background: linear-gradient(90deg, rgb(255, 0, 239) 31%, rgb(255, 0, 239) 56%, rgb(255, 0, 239) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF00EF",endColorstr="#FF00EF",GradientType=1);
}
.yg_ln_laureate_resource {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: wrap;
  box-pack: justify;
  justify-content: flex-start;
  margin: 4% 0 0 0;
}
.yg_ln_laureate_resource .threepc-filter {
  width: 28%;
  margin: 0 3% 2% 0;
}
.yg_ln_laureate_resource .threepc-filter:nth-child(3n) {
  margin: 0 0 2% 0;
}
.yg_ln_laureate_resource .threepc-filter .yg_ln_laureate_resource_item_image { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.yg_ln_laureate_resource .threepc-nofilter {
  width: 28%;
  max-width: 32%;
  margin: 0 3% 2% 0;
}
.yg_ln_laureate_resource .threepc-nofilter:nth-child(3n) {
  margin: 0 0 2% 0;
}
.yg_ln_laureate_resource .fifth:nth-child(5) {
  margin: 0 0 2% 0 !important;
}
.yg_ln_laureate_resource .twopc {
  width: 48.5%;
  max-width: 601px;
  margin: 0 3% 2% 0;
}
.yg_ln_laureate_resource .twopc:nth-child(2n) {
  margin: 0 0 2% 0;
}
.yg_ln_laureate_resource_item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 0 auto;
}
.yg_ln_laureate_resource_item_image {
  width: 100%;
  max-height: 415px;
  min-height: 415px;
  overflow: hidden;
  background-position: 50% top, 50% top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #7F00EB;
}
.yg_ln_laureate_resource_item_image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.yg_ln_laureate_resource_item_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.yg_ln_laureate_resource_item:hover .yg_ln_laureate_resource_item_image:before, .yg_ln_laureate_resource_item:hover .yg_ln_laureate_resource_item_text:before {
  opacity: 0.9;
}
.yg_ln_laureate_resource_item:hover .yg_ln_laureate_resource_item_synopsis a {
  opacity: 0.6;
}
.yg_ln_laureate_resource_item_text {
  padding: 10px 20px;
  font-family: "Cantarell", sans-serif;
  font-size: 17px;
  line-height: 22px;
  background-color: #7F00EB;
  color: #ffffff;
  text-align: center;
  clear: both;
  position: relative;
}
.yg_ln_laureate_resource_item_text_box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 62%;
  height: 4px;
  top: -4px;
  z-index: 70;
  background: rgb(255, 195, 0);
  background: linear-gradient(90deg, rgb(255, 195, 0) 31%, rgb(255, 195, 0) 56%, rgb(255, 195, 0) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC300",endColorstr="#FFC300",GradientType=1);
}
.yg_ln_laureate_resource_item_text h4 {
  font-family: "Cantarell", sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 3px 0;
}
.yg_ln_laureate_resource_item_text_meta {
  font-family: "Cantarell", sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.yg_ln_laureate_resource_item_text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.yg_ln_laureate_resource_item_synopsis {
  padding: 10px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  overflow: hidden;
  color: #ffffff;
  position: relative;
}
.yg_ln_laureate_resource_item_synopsis a {
  color: #ffffff;
}
.yg_ln_laureate_resource_item_synopsis a:hover {
  color: #ffffff;
  opacity: 0.6;
}
@media only screen and (max-width: 480px) {
  .yg_ln_laureate_wrap {
    padding: 8% 0;
  }
  .yg_ln_laureate_wrap h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .yg_ln_laureate_resource {
    display: block;
  }
  .yg_ln_laureate_resource .threepc-filter, .yg_ln_laureate_resource .threepc-nofilter {
    width: auto;
    max-width: none !important;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .yg_ln_laureate_resource .threepc-filter:nth-child(3n), .yg_ln_laureate_resource .threepc-nofilter:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  .yg_ln_laureate_resource .twopc {
    width: auto;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .yg_ln_laureate_resource .twopc:nth-child(2n) {
    margin: 0 0 2% 0;
  }
  .yg_ln_laureate_resource_item_image {
    max-height: 300px;
    min-height: 300px;
  }
  .yg_ln_laureate_resource_item_text {
    font-size: 14px;
    line-height: 18px;
  }
  .yg_ln_laureate_resource_item_text h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .yg_ln_laureate_resource_item_text_meta {
    font-size: 14px;
    line-height: 18px;
  }
  .yg_ln_laureate_resource_item_synopsis {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_laureate_wrap {
    padding: 4.2% 0;
  }
  .yg_ln_laureate_wrap h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .yg_ln_laureate_resource {
    display: block;
  }
  .yg_ln_laureate_resource .threepc-filter, .yg_ln_laureate_resource .threepc-nofilter {
    width: auto;
    max-width: none !important;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .yg_ln_laureate_resource .threepc-filter:nth-child(3n), .yg_ln_laureate_resource .threepc-nofilter:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  .yg_ln_laureate_resource .twopc {
    width: auto;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .yg_ln_laureate_resource .twopc:nth-child(2n) {
    margin: 0 0 2% 0;
  }
  .yg_ln_laureate_resource_item_image {
    max-height: 300px;
    min-height: 300px;
    background-size: 60%;
  }
  .yg_ln_laureate_resource_item_text {
    font-size: 15px;
    line-height: 20px;
  }
  .yg_ln_laureate_resource_item_text h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .yg_ln_laureate_resource_item_text_meta {
    font-size: 15px;
    line-height: 20px;
  }
  .yg_ln_laureate_resource_item_synopsis {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_laureate_wrap h4 {
    margin-bottom: 13px;
  }
  .yg_ln_laureate_resource .threepc-filter, .yg_ln_laureate_resource .threepc-nofilter {
    width: 31%;
    margin-bottom: 25px;
    /*&:nth-child(2n) {
      margin: 0 0 2% 0;
    }*/
    /*&:nth-child(3n) {
      margin: 0 3% 2% 0;
    }*/
  }
  .yg_ln_laureate_resource .threepc-filter:nth-child(3n), .yg_ln_laureate_resource .threepc-nofilter:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  .yg_ln_laureate_resource .twopc:nth-child(2n) {
    margin: 0 0 2% 0;
  }
  .yg_ln_laureate_resource_item_image {
    max-height: 265px;
    min-height: 265px;
  }
  .yg_ln_laureate_resource_item_text {
    font-size: 15px;
    line-height: 20px;
  }
  .yg_ln_laureate_resource_item_text h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .yg_ln_laureate_resource_item_text_meta {
    font-size: 15px;
    line-height: 20px;
  }
  .yg_ln_laureate_resource_item_synopsis {
    font-size: 15px;
    line-height: 20px;
  }
}

.yg_ab_effect {
  margin: 0;
  padding: 0;
}
.yg_ab_effect_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 4.8387% 0;
  overflow: hidden;
}
.yg_ab_effect_resource {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: wrap;
  box-pack: justify;
  justify-content: center;
}
.yg_ab_effect_resource_loadmore {
  text-align: center;
  padding: 1em 1em;
  position: relative;
  z-index: 50;
}

.yg_ln_revnews {
  margin: 0;
  padding: 0;
}
.yg_ln_revnews_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 2.8611% 0;
  overflow: hidden;
  position: relative;
}
.yg_ln_revnews_wrap h4 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4e5253;
  margin: 0 0 13px 0;
}
.yg_ln_revnews_resource {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: wrap;
  box-pack: justify;
  justify-content: space-between;
}
.yg_ln_revnews_resource_item {
  margin: 0;
  padding: 0;
  width: 31.7%;
  max-width: 393px;
  padding: 0;
  margin-bottom: 15px;
}
.yg_ln_revnews_resource_item_image {
  width: 100%;
  max-height: 220px;
  min-height: 220px;
  overflow: hidden;
  background-position: 50% top, 50% center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yg_ln_revnews_resource_item_image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yg_ln_revnews_resource_item_text {
  overflow: hidden;
  color: #4e5253;
  padding: 3.3333% 0;
  margin: 0;
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: 300;
}
.yg_ln_revnews_resource_item_text_meta {
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: 700;
  color: #4e5253;
  text-transform: uppercase;
  display: block;
}
.yg_ln_revnews_resource_item_text a {
  color: #4e5253;
}
.yg_ln_revnews_resource_item_text a:hover {
  color: #4e5253;
  opacity: 0.7;
}
.yg_ln_revnews_loadmore {
  text-align: center;
  padding: 2em 1em 0 1em;
}
.yg_ln_revnews_loadmore a {
  color: #ffffff;
}
.yg_ln_revnews_loadmore a:hover {
  color: #ffffff;
  opacity: 0.7;
}
@media only screen and (max-width: 480px) {
  .yg_ln_revnews_wrap {
    padding: 8% 0;
  }
  .yg_ln_revnews_wrap h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .yg_ln_revnews_resource {
    display: block;
  }
  .yg_ln_revnews_resource_item {
    width: auto;
    margin-bottom: 15px;
  }
  .yg_ln_revnews_resource_item_text {
    font-size: 0.85em;
    line-height: 1.4em;
  }
  .yg_ln_revnews_resource_item_text_meta {
    font-size: 0.85em;
    line-height: 1.4em;
  }
  .yg_ln_revnews_loadmore {
    padding: 1em 1em 0 1em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_revnews_wrap {
    padding: 4.2% 0;
  }
  .yg_ln_revnews_wrap h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .yg_ln_revnews_resource_item {
    width: 48.2%;
    margin-bottom: 15px;
  }
  .yg_ln_revnews_resource_item_text {
    font-size: 0.85em;
    line-height: 1.4em;
  }
  .yg_ln_revnews_resource_item_text_meta {
    font-size: 0.85em;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_revnews_wrap h4 {
    margin-bottom: 13px;
  }
  .yg_ln_revnews_resource_item {
    margin-bottom: 15px;
  }
}
.yg_ln_biosection {
  margin: 0;
  padding: 0;
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/Bio_page_BG.png) no-repeat top right;
  background-size: cover;
}
.yg_ln_biosection_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 2.8611% 0;
  overflow: hidden;
  position: relative;
  /*h4 {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    font-size: 26px; 
    line-height: 34px;
    font-weight: 400;
    text-transform: uppercase;
    color: $darkgrey;
    margin: 0 0 13px 0;
  }*/
}
.yg_ln_biosection_wrap h4 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4e5253;
  margin: 0;
  position: relative;
  padding-left: 100px;
  clear: both;
}
.yg_ln_biosection_wrap h4::before {
  content: "";
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/YCOE_V2-10.svg) no-repeat;
  width: 92px;
  height: 92px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
}
.yg_ln_biosection_wrap h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.yg_ln_biosection_box {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: rgb(254, 204, 104);
  background: linear-gradient(90deg, rgb(254, 204, 104) 31%, rgb(207, 166, 99) 56%, rgb(134, 104, 55) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fecc68",endColorstr="#866837",GradientType=1);
}
.yg_ln_biosection_item {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: wrap;
  box-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 0;
  color: #4e5253;
}
.yg_ln_biosection_item_bio {
  width: 33.8%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.yg_ln_biosection_item_bio_image {
  width: 100%;
  max-height: 433px;
  min-height: 433px;
  overflow: hidden;
  background-position: 50% center, 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.yg_ln_biosection_item_bio_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.yg_ln_biosection_item_bio_text {
  overflow: hidden;
  padding: 28px 0 0 0;
}
.yg_ln_biosection_item_bio_text blockquote {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: gray;
  font-style: italic;
  margin: 0;
  position: relative;
  text-shadow: 0 1px white;
  z-index: 100;
}
.yg_ln_biosection_item_bio_text blockquote p {
  color: #75808a;
  font-size: 18px;
  line-height: 1.4 !important;
  margin: 0 15px 0 22px;
}
.yg_ln_biosection_item_bio_text blockquote p:before {
  font-family: Georgia, serif;
  content: "“";
  color: #81bedb;
  font-size: 7.5em;
  font-weight: 700;
  opacity: 0.2;
  position: absolute;
  top: -0.4em;
  left: -0.08em;
  text-shadow: none;
  z-index: -300;
}
.yg_ln_biosection_item_video {
  width: 62.2%;
  overflow: hidden;
}
.yg_ln_biosection_item_video_embed {
  width: 100%;
  max-height: 433px;
  min-height: 433px;
  position: relative;
  overflow: hidden;
}
.yg_ln_biosection_item_video_embed img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.yg_ln_biosection_item_video_embed iframe, .yg_ln_biosection_item_video_embed embed, .yg_ln_biosection_item_video_embed object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yg_ln_biosection_item_video_text {
  overflow: hidden;
  padding: 28px 0 0 0;
}
.yg_ln_biosection_item_video_text p {
  margin-top: 0;
}
.yg_ln_biosection_item_bottom {
  width: 100%;
  overflow: hidden;
  padding: 28px 0 0 0;
}
.yg_ln_biosection_item_bottom p {
  margin-top: 0;
}
.yg_ln_biosection_item_bottom blockquote {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: gray;
  font-style: italic;
  margin: 0;
  position: relative;
  z-index: 100;
}
.yg_ln_biosection_item_bottom blockquote p {
  color: #000000;
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.4 !important;
  margin: 0 15px 0 22px;
}
.yg_ln_biosection_item_bottom blockquote p:before {
  font-family: Georgia, serif;
  content: "“";
  color: #81bedb;
  font-size: 7.5em;
  font-weight: 700;
  opacity: 0.4;
  position: absolute;
  top: -0.4em;
  left: -0.08em;
  text-shadow: none;
  z-index: -300;
}
@media only screen and (max-width: 480px) {
  .yg_ln_biosection_wrap {
    padding: 8% 0;
  }
  .yg_ln_biosection_wrap h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .yg_ln_biosection_wrap h4::before {
    width: 65px;
    height: 65px;
  }
  .yg_ln_biosection_wrap h5 {
    font-size: 17px;
    line-height: 24px;
  }
  .yg_ln_biosection_item {
    display: block;
    font-size: 0.85em;
    line-height: 1.4em;
  }
  .yg_ln_biosection_item_bio {
    width: auto;
    margin-bottom: 25px;
  }
  .yg_ln_biosection_item_bio_image {
    max-height: 275px;
    min-height: 275px;
  }
  .yg_ln_biosection_item_bio_text {
    padding: 14px 0 0 0;
  }
  .yg_ln_biosection_item_bio_text blockquote p {
    font-size: 15px;
    line-height: 1.4 !important;
  }
  .yg_ln_biosection_item_video {
    width: auto;
  }
  .yg_ln_biosection_item_video_embed {
    min-height: auto;
    max-height: auto;
  }
  .yg_ln_biosection_item_video_text {
    padding: 14px 0 0 0;
  }
  .yg_ln_biosection_item_bottom {
    padding: 14px 0 0 0;
  }
  .yg_ln_biosection_item_bottom blockquote p {
    font-size: 15px;
    line-height: 1.4 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_biosection_wrap {
    padding: 6.2% 0;
  }
  .yg_ln_biosection_wrap h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .yg_ln_biosection_wrap h4::before {
    width: 75px;
    height: 75px;
  }
  .yg_ln_biosection_wrap h5 {
    font-size: 17px;
    line-height: 24px;
  }
  .yg_ln_biosection_item {
    display: block;
    font-size: 0.85em;
    line-height: 1.4em;
  }
  .yg_ln_biosection_item_bio {
    width: auto;
    margin-bottom: 25px;
  }
  .yg_ln_biosection_item_bio_image {
    max-height: 275px;
    min-height: 275px;
  }
  .yg_ln_biosection_item_bio_text {
    padding: 14px 0 0 0;
  }
  .yg_ln_biosection_item_bio_text blockquote p {
    font-size: 17px;
    line-height: 1.4 !important;
  }
  .yg_ln_biosection_item_bio_text blockquote p:before {
    top: -0.4em;
  }
  .yg_ln_biosection_item_video {
    width: auto;
  }
  .yg_ln_biosection_item_video_embed {
    min-height: auto;
    max-height: auto;
  }
  .yg_ln_biosection_item_video_text {
    padding: 14px 0 0 0;
  }
  .yg_ln_biosection_item_bottom {
    padding: 14px 0 0 0;
  }
  .yg_ln_biosection_item_bottom blockquote p {
    font-size: 17px;
    line-height: 1.4 !important;
  }
  .yg_ln_biosection_item_bottom blockquote p:before {
    top: -0.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yg_ln_biosection_wrap h4 {
    margin-bottom: 13px;
  }
  .yg_ln_biosection_item_bio {
    width: 35.8%;
  }
  .yg_ln_biosection_item_bio_image {
    max-height: 253px;
    min-height: 253px;
  }
  .yg_ln_biosection_item_video {
    width: 60.2%;
  }
  .yg_ln_biosection_item_video_embed {
    max-height: 253px;
    min-height: 253px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yg_ln_biosection_item_bio_image {
    max-height: 353px;
    min-height: 353px;
  }
  .yg_ln_biosection_item_video_embed {
    max-height: 353px;
    min-height: 353px;
  }
}

.yg_ln_midtier {
  margin: 0;
  padding: 0;
}
.yg_ln_midtier_wrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 1.8611% 0;
  overflow: hidden;
  position: relative;
}
.yg_ln_midtier_box {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: rgb(115, 20, 226);
  background: linear-gradient(90deg, rgb(115, 20, 226) 31%, rgb(115, 20, 226) 56%, rgb(115, 20, 226) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7314E2",endColorstr="#7314E2",GradientType=1);
}
.yg_ln_midtier_resource {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: wrap;
  box-pack: justify;
  justify-content: center;
  position: relative;
}
.yg_ln_midtier_resource_loadmore {
  text-align: center;
  padding: 1em 1em;
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 480px) {
  .yg_ln_midtier_wrap {
    padding: 8% 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yg_ln_midtier_wrap {
    padding: 6.2% 0;
  }
}

/* Editorial Style */
.floating_editorial_menu ul.primary_editorial_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(204, 42, 45, 0.9);
  z-index: 100;
  margin: 0;
  padding: 0;
}
.floating_editorial_menu ul.primary_editorial_nav li {
  display: inline-block;
  list-style: none;
  margin: 0 !important;
}
.floating_editorial_menu ul.primary_editorial_nav li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.floating_editorial_menu ul.primary_editorial_nav li a {
  color: #fff;
  display: block;
  padding: 0.8em 1.5em;
  font-size: 14px;
  text-transform: uppercase;
}
.floating_editorial_menu ul.primary_editorial_nav li a:after {
  display: none;
}
.floating_editorial_menu ul.primary_editorial_nav li a:hover {
  text-decoration: underline;
}

/* Video Page Styles*/
.yc_videos {
  margin: 0;
  padding: 0;
}
.yc_videos_slider {
  margin: 0;
  padding: 0;
  background-position: 50% center, 50% center;
  background-size: cover;
  position: relative;
}
.yc_videos_slider_image {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 380px;
  /*&:before {
    background-color:rgba(0,0,0,0.2); //0.4
    content: ""; 
    height: 100%; 
    left: 0; 
    position: absolute; 
    top: 0;
    width: 100%; 
    z-index: 1;
  }*/
}
.yc_videos_slider_image img {
  width: 100%;
  display: block;
}
.yc_videos_embed {
  max-width: 1240px;
  margin: 0 auto;
  width: 86.11111%;
  padding: 2.8611% 0;
  position: relative;
}
.yc_videos_embed_box {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: rgb(254, 204, 104);
  background: linear-gradient(90deg, rgb(254, 204, 104) 31%, rgb(207, 166, 99) 56%, rgb(134, 104, 55) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fecc68",endColorstr="#866837",GradientType=1);
}
.yc_videos_header {
  max-width: 1240px;
  width: 86.11111%;
  margin: 0 auto;
  padding: 3.8611% 0;
  overflow: hidden;
  position: relative;
}
.yc_videos_header h4 {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4e5253;
  margin: 0;
  position: relative;
  padding-left: 100px;
}
.yc_videos_header h4::before {
  content: "";
  background: url(https://www.unep.org/youngchampions/themes/custom/youngchampions/img/YCOE_V2-12.svg) no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
}
.yc_videos_header_box {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: rgb(254, 204, 104);
  background: linear-gradient(90deg, rgb(254, 204, 104) 31%, rgb(207, 166, 99) 56%, rgb(134, 104, 55) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fecc68",endColorstr="#866837",GradientType=1);
}
.yc_videos_resourcewrap {
  margin: 0 auto;
  width: 88.5714285714%;
  max-width: 1240px;
  padding: 2.8611% 0;
  overflow: hidden;
  position: relative;
}
.yc_videos_resource {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: wrap;
  box-pack: justify;
  justify-content: space-between;
}
.yc_videos_resource_item {
  margin: 0;
  padding: 0;
  width: 31.7%;
  max-width: 393px;
  padding: 0;
  margin-bottom: 15px;
}
.yc_videos_resource_item:hover {
  opacity: 0.8;
  cursor: pointer;
}
.yc_videos_resource_item:hover .yc_videos_resource_item_image {
  opacity: 0.6;
}
.yc_videos_resource_item_image {
  width: 100%;
  max-height: 220px;
  min-height: 220px;
  overflow: hidden;
  background-position: 50% center, 50% center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yc_videos_resource_item_image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yc_videos_resource_item_text {
  overflow: hidden;
  color: #4e5253;
  padding: 3.3333% 0;
  margin: 0;
}
.yc_videos_resource_item_text h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
}
.yc_videos_resource_item_text p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
.yc_videos_resource_item_text_meta {
  color: #4e5253;
  display: block;
  color: rgba(101, 101, 101, 0.5);
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2%;
}
.yc_videos_resource_item_text_meta span.date {
  margin-right: 5px;
}
.yc_videos_resource_item_text_meta .type:before {
  content: "|";
  margin-right: 5px;
}
.yc_videos_resource_item_text a {
  color: #4e5253;
}
.yc_videos_resource_item_text a:hover {
  color: #4e5253;
  opacity: 0.7;
}
.yc_videos_loadmore {
  text-align: center;
  padding: 2em 1em 0 1em;
}
@media only screen and (max-width: 480px) {
  .yc_videos_slider_image {
    height: 250px;
  }
  .yc_videos_embed {
    max-width: 90%;
    padding: 8% 0;
  }
  .yc_videos_header {
    padding: 13% 0;
    max-width: 90%;
  }
  .yc_videos_header h4 {
    font-size: 22px;
    line-height: 28px;
    padding-left: 80px;
  }
  .yc_videos_header h4::before {
    width: 65px;
    height: 65px;
  }
  .yc_videos_resourcewrap {
    padding: 8% 0;
    width: 90%;
  }
  .yc_videos_resource {
    display: block;
  }
  .yc_videos_resource_item {
    width: auto;
    margin-right: 0;
    max-width: none !important;
    margin-bottom: 15px;
  }
  .yc_videos_resource_item_text h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .yc_videos_resource_item_text p {
    font-size: 15px;
    line-height: 18px;
  }
  .yc_videos_resource_item_text_meta {
    font-size: 12px;
  }
  .yc_videos_loadmore {
    padding: 1em 1em 0 1em;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .yc_videos_slider_image {
    height: 300px;
  }
  .yc_videos_embed {
    max-width: 90%;
    padding: 4.2% 0;
  }
  .yc_videos_header {
    padding: 7% 0;
    max-width: 90%;
  }
  .yc_videos_header h4 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 90px;
  }
  .yc_videos_header h4::before {
    width: 75px;
    height: 75px;
  }
  .yc_videos_resourcewrap {
    padding: 4.2% 0;
    width: 90%;
  }
  .yc_videos_resource {
    display: block;
  }
  .yc_videos_resource_item {
    width: auto;
    margin-right: 0;
    max-width: none !important;
    margin-bottom: 15px;
  }
  .yc_videos_resource_item_text {
    font-size: 0.85em;
    line-height: 1.4em;
  }
  .yc_videos_resource_item_text_meta {
    font-size: 0.85em;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yc_videos_slider_image {
    height: 350px;
  }
  .yc_videos_header {
    padding: 4.8% 0;
  }
  .yc_videos_resource_item {
    width: 48.2%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yc_videos_slider_image {
    height: 370px;
  }
}

/* Layout Styles */
h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #00abf1;
  margin: 5px 0 5px 0;
}

/* Header Styles 

.yc_header_wrapper
{
	& .yc_header
	{
		& .utilityNav
		{
			background-color: rgba(0, 171, 241, 1.0);
		}
	}
}*/
/* Homepage Styles */
.btn-white {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #00abf1;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

.btn-white:hover {
  background: #f4f4f4;
  color: #212529;
}

.btn-brown {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #18b1ef;
  text-transform: uppercase;
}

.btn-brown:hover {
  background: #ebebeb;
  color: #ffffff;
}

.yg_ln_news_resource_item:nth-child(1) {
  background-color: #00abf1;
}

.yg_ln_conversations {
  background-color: #91cac1;
}

/* Our Team Style */
.search_header {
  background-color: rgb(0, 171, 241);
  border: 1px solid rgb(0, 171, 241);
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

@media only screen and (max-width: 767px) {
  .content_s1_video {
    background: url("https://www.unep.org/youngchampions/themes/custom/youngchampions/img/yc_eye.jpg");
    background-size: cover;
    background-attachment: fixed;
  }
}
