:root {
  --bt-color1: #0f9;
  --bt-color2: #ff6;
  --bt-color3: #8bf;
  --bt-color4: #2b7;
  --bt-alert: #f56;
  --white: #ffffff;
  --black: #181818;
  --gray-bg: #f9f9f9;
}



/* WP Admin Bar Mobile Fix */
@media only screen and (max-width: 767px) {   #wpadminbar {top: -46px; } }

.section {
    max-width: 1024px;
}

#header {
    background: none;
    border: none;
}

body {
  font-size: 1.2em;
  background-size: 910px auto;
  background-position: calc(100% + 460px) -340px;
  background-repeat: no-repeat;
  color: var(--black);
}

p {
  margin-bottom: 1em;
}

main{
  font-size: 1em;
}

article a, section a {
    color: var(--bt-tertiary);
}
article a:hover, section a:hover {
  text-decoration: underline;
}
/*#footer {
    background: var(--gray-bg);
  }

  #footer .meta-box {
    flex-direction: row;
  }

  #footer .logo-box {
    margin-right: 2em;
    padding-top: 2px;
  }*/

/* Splash Section */

.page-splash {
  padding-top: 3em;
}
.page-splash .section-title {
  font-size: 3em;
  text-transform: uppercase;
  max-width: none;
  margin-bottom: 0;
}

.page-body-box {
  width: 75%;
}

.featured-photo {
  width: 100%;
  height: 0px;
  overflow: hidden;
  border-radius: 50%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.featured-photo img{
  display: block;
  opacity: 0;
}
.single-page .post-body-box {
  margin-bottom: 0;
}

/* Community Section */

.section-community {
  background: var(--gray-bg) url('../images/community-bg@2x.png') no-repeat calc(100% + 380px) 20%;
  background-size: 1206px auto;
}

  .section-title {
    font-size: 2em;
    margin-bottom: 1em;
  }

.section-content {
  margin-bottom: 4em;
}


    .section-content ol:not(.stats), .page-splash ol:not(.stats) {
      display: block;
      padding-left: 1em;
      width: 80%;
      margin-bottom: 3em;
    }
      .section-content ol:not(.stats) li, .page-splash ol:not(.stats) li{
        position: relative;
        margin-bottom: 1em;
        padding-left: 0.5em;
      }

  .section-content ul:not(.stats), .page-splash ul:not(.stats) {
    list-style: none;
    display: block;
    padding-left: 1.5em;
    width: 80%;
    margin-bottom: 3em;
  }
    .section-content ul:not(.stats) li, .page-splash ul:not(.stats) li {
      display: block;
      position: relative;
      margin-bottom: 1em;
    }
      .section-content ul:not(.stats) li:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--bt-tertiary);
        left: -1.5em;
        top: 0.6em;
        position: absolute;

      }


  .phone-image img{
    width: 100%;
    height: auto;
  }


/* Better Together Start */

html body {
  font-size: 1em;
  background: #fff;
  z-index: 0;

}

article a, section a, .popup-content a {
    color: var(--bt-color4);
    font-weight: bold;
}

.section {
  max-width: 1200px;
}

#top {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 5;
    transform: translateZ(5px);
}


      #top .menu-button {
        position: absolute;
        right: 4%;
        top: 1.5em;
        text-decoration: none;
        width: 18px;
        height: 18px;
        overflow: hidden;
        font-family: 'goodwall-web';
        display: none;
      }

        #top .menu-button:before {
          content: "\e9c6";
          display: block;
          width: 18px;
          height: 19px;
          line-height: 18px;
        }

.header-notice {
    background: var(--bt-color1);
    padding: 1em 4%;
    position: relative;
    z-index: 5;
    transform: translateZ(5px);
}
  .notice-body > * {
      vertical-align: middle;
  }


  .header-notice .notice-body .gw-Trophy-18 {
      font-size: 2em;
      color: var(--bt-color4);
      display: inline-block;
      margin-right: 0.5em;
  }

  .header-notice .notice-body h2 {
    display: inline-block;
    font-size: 1.75em;
    font-weight: 900;
    margin-right: 0.25em;
  }

  .header-notice a {
    padding: 0.5em;
    text-decoration: underline;
  }

.header-top {
    max-width: none;
    background: #fff;
    background: var(--gray-bg);
    padding: 0.5em 5%;
    position: relative;
}


