.newsletter-background{
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 29;
}

.newsletter{
  position: relative;
  height: 35rem;
  width: 50rem;
  top: 20%;
  background-color: white;
  z-index: 29;
}

.newsletter-title{
  margin-top: 2rem;
  padding-top: 2rem;
}

.newsletter-title h1{
  color: black;
  font-size: xx-large;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}

.newsletter-subtitle h2{
  color: black;
  font-size: large;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}

.newsletter-ellipse{
  z-index: 2;
  width: 80%;
	height: 5rem;
	border-style: solid;
  border-width: 2px;
  border-color: black;
	-moz-border-radius: 3rem / 3rem;
	-webkit-border-radius: 3rem / 3rem;
	border-radius: 3rem / 3rem;

  position: relative;
  margin: auto;
  margin-right: 4.5rem;
}


.newsletter-ellipse input{
  height: 4.5rem !important;
  font-size: medium !important;
  color: black !important;
  position: relative;
  margin: auto !important;
  margin-bottom: 0 !important;
  padding-left: 2rem !important;
  border-bottom: none !important;
}

.newsletter-ellipse input:focus{
  border-bottom: 0px solid #26a69a !important;
   -webkit-box-shadow: 0 0px 0 0 #26a69a !important;
   box-shadow: 0 0px 0 0 #26a69a !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white !important;
   opacity:  1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    white !important;
}

.newsletter-signup{
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  margin-top: 4rem;
}

.newsletter-signup input{
  position: relative;
  color: white !important;
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: bold;
  padding-left: 2rem;
  padding-right: 2rem;
}

.newsletter-signup:hover input{
  color: black !important;
}

.newsletter-close{
  margin-top: 10.5rem;
}

.newsletter-close a{
  position: relative;
  text-align: center;
  font-size: medium;
  line-height: 1.7rem;
  left: 45.5%;
}

.newsletter-bottom-text {
  margin-top: 2rem;
}

.newsletter-bottom-text p{
  position: relative;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: black;
}

.newsletter-bottom-text a{
  position: relative;
  font-weight: bold;
  color: black;
}


.ellipse-signup{
  width: 15rem;
  height: 4rem;
  background-color: #ff002c; !important;
  border-color: #ff002c;
}

.ellipse-signup:hover{
  width: 15rem;
  background-color: black !important;
  border-color: #ff002c;
}

.subscribe-wrapper{
  position: fixed;
  z-index: 9;
  bottom: 0;
}

.subscribe-background{
  position: relative;
  height: 6rem;
  background-color: rgba(0, 0, 0, 0.9);
}

.ks_background{
  height: 8rem;
   background-color: rgba(43, 222, 115, 1);
   font-family: inherit;
   font-size: large;
   line-height: 115%;
   padding-top: 2rem;
   color: #000000;
   font-weight: bold;
   padding-left: 2rem;
   padding-right: 10%;
}


