body {
    background: #fff;
    color:#181818;
}

main {
  font-size: 1.4em;
  line-height: 150%;
}

.button, .button2, .button3, input[type="submit"] {
  padding: 0.25em;
  border-radius: 8px;
}

.archive-navigation a, .button, .button2, .button3, input[type=submit] {
  background:#00FF99;
  color:#181818;
  font-weight: 700;
  border-radius: 8px;
}

.archive-navigation a, .button2 {
  background: none;
  border: 2px solid #00FF99;
}

/* Emoji Buttons */

/*.emoji-write-hand:after {
	content:"✍️";
}

.emoji-busts-silhoutte:after {
	content:"👥";
}*/

/* Tags */

.tag {
  color: #fff;
  text-transform: uppercase;
  line-height: 2.5em;
  font-size: 0.8em;
  display: inline-block;
}
  .tag span {
      background: #444;
      display: inline-block;
      padding: 0 0.75em;
      border-radius: 0 3px 3px 0;
      font-weight: 600;
      letter-spacing: 0.5px;
  }

      .tag:before {
          content: "\e9c2";
          font-family: "goodwall-web";
          vertical-align: bottom;
          display: inline-block;
          background: #00B200;
          padding: 0 0.75em;
          text-align: center;
          box-sizing: border-box;
          border-radius: 3px 0 0 3px;
      }

      .tag:after {
          content: "";
          clear: both;
      }

.tag-changemakers:before {
    content: "\e9c2";
    background: #2588CE;
}


/* Header */

#header {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

	.header-top {
		padding: 1.5em 0;
		margin: auto;
		max-width: 1200px;
	}

		#logo {
	    font-weight: 700;
	    font-size: 1.3em;
	    display: inline-block;
	    margin-right: 1.25em;
      text-transform: uppercase;
      position: relative;
      top:2px;
		}

		#logo .logo {
	    display: inline-block;
	    width: auto;
	    height: auto;
	    vertical-align: middle;
	    margin-right: 0.5em;
      position: relative;
      top: -1px;
		}

.header-nav {
	padding: 0.5em 0;
	border: 0;
	display: inline-block;
}

.header-buttons .button {
  line-height: 2em;
}

	.header-nav li {
	  display: inline-block;
	  margin-left: 2em;
	}

			.header-nav li:first-child{
				margin-left: 0;
			}

		.header-nav a {
	    font-size: 1em;
    	line-height: 30px;
		}