/* Header Menu */

.menu-navigation-container, .menu-fr-main-menu-container {
  display: inline-block;
}

  .header-top ul {
      list-style: none;
      display: inline-block;

  }

    .header-top ul li {
      display: inline-block;
      /*margin-right: 1.2em;*/
      margin-right: 25px;
    }
    /*
        .page-nav li.menu-home {
          display: none;
        }
            .sticky-nav .page-nav li.menu-home {
              display: inline-block;
            }

    */

    .header-top ul li a {
      display: block;
      font-weight: 600;
      line-height: 3em;
    }


.button {
  background-color: var(--bt-color1);
  font-weight: bold;
  width: 9em;
  color: var(--black);
  border-radius: 8px;
}


.header-top.sticky-nav {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    transform: translateZ(1px);
    top: 0;
    background: #fff;
    border-bottom: 1px solid var(--gray-bg);
}

  /* App Store Buttons */
  .take-part-box {
      display: block;
      width: 100%;
      padding: 1em 4% 4em;
      box-sizing: border-box;
      position: fixed;
      bottom: 0;
      z-index: 2;
      display: none;
  }
    .app-store-buttons-mobile .button.take-part {
        width: 70%;
        box-sizing: border-box;
        max-width: 992px;
        margin: auto;
    }

      .take-part-box .take-part {
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
      }


    .app-store-buttons-mobile, .app-store-buttons-mobile a {
      display: none;
    }

main {
    min-height: calc(100vh - 260px);
}

main > section, main > article, main > div > article {
    padding: 3em 4%;
}

/* GDPR Cookie Banner Styles */

  div#cookie-law-info-again {
      background: var(--white) !important;
      border-radius: 8px 8px 0 0;
  }

	#cookie-law-info-bar {
    box-shadow: rgba(0,0,0,.2) 0px 5px 30px !important;
		opacity: 1 !important;
		z-index: 2 !important;
	}

		#cookie-law-info-bar .section {
      padding: .5em 4%;
		}
		.section .cli-plugin-main-button,.section .cli_settings_button {
		    font-size: 1em !important;
		    padding: 1em 2em !important;
				border-radius: 3px;
        line-height: 1em;
        display: inline-block;
		}

		.cli_settings_button {
			background: none !important;
			border: 1px solid #444;
		}

		.cli-tab-container h4 {
		  font-size: 1.75em !important;
		  line-height: 1.2em !important;
		  font-weight: 800 !important;
		  margin-bottom: 0.2em !important;
		}

		#cookie-law-info-bar .col:first-child {
			text-align: left;
		}
		#cookie-law-info-bar .col:last-child {
		    text-align: right;
		}

		#cookie-law-info-again {
		    box-shadow: none !important;
		}

		.cli-privacy-content a{
			text-decoration: underline;
		}


/* Splash Section */

.page-splash {
  padding-bottom: 4em;
  padding-top: 2.5em;
}

    .splash-wrap {
      background-color: #fff;
      background: none;
      position: relative;
    }


        .splash-wrap:after {
          content: "";
          display: block;
          width: 60vw;
          height: 60vw;
          background: var(--bt-color1);
          position: absolute;
          top: -24%;
          right: -10%;
          border-radius: 9999999px;
          z-index: -1;
            display: none;
        }

        .splash-wrap.color-green:after {
          background-color: var(--bt-color1);
        }
        .splash-wrap.color-yellow:after {
          background-color: var(--bt-color2);
        }
        .splash-wrap.color-blue:after {
          background-color: var(--bt-color3);
        }
        .splash-wrap.color-gray:after {
          background-color: #f0f0f0;
        }


/*.logo-box {
  margin-bottom: 1em;
  display: none !important;
}
*/
      h2#logo {
          font-weight: unset;
          font-size: unset;
          margin-right: unset;
          text-transform: unset;
          position: unset;
          top: unset;
      }

#logo .logo{
  height: auto;
  width: auto;
  top: unset;
  vertical-align: middle;
  margin-right: unset;
}
  #logo .logo.goodwall-logo {
    height: 2em;
  }

