
@media only screen and (max-width: 1024px) {

	.header-top .col.span_9_of_12 {
    width: 100%;
	}

}

@media only screen and (max-width: 768px) {



.span_12_of_12,
.span_11_of_12,
.span_10_of_12,
.span_9_of_12,
.span_8_of_12,
.span_7_of_12,
.span_6_of_12,
.span_5_of_12,
.span_4_of_12,
.span_3_of_12,
.span_2_of_12,
.span_1_of_12 {
	width: 100%;
	margin-left: 0;
}

#top .menu-button {
  display: block;
}

  .header-notice {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

    .header-notice .notice-body .gw-Trophy-18 {
        font-size: 24px;
    }

    .header-notice .notice-body h2 {
      font-size: 1em;
    }

  .header-top {
    display: none;
  }

  .take-part-box {
    display: block;
  }

  .take-part {
    font-size: 1.25em;
  }

/* Menu Panel */

li.lang-item {
    display: inline-block;
    margin-right: 1em;
}

.menu-overlay li.lang-item img {
    width: 32px !important;
    height: auto !important;
    image-rendering: crisp-edges;
		image-rendering: pixelated;
}


/* GDPR Cookie Banner Styles */

#cookie-law-info-bar .col:last-child {
    text-align: center;
}

.section .cli-plugin-main-button, .section .cli_settings_button {
    margin-top: 1em;
}

/* Splash Section */

.splash-wrap {
  background-image: none;
}

