@font-face {
    font-family: 'museo_sans900';
    src: url('fonts/museosans_900-webfont.eot');
    src: url('fonts/museosans_900-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_900-webfont.woff') format('woff'),
         url('fonts/museosans_900-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.nlet_banner {
    padding-top:  clamp(50px, 15vw, 155px);
    padding-bottom: clamp(50px, 15vw, 155px);
    background: url(../images/newsletter.jpg) no-repeat center;
    background-size: cover;
}

.nlet_content {
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    max-width: 460px;
}

.nlet_content h1 {
    font-size: clamp(36px, 3.5vw, 68px);
    margin-bottom: clamp(20px, 2vw, 33px);
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
}

.nlet_content h1 em {
    position: relative;
    display: block;
    text-transform: none;
    line-heigsht: 46px;
    font-style: italic;
}

.nlet_content p {
    font-size: clamp(14px, 1vw, 22px);
    line-height: clamp(20px, 2vw, 29px);
    max-width: 350px;
    margin: 0px auto 50px auto;
}

.nlet_content form {
    width: 100%;
    position: relative;
}
.nlet_content input {
    font-size: 14px;
    line-height: 30px;
    background: transparent;
    border: none;
    min-width: 100%;
    padding: 30px 60px 30px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #494949;
}
.nlet_content input.err {
    color: #F45656;  
}
.nlet_content button {
    background: none;
    border: none;
    color: #F45656;
    position: absolute;
    right: 12px;
    top: 33px;
    cursor: pointer;
}
.nlet_confirm {
  display: none;
  text-align: center;
  color: #fff;
  font-family: "museo_sans300";
  font-size: 16px;
  line-height: 90px;
}