#logo span {
    display: none;
}

      /* Partner Page */
      .brand-cross {
          display: inline-block;
          width: 36px;
          height: 36px;
          margin: 0 1em;
          vertical-align: middle;
          position: relative;
          transform: rotateZ(45deg);
      }
        .brand-cross:before, .brand-cross:after {
            content: "";
            display: block;
            height: 1px;
            width: 100%;
            background: #444;
            top: 50%;
            position: absolute;
            margin-top: -0.5px;
        }

        .brand-cross:after {
          transform: rotateZ(90deg);
        }

        #logo .partner-logo .logo {
          max-width: 180px;
          height: auto;
          max-height: 90px;
        }
        .partner-desc {
          margin-top: 1em;
          font-size: 1.5em;
          line-height: 1.25em;
        }

.bt-logo {
  max-width: 350px;
  margin-bottom: 0.75em;
  width: 100%;
}


  .section-body h1 {
      font-size: 2.5em;
      line-height: 1.25em;
      font-weight: 900;
      margin-bottom: 0.5em;
  }


  .section-body h2 {
      font-size: 2.25em;
      line-height: 1.25em;
      font-weight: 900;
      margin-bottom: 0.5em;
  }


  .section-body h3, .page-splash h3.date {
      font-size: 2em;
      line-height: 1em;
      font-weight: 900;
      margin-bottom: 0.5em;
  }

  .section-body h4 {
      font-size: 1.75em;
      line-height: 1em;
      font-weight: 900;
      margin-bottom: 0.5em;
  }

  .section-body h5 {
      font-size: 1.5em;
      line-height: 1em;
      font-weight: 900;
      margin-bottom: 0.5em;
  }

  .section-body h6 {
      font-size: 1.25em;
      line-height: 1em;
      font-weight: 900;
      margin-bottom: 0.5em;
  }

  .section-body ul, .section-body ol {
      padding-left: 1.5em;
      margin-bottom: 1em;
  }

    .section-body ul li, .section-body ol li {
      margin-bottom: 0.5em;
  }

  .section-body blockquote {
    font-size: 1.5em;
    line-height: 1.25em;
    border-left: 4px solid var(--bt-color2);
    padding-left: 1em;
    display: block;
    font-style: italic;
  }

.page-splash .section-body {
    font-size: 1.5em;
}

.page-splash ul.splash-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.page-splash ul.splash-list li {
  margin-bottom: 1.5em;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  align-items: center;
}

  .page-splash ul.splash-list li .item-icon-box{
    font-family: 'goodwall-web';
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 30px;
    background: var(--bt-color1);
    left: calc(-48px - 1em);
    top: -10px;
    text-align: center;
    line-height: 48px;
    margin-right: 0.5em;
  }

      .page-splash ul.splash-list li .item-icon-box.empty:before {
        content: "\e900";
        width: 48px;
        display: block;
        height: 48px;
        line-height: 48px;
        font-size: 24px;
      }

            .page-splash ul.splash-list li:nth-child(1) .item-icon-box.empty:before {
              content: "\ea39";
            }
            .page-splash ul.splash-list li:nth-child(2) .item-icon-box.empty:before {
              content: "\ea41";
            }
            .page-splash ul.splash-list li:nth-child(3) .item-icon-box.empty:before {
              content: "\e900";
            }

    .page-splash ul.splash-list li .item-icon-box .item-icon {
      width: 48px;
      height: 48px;
      object-fit: cover;
    }


.page-splash .store-buttons-section {
    margin-top: 1em;
    margin-bottom: 2em;
    max-width: 486px;
}




.featured-photo {
    width: 100%;
    height: auto;
    max-width: 282px;
    border-radius: unset;
    overflow: unset;
    padding: 0;
    margin-top: 3em;
    margin-left: auto;
}

/* Section Video Styles */
.section-video-desktop {

}
.section-video-mobile {
  display: none;
}


/* Splash Section - Video */

.section-video-box {
  margin: auto;
  max-width: 300px;
}

.section-video {
    border-radius: 10px;
    overflow: hidden;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.2);
    box-sizing: border-box;*/
    margin: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

  .section-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

          .play-button {
            display: none;
          }

    .featured-photo-box .section-video {
      margin-top: 3em;
      /*margin-right: 0;*/
    }

.page-splash ul.partners-list {
    width: 104%;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    margin-left: -2%;
    margin-bottom: 0;
}

.page-splash ul.partners-list li:before {
    display: none;
}



ul.partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.partners-list li:before {
    display: none;
}