.input-ellipse-wide-black{
  z-index: 2;
  width: 100%;
	height: 4rem;
  top: 1.2rem;
	border-style: solid;
  border-width: 2px;
  border-color: #ff002c;
	-moz-border-radius: 3rem / 3rem;
	-webkit-border-radius: 3rem / 3rem;
	border-radius: 3rem / 3rem;

  position: relative;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.input-ellipse-wide-black input{
  height: 3rem !important;
  font-size: 1.7rem !important;
  line-height: 1.7rem !important;
  color: white;
  position: relative;
  margin: auto !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
  border-bottom: 1px solid transparent !important;
  -webkit-box-shadow: 0 0px 0 0 transparent !important;
  box-shadow: 0 0px 0 0 transparent !important;
  top: 0.3rem;
  padding-left: 1rem !important;
  width: 25rem !important;
}
.input-ellipse-wide-black input:focus{
  margin-bottom: 0 !important;
  border-bottom: none !important;
  border-bottom: 1px solid transparent !important;
  -webkit-box-shadow: 0 0px 0 0 transparent !important;
  box-shadow: 0 0px 0 0 transparent !important;
}


.subscribe-left-text{
  height: auto;
  position: relative;
  top: 2.4rem;
  text-align: right;
}

.subscribe-left-text h2{
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: bold;
}

.subscribe-email-text{
  height: auto;
  position: relative;
}

.subscribe-signup{
  position: relative;
  top: 1.2rem;
  padding-left: 1rem;
  padding-right: 2rem;
}

/*.ellipse-signup{
  width: 18rem;
  background-color: white !important;
  border-color: black;
}*/

.subscribe-signup input{
  position: relative;
  height: 4rem;
  color: white !important;
  font-size: 1.7rem;
  line-height: 1.2rem;
  font-weight: bold;
  padding-left: 2rem;
  padding-right: 2rem;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(0, 0, 0) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px black inset;
}

.subscribe-red-text{
  color: #2BDE73;
  font-size: medium;
  line-height: 2rem;
  font-weight: bold;
  position: relative;
  top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.subscribe-red-text p{
  line-height: 2rem;
}








@media only screen and (max-width: 1200px) {


  .newsletter-background{
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 29;
  }

  .newsletter{
    position: relative;
    height: 79%;
    width: 100%;
    top: 0;
    background-color: white;
    z-index: 29;
    overflow-y: scroll;
    margin-top: 10rem;
  }

  .newsletter-title{
    margin-top: 4rem;
  }

  .newsletter-title h1{
    color: black;
    font-size: xx-large;
    line-height: 4rem;
    font-weight: bold;
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .newsletter-subtitle {
    margin-top: 3rem;
  }

  .newsletter-subtitle h2{
    color: black;
    font-size: large;
    line-height: 4rem;
    font-weight: bold;
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .newsletter-ellipse{
    z-index: 2;
    width: 87%;
  	height: 8rem;
  	border-style: solid;
    border-width: 2px;
    border-color: black;
  	-moz-border-radius: 5rem / 5rem;
  	-webkit-border-radius: 5rem / 5rem;
  	border-radius: 5rem / 5rem;

    position: relative;
    margin: auto;
    margin-right: 4.5rem;
  }


  .newsletter-ellipse input{
    height: 7.5rem !important;
    font-size: medium !important;
    color: white !important;
    position: relative;
    margin: auto !important;
    margin-bottom: 0 !important;
    padding-left: 2rem !important;
    border-bottom: none !important;
  }

  .newsletter-ellipse input:focus{
    border-bottom: 0px solid #26a69a !important;
     -webkit-box-shadow: 0 0px 0 0 #26a69a !important;
     box-shadow: 0 0px 0 0 #26a69a !important;
  }

  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
      color:    white !important;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color:    white !important;
     opacity:  1;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
     color:    white !important;
     opacity:  1 !important;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color:    white !important;
  }
  ::-ms-input-placeholder { /* Microsoft Edge */
     color:    white !important;
  }

  .newsletter-signup{
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    margin-top: 8rem;
  }

  .newsletter-signup input{
    position: relative;
    color: white !important;
    font-size: medium;
    line-height: 3.5rem;
    font-weight: bold;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .newsletter-signup:hover input{
    color: black !important;
  }

  .newsletter-close{
    margin-top: 19rem;
    width: 52%;
    position: relative;
    text-align: center;
  }

  .newsletter-close a{
    position: relative;
    text-align: center;
    font-size: medium;
    line-height: 1.7rem;
    left: 45.5%;
    top: 1rem;
  }

  .newsletter-bottom-text {
    margin-top: 4rem;
  }

  .newsletter-bottom-text p{
    position: relative;
    text-align: center;
    font-size: small;
    line-height: 1.7rem;
    color: black;
  }

  .newsletter-bottom-text a{
    position: relative;
    font-weight: bold;
    color: black;
  }


  .ellipse-signup{
    height: auto;
    width: 18rem;
    background-color: #ff002c !important;
    border-color: #ff002c;
  }

  .ellipse-signup:hover{
    width: 18rem;
    background-color: black !important;
    border-color: #ff002c;
  }



  .subscribe-wrapper{
    position: relative;
    z-index: 0;
    height: 7rem;
  }


  .subscribe-background{
    position: relative;
    height: 7rem;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .subscribe-signup{
    position: relative;
    top: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    height: auto;
  }


  .input-ellipse-wide-black{
    z-index: 2;
    width: 100%;
    height: auto;
    border-style: solid;
    border-width: 2px;
    border-color: #ff002c;
    -moz-border-radius: 5rem / 5rem;
    -webkit-border-radius: 5rem / 5rem;
    border-radius: 5rem / 5rem;
    position: relative;
    margin: auto;
    /* padding-left: 2rem; */
    margin-left: 2rem;
    padding-right: 2rem;
    top: 0.5rem;
  }

  .input-ellipse-wide-black input{
    height: auto !important;
    font-size: 3.5rem !important;
    line-height: 4rem !important;
    font-weight: bold;
    color: grey;
    position: relative;
    margin: auto !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
    border-bottom: 1px solid transparent !important;
    -webkit-box-shadow: 0 0px 0 0 transparent !important;
    box-shadow: 0 0px 0 0 transparent !important;
    top: 0.5rem;
    padding-left: 1rem !important;
    width: 45rem !important;
  }


  .subscribe-email-text{
    height: auto;
    position: relative;
    top: 0;
  }

  .subscribe-signup input{
    position: relative;
    color: white !important;
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: bold;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 2.5rem;
    width: 100%;
    top: 0.2rem;
    background-color: transparent;
    border: 0;
  }


  .subscribe-red-text-mobile{
    background-color: #2BDE73;
    height: 10rem;
    padding-top: 1rem;
  }

  .subscribe-red-text-mobile p{
    font-size: medium;
    line-height: 3.5rem;
    color: white;
    position: relative;
    top: 2.5rem;
    text-align: center;
  }
}
