* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    text-align: left;
}

#content-main {
    padding: 30px 45px 45px;
}

#content-left {
    float: left;
    width: 600px;
}

#content-right {
    float: right;
    width: 325px;
}

.nl-modal {
    display: none;
    position: absolute;
    right: 36px;
    top: 100px;
    z-index: 100;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.nl-modal-content {
    width: 325px;
    border: 1px solid #888;
}

.nl-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 15px;
}

.nl-modal-close:hover,
.nl-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#nl-signup-button {
    display: inline;
    cursor: default;
}

#myBtn {
    cursor: pointer;
}

#nl {
}

#nl .banner {
    display: block;
    margin-top: 10px;
}

#nl .banner:first-child {
    margin-top: 35px;
}

#nl .banner img {
    width: 100%;
}

#nl .widget {
    margin-top: 30px;
}

#nl .widget h2 {
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    background-color: #304a64;
}

#nl .widget ul.links {
    list-style-type: none;
}

#nl .widget ul.links li {
    margin-top: 5px;
    padding: 5px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #494949;
    background-color: #eaeaea;
    text-align: center;
}

#nl .widget ul.links li a {
    color: #494949;
    text-decoration: none;
}

#nl .widget ul.links li a:hover {
    text-decoration: underline;
}

#nl .widget ul.links li.alt {
    background-color: #f2f2f2;
}

#nl .widget .newsletter {
    margin-top: 5px;
    padding: 25px 35px;
    background-color: #eaeaea;
}

#nl .widget .newsletter form {
    width: 100%;
}

#nl .widget .newsletter form label {
    display: block;
    width: 100%;
}

#nl .widget .newsletter form input[type="text"] {
    width: 100%;
    padding: 10px 5%;
    margin-bottom: 15px;
    background-color: #d0d0d0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #2e2e2e;
}

#nl .widget .newsletter form p.submit {
    padding-top: 10px;
    text-align: center;
}

#nl .widget .newsletter form input[type="submit"] {
    height: 35px;
    padding: 0 35px;
    background-color: #304a64;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
}

#nl .widget .newsletter form input[type="submit"]:hover {
    background-color: #103d69;
}