ul.partners-list li {
    margin: 0 2%;
    width: 16%;
}

  ul.partners-list li a {
    display: block;
  }

    ul.partners-list li .partner-image-box{
        width: 100%;
        height: 132px;
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
    }

      ul.partners-list li .partner-image-box img {
        opacity: 0;
        display: block;
      }


.splash-footer span {
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}

  .support-logo img {
    max-width: 220px;
  }


/* Results Section */
section.section-results {
    background: var(--gray-bg);
}

.results-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 102%;
    margin-left: -1%;
    flex-direction: row;
}

.result-item {
  background-color: var(--bt-color2);
  padding: 3%;
      width:48%;
      margin: 0 1% 2%;
      display: block;
      box-sizing: border-box;
}

  .result-item > .section {
      display: flex;
      justify-content: flex-start;
  }
    .result-item > .section > .col {
        flex-grow: 1;
    }

  .result-item:nth-child(4n+2), .result-item:nth-child(4n+3) {
    background-color: var(--bt-color1);
  }

.result-title {
  font-weight: 900;
  font-size: 3em;
  line-height: 1em;
}

.result-subtitle {
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1.25em;
}

.result-image {
  width: 80%;
  height: 0px;
  padding-bottom: 80%;
  background: #fff 50% 50% no-repeat;
  background-size: cover;
  border-radius: 50%;
  text-align: center;
}
        .result-image:before {
          content: " ";
          display: block;
        }


/* Program Section */

.section-program {
  background-color: var(--bt-color2);
  /* background-image: url('../images/waves-white-01.png'); */
  background-size: 1270px auto;
  background-position: calc(50% + 480px) 280px;
  background-repeat: no-repeat;
}

    .section-program .section-video-desktop {
      margin-top: 2.5em;
      margin-bottom: 4em;
    }


  h3.tagline {
    font-weight: normal;
    margin-bottom: 0.5em;
    font-size: 1.25em;
  }

  .section-title {
    text-transform: unset;
    font-size: 3.25em;
    margin-bottom: 0.5em;
  }

.program-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 106%;
  margin-left: -3%;
}

.program-item {
  display: block;
  width: 44%;
  margin: 0 3% 1em;
}
  .program-item h4 {
    margin-bottom: 0.25em;
  }

  .program-item .program-item-body {
    font-size: 1.5em;
    line-height: 1.25em;
  }

.section-program .store-buttons-section,  .section-speakers .store-buttons-section, .section-prizes .store-buttons-section {
    margin-left: auto;
    margin-right: auto;
}

.section-program .button.full-program{
  font-size: 1.25em;
  width: 12em;
}

.nav-events-link {
  display: none;
}

.section-program .col.span_12_of_12 .program-item {
  width: 18%;
}

/* Speakers Section */


.section-speakers .section-body,
.section-prizes .section-body,
.section-certificate .section-body,
.section-partners .section-body,
.section-about-partnership .section-body {
  max-width: 996px;
  margin:0 auto 2em;
}
  .section-speakers .section-body p,
  .section-prizes .section-body p,
  .section-certificate .section-body p,
  .section-partners .section-body p,
  .section-about-partnership .section-body p
   {
    font-size: 1.5em;
    line-height: 1.5em;
  }


  ul.speaker-list {
    display: flex;
    list-style: none;
    margin-bottom: 2em;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -8%;
    width: 116%;
  }

  .speaker-list li {
    width: 180px;
    margin: 0 1% 3em;
  }


    .speaker-list li a {
      display: block;
      color: #444;
    }

      .speaker-list li a:hover {
        text-decoration: none;
      }

      .speaker-list li a span {
        display: block;
        text-align: center;
        font-weight: normal;
      }

        .speaker-list .speaker-name {
          font-weight: bold;
        }



    .speaker-photo, .event-photo {
      width: 162px;
      height: 162px;
      overflow: hidden;
      border-radius: 50%;
      margin: 0 auto 1em;
      background-size: cover;
      background-position: 50% 50%;
    }
      .speaker-photo img, .event-photo img {
        opacity: 0;
        display: block;
      }


/* Section Prizes */


.section-prizes {
    background: var(--bt-color3);
}

