﻿/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-modal {
    margin: 0% auto;
    padding: 20px 0px;
    /* border: 1px solid #888; */
    width: 100%;
}

.white-bg {
    background: white;
    box-shadow: 0px 0px 0px transparent;
    padding: 3% 3% 5%;
}
/* The Close Button */
.close {
    color: #aaa;
    float: left;
    font-size: 20px;
    color: green;
    font-weight: bold;
    padding: 6px 0px;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
    }

.scroll-content {
    overflow: auto;
}

.p-10 {
    padding: 10px 0px;
}

.nda {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.scroll-content h6 {
    font-weight: lighter;
}
 @media only screen and (max-width: 800px) {
            .white-bg {
                background: white;
                box-shadow: 0px 0px 0px transparent;
                padding: 3% 8% 15%;
                margin-top: 12%;
            }
              .main-content {
            min-height: 310px;
        }
        }