body {
    overflow-x: hidden;
}
.nl-mj {
    position: fixed;
    right: -600px;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    background-color: #005055;
    box-sizing: border-box;
    -webkit-transition: right .4s;
    -moz-transition: right .4s;
    -ms-transition: right .4s;
    -o-transition: right .4s;
    transition: right .4s;
}
.nl-mj.open {
    right: 0;
}
.nl-mj * {
    box-sizing: border-box;
}
.nl-mj .nl-mj__open {
    width: 140px;
    height: 55px;
    background: url('../img/newsletter-open.png') no-repeat;
    display: block;
    left: -140px;
    position: absolute;
    outline: none;
}
.nl-mj .nl-mj__header {
    height: 50px;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    background-color: #005055;
    color: white;
}
.nl-mj .nl-mj__inner {
    border: 15px solid #005055;
    border-top-width: 10px;
}

.nl-mj .nl-mj__content {
    padding: 10px;
    background: white;
}

.nl-mj .nl-mj-row {
    margin-bottom: 10px;
}

.nl-mj .nl-mj-row input[type="text"] {
    width: 100%;
    height: 32px;
}

.nl-mj .nl-mj__footer {
    padding: 0 15px;
    font-size: 12px;
    color: white;
}

.nl-mj .nl-mj-buttons {
    text-align: center;
}

.nl-mj .nl-mj-buttons button {
    border: 0;
    border-radius: 5px;
    color: white;
}

.nl-mj .nl-mj-buttons .sub {
    background-color: #6CACCF;
}

.nl-mj .nl-mj-buttons .unsub {
    background-color: #DB0A1D;
}

.nl-mj.nl-mj--phoenix .nl-mj__open {
    background: url('../img/newsletter-open-phoenix.png') no-repeat;
    width: 161px;
    height: 85px;
    left: -161px;
}

.nl-mj.nl-mj--phoenix,
.nl-mj.nl-mj--phoenix .nl-mj__header {
    background-color: #0ABBEF;
}
.nl-mj.nl-mj--phoenix .nl-mj__inner {
    border-color: #0ABBEF;
}