ul.prize-list {
  list-style: none;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.prize-list li {
  width: 276px;
  margin: 0 12px 2em;
}


  .prize-list li a {
    display: block;
    color: #444;
  }

    .prize-list li a:hover {
      text-decoration: none;
    }


    .prize-list li span {
      display: block;
      text-align: center;
      font-weight: bold;
      font-size: 1.25em;
    }




  .prize-photo {
    width: 282px;
    height: 162px;
    overflow: hidden;
    margin: 0 auto 1em;
    background-size: cover;
    background-position: 50% 50%;
  }
    .prize-photo img {
      opacity: 0;
      display: block;
    }

/* Certificate Section */


    .certificate-box {
      max-width: 996px;
      width: 100%;
      height: 0;
      padding-bottom: 60%;
      overflow: hidden;
      margin: 1em auto 1em;
      background-size: cover;
      background-position: 50% 50%;
      position: relative;
    }
      .certificate-box > img {
        opacity: 0;
        display: none;
      }

.certificate-box .store-buttons-box {
    background: var(--gray-bg);
    padding: 3em 3em;
    min-width: 588px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

  .certificate-box .store-buttons-box .store-buttons-section {
    margin-left: auto;
    margin-right: auto;
  }

.certificate-box .store-buttons-box h3 {
  text-align: center;
  margin-bottom: 0.25em;
  font-size: 1.5em;
  font-weight: 900;
}

/* Partners Section */

.section-partners {
  padding-bottom: 6em;
  background: #fff;
}


.page-splash ul.intro-partner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    width: 100%;
    margin-bottom: 2em;
}


.page-splash ul.intro-partner-list li {
    margin: 0 2em 0 0;
}
  .page-splash ul.intro-partner-list li:before {
    display: none;
  }


  ul.intro-partner-list li .partner-image-box{
    width: 100%;
    max-width: 170px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    overflow: hidden;
  }

    ul.intro-partner-list li .partner-image-box img {
      opacity: 0;
      display: block;
      width: auto;
      height: 100%;
    }



.section-partners ul.partners-list li {
    width: 220px;
    height: 220px;
    display: block;
    margin: 0 20px 36px;
}

.section-partners .store-buttons-box {
  margin-left: auto;
  margin-right: auto;
}

/* Footer */


/*#footer {
  background: var(--bt-color1);
  padding-bottom: 180px;

}*/

#footer {
  background: #F9FAF7;
  background: linear-gradient(90deg, rgba(249,250,247,1) 50.5%, rgba(68,68,68,1) 50.6%);
  padding-left: 4%;
  padding-right: 4%;
}

  #footer > .section {
      display: flex;
  }

    #footer > .section > .col {
      padding-top: 3em;
      padding-bottom: 3em;
      flex: 3;
    }

    #footer .meta-box {
      display: flex;
      flex-direction: column;
    height: 100%;
    }

    #footer .logo {
      display: block;
      width: 42px;
      height: 42px;
    }

    .meta {
        margin-top: auto;
    }
    .meta * {
      font-weight: 400;
    }

    #footer > .section > .footer-nav {
      background: #444;
      color: #fff;
      flex: 7;
    }

.footer-nav > .section {
  padding-left: 5%;
}

#footer ul {
  list-style: none;
  margin-bottom: 2em;
}

#footer .social-nav li{
  display: inline-block;
  margin-right: 1em;
}

  .social-nav li a:before {
    display: block;
  }

  a.gw-Facebook, a.gw-Instagram, a.gw-Twitter {
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: block;
    font-size: 24px;
  }
    a.gw-Twitter {
      width: 28px;
    }

#footer .store {
  height: 48px;
  width: auto;
  display: inline-block;
  margin-right: 1.5em;
}

#footer {
  background: linear-gradient(90deg,#00FF99 50.5%,#181818 50.6%);
  height: 360px;
}

#footer>.section {
  height: 100%;
}

#footer>.section>.footer-nav {
  background-color: #181818;
}

#footer>.section>.footer-nav .section.group:last-child {
  margin-top: 55px;
}

#footer ul.social-nav {
  margin-top: 0.8em;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 0;
  }

  #footer>.section
  {
      display: block;
  }

  #footer>.section>.col {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section-program .col.span_12_of_12 .program-item {
    width: 80%;
  }
}



  body.error404 #footer {
    display: block;
  }
/* Page Template */

.page-header {
  margin-bottom: 3em;
}

.page-header .bt-logo {
    max-width: 210px;
}

/* Page - FAQ */

