.newsletter {
  overflow: hidden;
  background-color: rgba(76, 122, 114, 1);
}

.newsletter:after {
  display: table;
  clear: both;
  content: '';
}

.newsletter-column {
  float: left;
  width: 50%;
  padding: 6rem 16rem;
  color: white;
  min-height: 50rem;
  font-size: 2.1rem;
  padding-bottom: 500px;
  margin-bottom: calc(-500px + 6rem);
}

.newsletter-column__single {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100rem;
  max-width: 100%;
}

.newsletter-column__single ul {
  display: inline-block;
  width: 220px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
}

.featherlight-inner {
  width: 100%;
  max-width: 50rem;
}

.featherlight-content {
  min-width: 50vw;
  min-height: 25vh;
  max-width: 90vw;
  max-height: 90vh;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;
  padding: 2rem !important;

  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.featherlight.map .featherlight-content {
  min-width: 0;
}

.featherlight-content h1 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0.5em;
}

.featherlight-content p {
  margin-bottom: .5em;
}

.featherlight-content input {
  border: 1px solid #dedede;
  border-radius: 0;
  max-width: 100%;
}


@media all and (max-width: 1281px) {
  .newsletter-column {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media all and (max-width: 1023px) {
  .newsletter-column {
    width: 100%;
  }
}

.newsletter-column > h1 {
  font-size: 5.5rem;
  line-height: 1;
}

.newsletter-column > p { 
  margin: 3rem 0;
}

.newsletter-column__green {
  background-color: rgba(76, 122, 114, 1);
}

.newsletter-column__gray {
  background-color: rgba(95, 87, 91, 1);
}

.newsletter-column li {
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  background: transparent;
  border: none;
}

.newsletter-column li a {
  color: white;
  text-decoration: none;
}

.newsletter-column li::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  left: 0;
  top: 47%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.newsletter-column .wpcf7-form input[type="email"] {
  padding: .8rem 1.8rem;
  background-color: transparent;
  border: 1px solid white;
  border-radius: none;
}

.newsletter-column .wpcf7-form input,
.newsletter-column .wpcf7-form button {
  font-size: inherit;
  line-height: 1;
  color: white;
  font-family: inherit;
}

.newsletter-column .wpcf7-form button {
  padding-left: 20px;
  position: relative;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: none;
}

.newsletter-column .wpcf7-form button::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  left: 0;
  top: 47%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.newsletter-column .wpcf7-form input {
  font-weight: bold;
  width: 50%;
  min-width: 28rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.newsletter-column .wpcf7-form input::-webkit-input-placeholder {
  font-size: inherit;
  line-height: 1.2;
  color: white;
  font-family: inherit;
  opacity: 0.8;
}
.newsletter-column .wpcf7-form input::-moz-placeholder {
  font-size: inherit;
  line-height: 1;
  color: white;
  font-family: inherit;
  opacity: 0.8;
}
.newsletter-column .wpcf7-form input:-ms-input-placeholder {
  font-size: inherit;
  line-height: 1;
  color: white;
  font-family: inherit;
  opacity: 0.8;
}
.newsletter-column .wpcf7-form input:-moz-placeholder {
  font-size: inherit;
  line-height: 1;
  color: white;
  font-family: inherit;
  opacity: 0.8;
}