.title-box {
    margin-bottom: 0;
}

  #logo .logo {
    height: auto;
    height: auto;
  }

  #logo .partner-logo .logo {
    max-width: 150px;
  }

  .brand-cross {
    width: 18px;
    height: 18px;
    margin: 0 0.5em;
  }


  h1.bt-logo {
    max-width: 218px;
    margin-bottom: 0;
  }

  .page-splash {
    background-size: auto 54px;
  }
    .page-splash h3 {
      font-size: 1.5em;
    }

    .page-splash .section-body {
      font-size: unset;
    }

        .page-splash ul.splash-list li:before {
          font-size: 18px;
          width: 36px;
          height: 36px;
          line-height: 36px;
          left: calc(-36px - 1em);
          top: -6px;
        }

      .page-splash ul.splash-list li {
        margin-bottom: 2em;
      }

    .page-splash ul.partners-list {
      flex-wrap: nowrap;
      overflow-x: scroll;
      overflow-y: hidden;
      width: 108%;
      margin-left: -4%;
      padding-right: 4%;
      box-sizing: border-box;
        /* hide scrollbar */
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
          .page-splash ul.partners-list::-webkit-scrollbar {
            display: none;
          }

	.page-splash .store-buttons-section {
    margin-bottom: 0em;
	}

    .splash-footer span {
      margin-bottom: 0.5em;
    }

  .sdg-logo {
    margin-bottom: 1em;
    max-width: 150px;
  }

  ul.partners-list li {
    flex-shrink: 0;
    width: 120px;
    margin: 4%;
  }
   .page-splash  ul.partners-list li:first-child {
      margin-left: 4%;
    }
    .page-splash ul.partners-list li:last-child {
      margin-right: 4%;
    }

    .page-splash ul.partners-list:after {
      content: "";
      width: 0;
      display: block;
      padding-right: 1px;
    }

    ul.partners-list li .partner-image-box {
      height: 90px;
    }


.section-image {
  display: none;
}
.section-image-mobile {
  display: block;
}

.partner-desc {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-top: 0;
}

.section-image-mobile img {
	opacity: 1;
  margin-bottom: 0;
  height: auto;
  display: block;
}


/* Section Video Styles */
.section-video-desktop {
  display: none;

}
.section-video-mobile {
  display: block;
}


.page-splash .section-video-mobile {
  margin-bottom: -4em;
}

/* Section Video - Phone Styles GENERAL */

.section-video.phone-base {
  padding: 4.5%;
  background: #444;
  border-radius: 62px;
  box-shadow: 0 30px 60px -10px rgba(0,0,0,0.5);
}
  .phone-screen {
    position: relative;
    background: #000 url('../images/yfd-intro-thumb-blur.jpg') 50% 50% no-repeat;
    background-size: cover;
    padding: 17% 0;
    border-radius: 46px;
    overflow: hidden;
		box-shadow: inset 0 0px 0px 1px #444;
  }
      .section-video.phone-base .phone-screen:before {
        content: "";
        display: block;
        width: 52%;
        border-radius: 0 0 24px 24px;
        height: 0;
        padding-bottom: 7%;
        position: absolute;
        top:0;
        left: 50%;
        margin-left: -26%;
        z-index: 1;
        background: #444;
      }
/* Phone Styles End */


/* Section Video - Phone Styles TABLET */


	.phone-base video { /* Hide vdeo for mobile - duplicate play button on mobile */
			height: auto;
			opacity: 0;
	}

	.section-video-box.phone-box {
			height: 490px;
			overflow: hidden;
	}

	.section-video.phone-base {
		box-shadow: none;
	}

		.play-button-box {
			position: relative;
		}
		.play-button-box .play-button {
				font-family: "goodwall-web";
				color: #fff;
				text-align: center;
				display: block;
				line-height: 66px;
				position: absolute;
				overflow: hidden;

					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					transform: unset;
					text-indent: -999em;
					background: none;
			}
						.play-button:hover {
							text-decoration: unset;
						}
			.play-button:before {
				content: "\e9ca";
				font-size: 28px;
				width: 66px;
				height: 66px;
				display: block;
				background: rgba(0,0,0,0.3);
				margin-bottom: 100%;
				top: 50%;
				left: 50%;
				border-radius: 33px;
				width: 66px;
				height: 66px;
				position: absolute;
				transform: translate(-50%, -25%);
				text-indent: 0;
			}
	.phone-screen {
		padding: 0% 0;
	}



/* App Store Buttons */

.app-store-buttons-desktop {
  display: none;
}

  .app-store-buttons-mobile {
    display: block;
  }

  .device-ios .ios-join-button {
    display: block;
  }
  .device-android .android-join-button {
    display: block;
  }
  .page-template-page-unicef-nigeria .nigeria-join-button {
    display: block;
  }

		.app-store-buttons-mobile .button.take-part {
			max-width: 320px;
		}

/* Results Section */

.result-item > .section {
    flex-direction: column;
}


/* Program Section */
.section-program {
  padding-bottom: 0;
  padding-bottom: 3em;
}
  .section-title {
    font-size: 1.75em;
  }

.program-item {
    width: 100%;
}
  .program-item h4 {
    font-size: 1.5em;
  }
  .program-item .program-item-body {
    font-size: 1em;
  }

  .section-speakers .section-body p, .section-prizes .section-body p, .section-certificate .section-body p, .section-partners .section-body p {
    font-size: 1em;
  }

.section-program .button.full-program{
  background-color: #fff;
  color: #00A488;
  width: 100%;
  display: block;
  margin: 0 auto;
  width: 80%;
}

	/* Program Section - Video */

	.section-program .section-video-box {
	    margin-top: 2em;
	    margin-bottom: -3em;
	}

/* Speakers Section */

  ul.speaker-list {
    flex-wrap: nowrap;
    flex-direction: row;
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-left: -4%;
    width: 108%;
    padding-left: 4%;
    padding-right: 8%;
    justify-content: flex-start;
    box-sizing: border-box;
      /* hide scrollbar */
      -ms-overflow-style: none;
      scrollbar-width: none;
  }
        ul.speaker-list::-webkit-scrollbar {
          display: none;
        }

    ul.speaker-list:after {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      padding-right: 4%;
      padding-bottom: 1px;
    }


.speaker-list li {
    width: auto;
    margin: 0 2% 1em;
    align-items: stretch;
		/*
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
		*/
}

	.speaker-list li a {
		border-radius: 10px;
		box-sizing: border-box;
		background: #fff;
		box-shadow: 0 3px 12px 0 rgba(0,0,0,.1);
    padding: 1.5em;
		width: 280px;
    height: 100%;

	}


  .speaker-photo {
    width: 120px;
    height: 120px;
}

/* Certificate Section */

  .certificate-box {
    height: auto;
    padding: 0;
    overflow: unset;
    background: none !important;
  }

  .certificate-box > img {
    display: block;
    opacity: 1;
    margin-bottom: 4em;
  }

  .certificate-box .store-buttons-box {
      position: relative;
      transform: unset;
      top: auto;
      left: auto;
      width: 108%;
      min-width: unset;
      padding: 2em 5%;
      margin-left: -4%;
      box-sizing: border-box;
  }

  .certificate-box .store-buttons-box .store-buttons-section {
    margin-top: 1em;
  }

/* Partners Section */

  .section-partners ul.partners-list {
    width: 108%;
    margin-left: -4%;
}

  .section-partners ul.partners-list li {
    width: 17%;
    height: 120px;
    margin: 0 4% 1em;
  }

/* Results Section */

.result-image {
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 1em;
}

/* Page Template */

.page-header {
  margin-bottom: 1em;
}

/* Custom Partner Page */

.page-template-page-custom-partner .header-notice {
  display: block;
  height: 1.75em;
}

.page-template-page-custom-partner .header-notice .section {
  display: none;
}

.page-template-page-custom-partner .section-program {
  padding-bottom: 3em;
}
.page-template-page-custom-partner .page-splash {
  padding-bottom: calc(4em + 54px);
}

.page-template-page-custom-partner .section-image {
    max-width: 282px;
}

/* Unicef Nigeria */

.page-splash ul.intro-partner-list {
  margin-top: 1em;
  margin-bottom: 2em;
}


ul.intro-partner-list li .partner-image-box {
    max-width: 110px;
    height: 70px;
}

.page-splash .signup-web {
	display: none;
}

	  /* Unicef Niegria Popover */
		.popover .signup-web {
			display: none;
		}
		.nigeria-join-overlay .overlay-photo {
		    display: none;
		}



/* Event Calendar  */

.page-template-page-event-calendar .header-notice {
    display: block;
}
.date-item {
    width: 48%;
}

.challenge-duration {
	text-align: left;
  font-size: 1.25em;
  font-weight: 400;
}
/* Overlay Styles */

.overlay-relative {
    padding: 0;
}

.overlay-layer .popover-padding {
  min-height: 100vh;
  border-radius: 0;
}


}