.faq-list {
    list-style: none;
}

  .faq-list .faq-item {
    display: block;
    padding: 2em 2em 2em 0em;
    margin-bottom: 2em;
    border-bottom: 4px solid #f9f9f9;
  }

  .faq-question {
    margin-bottom: 1em;
    font-size: 1.5em;
  }

/* Custom Partner Page */

.page-template-page-custom-partner .header-notice {
    display: none;
}


.section-image {
    max-width: 282px;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.page-template-page-custom-partner .section-image {
    max-width: 390px;
}


.section-image img {
    display: block;
    opacity: 0;
}

/* Unicef Nigeria Page */


.page-template-page-unicef-nigeria .bt-logo {
    max-width: 300px;
}

.page-template-page-unicef-nigeria .page-splash .store-buttons-section {
    margin-bottom: 0.5em;
}

.signup-web {
    display: block;
    padding: 0.5em;
    text-align: center;
    width: 100%;
    max-width: 386px;
    border-radius: 3px;
    margin: 0 auto 1em auto;
    clear: both;
    box-sizing: border-box;
    font-weight: bold;
}

.page-splash .signup-web {
    font-size: 0.75em;
    max-width: 486px;
    margin-left: 0;
  }

.popover .signup-web {
    max-width: 386px;
    margin-left: 0;
    background: var(--bt-color4);
    color: #fff;
}

    /* Unicef Niegria Popover */
    .nigeria-join-overlay .overlay-photo {
      max-width: 375px;
      margin: auto;
      height: 390px;
      overflow: hidden;
    }
      .popover .store-buttons-section {
          margin-bottom: 1em;
      }

/* Event Calendar  */

.page-template-page-event-calendar .header-notice {
    display: none;
}
.challenge-header {
  display: block;
  padding: 1em;
  background:  var(--bt-color1);
  margin-bottom: 1em;
  border-radius: 8px;
}

  .challenge-title, .challenge-duration {
      font-size: 1.5em;
      line-height: 1.5em;
      font-weight: 900;
  }

  .challenge-duration {
    text-align: right;
  }

.challenge-body, .prize-body {
    display: block;
    margin-bottom: 1em;
}

ul.challenge-list, .date-list, .event-list {
    list-style: none;
}

.challenge-photo {
    margin-bottom: 1em;
}

.challenge-photo img{
    display: block;
}

.prize-headline {
  display: block;
  margin-bottom: 0.5em;
}

  .date-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

.date-item {
    width: 31%;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 1em;
  }

    .event-side {
      display: block;
      float: right;
    }
      .event-details-photo {
        display: block;
        width: 42px;
        height: 42px;
        background: #ddd;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        overflow: hidden;
        margin: 0 0 1em 1em;
      }
        .event-details-photo img {
          width: 100%;
          height: auto;
          opacity: 0;
        }

      .event-item .chevron-right{
        display: block;
        font-family: 'goodwall-web';
        color: #ddd;
        font-size: 18px;
        line-height: 18px;
        height: 18px;
        margin: 0.25em 0 0 1em;
        text-align: right;
      }
        .event-item .chevron-right:before{
          content:"\e91f";
        }


    .event-details-date {
      background: var(--bt-color2);
      display: block;
      padding: 1em;
      margin-bottom: 1em;
      border-radius: 8px;
    }

      .event-item {
        display: block;
        background: var(--gray-bg);
        border-radius: 8px;
        padding: 1em;
        margin-bottom: 1em;
      }

        .event-item.has-link {
          padding:0;
        }

        .event-item.has-link a:hover {
          background: var(--bt-color1);
        }

          .event-item a {
            display: block;
            padding: 1em ;
            background: #fff;
            color: unset;
            font-weight: unset;
            position: relative;
          }
              .event-item a::after {
                content:"";
                display: block;
                clear: both;
              }

            .event-item a:hover {
              text-decoration: unset;
            }

      .event-details-title {
        font-weight: bold;
        display: block;
        margin-bottom: 0.25em;
      }

      .event-details-short-description {
        margin-bottom: 0.25em;
      }

/* Overlay Styles */

.overlay-layer .close-button:before {
  color: #444;
}

.overlay-relative {
    padding: 90px 4%;
    box-sizing: border-box;
  }

.popover {
}

.join-overlay .popover-padding {
  background-color: transparent;
}

.join-overlay .popover-wrap {
  border-radius: 10px;
  background-color: #fff;
  background-position: calc(100% + 400px) calc(100% + 530px);
  background-repeat: no-repeat;
}

.overlay-layer .popover-padding {
    border-radius: 10px;
}


.overlay-layer .section-title {
    text-transform: unset;
}

/* Join Overlay */

.join-overlay .section {
    height: 100%;
    flex-direction: unset;
}

.overlay-photo {
    padding: 4em 8% 8%;
    /*
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    */
}

/* Speaker Overlay */

.speaker-overlay .speaker-name, .event-overlay .event-name  {
  font-size: 2em;
  text-align: center;
}

.speaker-overlay .speaker-title {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 2em;
  text-align: center;
}

/* Prize Overlay */

.prize-overlay .prize-photo {
    width: 320px;
    height: auto;
}

.prize-overlay .prize-name {
  font-size: 2em;
  text-align: center;
}


/* Menu Overlay */

.menu-overlay .overlay-relative {
    padding: 0;
}

.menu-overlay .popover, .menu-overlay .popover .popover-padding {
  border-radius: 0;
}

.menu-overlay li {
    margin-bottom: 1em;
}

.menu-overlay .button.take-part {
    width: 100%;
}



/* Video Overlay Styles */

.video-overlay .popover-padding {
    padding: 0;
    background: none;
}

.video-overlay .close-button:before {
    color: #fff;
}

.video-overlay .popup-content {
    padding-top: 5em;
}

.video-overlay .section-video {
    max-width: none;
}


/*
.video-join-overlay .popover-padding {
    background: none;
    width: 100%;
    padding: 0;
}

.video-join-overlay .popup-content {
  padding: 0;
}

.section-video.section-video-mobile {
    width: 100%;
    max-width: unset;
    border-radius: 0;
}
*/


.section-description {
  margin-bottom: 1em;
}

.phone-screen {
  background-size: contain;
}


#cookie-law-info-bar {
    background-color: #fff !important;
}