.section-title {
    font-size: 4em;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Splash */

main > section {
  padding: 5em 4%;
}

.splash-section {
  padding-top: 0;
  padding-bottom: 0;
}

.splash-section .section-title {
    font-size: 4em;
        margin-bottom: 0.2em;
}

.splash-buttons {
    display: flex;
    justify-content: space-between;
}
.splash-buttons .button {
    width: 47%;
}


.splash-section figure {
  text-align: right;
  position: relative;
}

.splash-section .tag {
      position: absolute;
      top: 5%;
      right: 0;
      z-index: 2;
}

  .splash-photo-box {
    display: inline-block;
    width: 100%;
    max-width: 420px;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
  .graf-photo {
    background: #ddd url('../images/graf.jpg') no-repeat 24% 0%;
    background-size: cover;
    background-size: 190%;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    border-radius: 50%;

  }

.splash-section figcaption {
}
.splash-section figure figcaption.desc-box {
  padding-top: 2em;
  font-size: 0.75em;
  line-height: 1.5em;
}

  .splash-section figcaption strong {
    font-size: 1.5em;
  }

  .splash-section figcaption span {
    display: block;
  }

.splash-section .logo-list{
  margin-top: 4em;
}



.logo-list {
    list-style: none;
    display: flex;
    margin-bottom: 4em;
    justify-content: space-between;
    align-items: center;
}

  .logo-list li {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      align-items: center;
  }

  .logo-item-box {
      display: flex;
  }
  .logo-list img {
      width: auto;
      height: auto;
      max-width: 150px;
      margin: auto;
  }


/* Video Section */

.video-section {
background: url('../images/video-bg.png') no-repeat 50% 4em;
background: url('../images/video-bg.png') no-repeat 50% 3em, linear-gradient(to bottom, #ffffff 0%,#ffffff 60%,#f9faf7 60%,#f9faf7 100%) ;
padding-top: 2em;
}

    .video-section > .section:last-child {
      max-width: 990px;
    }

.video-section .desc-box {
  font-weight: 800;
  font-size: 1.25em;
  line-height: 150%;
}
.changemakers-video-box {
    display: block;
    background: none;
    margin: 2em auto;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .changemakers-video-box iframe,
    .changemakers-video-box object,
    .changemakers-video-box embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

/* Why Section */
.why-section {
/*  background: transparent url('../images/why-bg.png') no-repeat 50% 0em;
  padding-bottom: 4em;
  margin-bottom: -4em;
  z-index: 1;
  position: relative;*/
}

.why-section .section-title {
  margin-bottom: 1em;
}

.why-section .why-list {
  list-style: none;
}

  .why-section .why-list li {
    display: block;
    padding-bottom: 5em;
  }

      .why-section .why-list > li:nth-child(2) > .col:first-child {
        float: right;
        margin-left: 3%;
      }
      .why-section .why-list > li:nth-child(2) > .col:last-child {
        margin-left: 0
      }

      .why-section .why-list li:last-child {
        padding-bottom: 0em;
      }

.why-section h3 {
    font-size: 2.8em;
    font-weight: 800;
    text-transform: none;
    line-height: 1em;
    margin-top: 3em;
    padding-right: 1em;
}

.why-section .photo-box {
  display: block;
  width: 100%;
  height: auto;
  background: none;
  text-align: left;
  position: relative;
}

    .why-section .col:last-child > .photo-box {
      text-align: right;
    }


      .why-section .why-list > li:nth-child(2) .photo-box {
        text-align: right;
      }

  .why-section .photo-box img {
    display: inline-block;
    width: 90%;
    height: auto;
  }

    .why-section li:first-child .photo-box img {
      max-width: 416px;
    }

  .why-section .photo-box .tag {
    position: absolute;
    top: 60%;
    right: 0;
  }

/* Become Section */

.become-section {
  background: #FFFF66;
}

  .become-section .section-title {
    font-size: 3em;
    line-height: 0.9em;
    margin-bottom: 1em;
  }

  .become-list {
    font-size: 1.25em;
  }

  .become-list li:before {
    display: block;
    font-size: 30px;
    margin-bottom: 0.25em;
  }

    .become-step-1:before {
      content: "✏️";
    }

    .become-step-2:before {
      content: "🏆";
    }

    .become-step-3:before {
      content: "🗒️";
    }

  .become-list li span {
      font-weight: 800;
      display: block;
  }


  .become-list .button {
    padding: 0.25em;
    width: 100%;
    font-size: 0.75em;
  }

/* Nominate Section */

.nominate-section {
  background: transparent url('../images/nominate-bg.png') no-repeat 50% 3em;
}

.nominate-section .photo-box {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    text-align: right;
}
  .nominate-section .photo-box img {
    width: 80%;
    max-width: 466px;
    height: auto;
    display: inline-block;
  }
.nominate-section .desc-box {
}

.nominate-section .button, .featured-section .button {
  padding: 0.25em 3em;
}

/* Featured Section */

.featured-section {
  background: #88BBFF;

}

.featured-section .section-title {
    font-size: 3em;
}


.featured-section .photo-box{
  display: block;
  width: 100%;
  height: 0;
  background: none;
  border-radius: 50%;
  overflow: hidden;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50% 50%;
  margin: auto;
}

  .featured-section .photo-box img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    opacity:0;
  }

.featured-section .desc-box {
  margin-top: 1em;
  margin-bottom: 3em;
  text-align: center;
}

  .featured-section .desc-box span {
    display: block;
  }

/* Headlines Section */

.headlines-section {
  background: transparent url('../images/headlines-bg.png') no-repeat 50% 6em;
}

.headlines-section .logo-list{
    margin-top: 2em;
    margin-bottom: 2em;
}


.headlines-section .logo-list .logo-item-box{
    padding: 0 1em;
}

.logo-list-nav {
    max-width: 150px;
    margin: auto;
}

/* Slick Carousel */
.logo-list .slick-track {
    display: flex;
    align-items: center;
}

ul.slick-dots {
    list-style: none;
    text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 0.25em;
}

.slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    padding: 0;
    text-indent: -999px;
    border: 0;
    background: #ddd;
}

.slick-dots .slick-active button, .slick-dots button:hover {
  background: #444;
}



/* Hello Section */


.hello-section {
  padding-top: 0;
}

.hello-section .hello-cta {
  padding: 2em;
  background: #F3FAEC url('../images/waves-bg.png') no-repeat 690px -230px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 1.25em;
  max-width: 1200px;
  margin: auto;
}

  .hello-section .section-title {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }

  .hello-section a {
    text-decoration: underline;
  }

.hello-section .press-kit {
  text-align: right;
}

  .hello-section .press-kit span {
    display: block;
  }
  .hello-section .button3 {
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 1em;
    font-size: 0.75em;
  }

/* Overlay Styles */

/* Menu Overlay */

.menu-overlay .popover .popover-padding {
    background-color: #fff;
}
