/**
 * NIT map styles
 */
.nit-map {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 16px;
    color: white;
}

.nit-map span {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
    display: block;
    padding: 60px 10px;
    width: 350px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.nit-map button {
    color: #000;
    display: block;
    padding: 10px;
    width: 130px;
    text-align: center;
    margin: 20px auto;
}

.nit-map button.modern {
    border: none;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.nit-map button.modern:hover {
    color: green;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.nit-map.not-accepted {
    background: url("../img/NIT_mapblur.jpg");
    background-size: cover;
}