#cookie-law-info-bar .span_8_of_12 {
    font-weight: normal;
}

#cookie-law-info-bar .span_4_of_12 a:first-child {
    background: none !important;
    color: rgb(24, 24, 24);
    border-radius: 8px;
    border: 2px solid rgb(0, 255, 153);
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: .8em 0 !important;
    font-size: 16px !important;
    width: 160px !important;
}

#cookie-law-info-bar .span_4_of_12 a:last-child {
    border: 2px solid #0f9 !important;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    background: #0f9 !important;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    color: rgb(24, 24, 24) !important;
    font-weight: bold;
    font-size: 16px !important;
    padding: .8em 0 !important;
    width: 160px !important;
}


#cookie-law-info-bar .span_4_of_12 a:last-child:hover {
    border: 2px solid #0f9 !important;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    background: #0f9 !important;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    color: #fff !important;
    font-weight: bold;
    font-size: 16px !important;
    padding: .8em 0 !important;
    width: 160px !important;
}

/* Goodwall daw*/
p {
  line-height: 1.25em;
  font-size: 1em;
}

.section-program p.section-sub {
  font-size: 1.5em;
}

.archive-navigation a, .button, .button2, .button3, input[type=submit] {
  padding: .5em 1.25em;
}

.section-body h2, .section-body h2.section-title {
  margin: 0;
  font-size: 3.5em;
  line-height: 1em;
  text-transform: none;
  padding: .4em 0 .2em;
}


.page-splash .splash-sub-qr {
  width: 35%;
  float: left;
}

.page-splash .splash-sub-buttons {
  width: 60%;
  float: right;
}

.page-splash .splash-sub-buttons .store-buttons-section {
  margin: 0;
  max-width: none;
}

.page-splash .splash-sub-buttons .store-button-box:first-child {
  margin-right: 0;
  margin-bottom: 1.5em;
  margin-top: .8em;
}

.page-splash .splash-sub-buttons .store-button-box {
  width: 60%;
  float: left;
}

.section-partners ul.partners-list li:only-child {
  width: 100%;
  height: auto;
}

.section-partners ul.partners-list li:only-child {
  width: 100%;
  height: auto;
}

.section-partners ul.partners-list li .partner-image-box {
  width: 100%;
  height: auto;
}

.section-partners ul.partners-list li:only-child .img-small {
  display: none;
}

.section-partners ul.partners-list li:only-child .img-large {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  #footer {
      background: #00FF99;
  }
}