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

.why-section, .nominate-section{
  background: none;
}

.why-section .changmakers-tag {
  top: 80%;
  right: 10%;
}

.why-section h3 {
  margin-top: 1.4em;
  margin-bottom: 0.4em;
}

#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;
}

.section-title {
  text-transform: none;
}

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

#menu-company-footer #menu-item-429 {
  display: none;
}

.featured-section h3.section-title {
  margin-bottom: 0.4em;
}

.header-top {
  padding: 26px 0 26px;
}

#logo .logo {
  width: 154px;
  height: 28px;
}

body .header-nav li {
  margin-left: 0;
  margin-right: 31px;
}

body #logo {
    margin-right: 30px;
    top: 1px;
}

body .header-nav {
  padding: 0.6em 0;
  padding-left: 0.03em;
}

body #header .header-buttons .button {
    min-width: 105px;
    width: auto;
    padding: 0 20px 2px;
    line-height: 44px;
    max-width: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}

body #header .header-buttons .button.button2 {
      margin-right: 16px;
  }

body #header>.header-top>.section>.col.span_3_of_12.header-buttons {
  margin-left: 0;
  padding: 0;
  width: auto;
  float: right;
  display: flex;
}

body #header .header-buttons .button.join-button-mobile {
    display: none;
}

@media only screen and (max-width: 1250px) {
  body #header .header-buttons .button2 {
    display: none;
  }
}

@media only screen and (max-width: 1250px) {
  .header-top {
    padding: 12px 0 11px;
  }

  body #header .header-top > .section.group {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body #header>.header-top>.section>.col.span_3_of_12.header-buttons {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  body #header .header-buttons .button.join-button-mobile {
    line-height: 30px;
    min-width: 80px;
    width: 80px;
    margin-left: 0;
    padding: 0;
    margin-right: 3px;
  }

  body #logo {
    margin-right: 30px;
  }

  #logo .logo {
    width: 121px;
    height: 22px;
  }
}