/*Font*/
p, p a{
font-family: "Nunito Sans";
}
.landing__register-disclaimer {
    color: black;
    text-align: center;
    margin-top: auto;
    font-size: .85em;
    font-weight: lighter;
}
.landing__register-enter-info {
  color: black;
  font-size: 25px;
  padding: 0em;
  text-align: center;
}

.landing__block.landing__block--register{
  height: 40em;
}
.landing-footer .landing-section-block{
background-color:#079169;
}

.landing__nav-wrap{
  background:#f4faf4;
}

@media screen and (max-width:950px){
.landing__block.landing__block--register{
  height: 45em;
}
.landing__nav-logo-wrap{
  margin:auto;
}
}

p.contentMessage {
    line-height: 1.5em;
    text-align: center;
    padding: 0em;
}

.htmlModuleWrap P {
    padding: 0% 10%;
}

/*Box, this determines box six*/
.landing__register-wrap .contact-form-v2__form {
  background: #fff;
  color: #fff;
  padding: 0 1em;
  min-height: 235px;
  overflow: hidden;
  border-radius: .5em;
  width: 40em;
  border: solid 1px black;
}

@media screen and (max-width:900px){
.landing__register-wrap .contact-form-v2__form{
  width:auto;
}
}


.contact-form-v2__column {
  width: 50%
}

.landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 1em;
}

@media screen and (max-width:950px){
.landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1){
  max-width:100%;
}
}

@media screen and (max-width:950px){
.contact-form-v2__column {
    width: 100%;
    max-width: 100%;
}
}

.landing__register-wrap {
    margin: 0 auto;
    align-items: flex-start;
    height: 100%;
    display: flex;
    justify-content: center;
}


.landing__register-wrap{
  width:80%;
}




.landing__register-wrap {
  margin: 0 auto;
  align-items: flex-start;
}

@media screen and (max-width:950px){
.landing__register-wrap {
align-items: center;
}
}

.landing__register-submit{
background: #5BCA57;
color: #333333;
font-size: 20px;
font-family: "PT Sans";
font-weight: 700;
font-style: normal;
width: 100%;
border-radius: 0;
margin: .6em 0em;
border: none;
}

.landing__register-textbox .defaultInput {
  -webkit-text-fill-color: #000;
  color: #000;
  border-color: #000;
  background: none #fff;
  font-family: Arial;
  font-weight: 400;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid black;
  border-radius: 3px;
  width: 100%;
  padding: 8px 10px 9px 10px;
  margin: 0;
}

select.landing__register-dropdown {
  -webkit-text-fill-color: #000;
  color: #000;
  border-color: #000;
  background: none #fff;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 3px;
  width: 100%;
  padding: 8px 10px 9px 10px;
  height: 40px;
  cursor: pointer;
}
/*Text*/
@media screen and (max-width: 767px) {
    .landing-ehl {
        left: calc(50% - 135px / 2) !important;
    }
    .landing-footer-copyright .landing-footer-copyright-b {
    text-align: center;
}
.landing__nav{
  margin:auto;
}
}
@media screen and (max-width: 400px) {
    .landing__block.landing__block--register {
        height: auto;
    }
}