@charset "UTF-8";
	/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
    background-color: #ffffff;
	-webkit-border-radius: 6px;border-radius: 6px;
    margin: auto;
    padding: 10px 0;
    width: 90%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	max-width: 900px;
}
.modal-content1 h1 {margin-top: 20px;}
/* The Close Button */
.close1 {
    color: #0d6c29;
    float: right;
    font-size: 22px;
	line-height: 22px;
	margin-right: 5px;
}

.close1:hover,
.close1:focus {
    color: #0d6c29;
    text-decoration: none;
    cursor: pointer;
}



.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
    background-color: #ffffff;
	-webkit-border-radius: 6px;border-radius: 6px;
    margin: auto;
    padding: 10px 0;
    width: 90%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.modal-content2 h1 {margin-top: 20px;}
/* The Close Button */
.close2 {
    color: #0d6c29;
    float: right;
    font-size: 22px;
	line-height: 22px;
	margin-right: 5px;
}

.close2:hover,
.close2:focus {
    color: #0d6c29;
    text-decoration: none;
    cursor: pointer;
}


.close3 {
    color: #0d6c29;
    float: right;
    font-size: 22px;
	line-height: 22px;
	margin-right: 5px;
}

.close3:hover,
.close3:focus {
    color: #0d6c29;
    text-decoration: none;
    cursor: pointer;
}

.close4 {
    color: #0d6c29;
    float: right;
    font-size: 22px;
	line-height: 22px;
	margin-right: 5px;
}

.close4:hover,
.close4:focus {
    color: #0d6c29;
    text-decoration: none;
    cursor: pointer;
}



.close5 {
    color: #0d6c29;
    float: right;
    font-size: 22px;
	line-height: 22px;
	margin-right: 5px;
}

.close5:hover,
.close5:focus {
    color: #0d6c29;
    text-decoration: none;
    cursor: pointer;
}


.modal3 {
    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.4); /* Black w/ opacity */
}

.modalarea {position:fixed; left:50%; width: 100%; bottom: 130px;}

.modal-content3 {
    background-color: #ffffff;
	-webkit-border-radius: 6px;border-radius: 6px;
    margin: auto;
    padding: 15px 0;
    width: 60%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	max-width: 900px;
	position:relative; 
	left:-50%;

	
}


.modal-content4 {
    background-color: #ffffff;
	-webkit-border-radius: 6px;border-radius: 6px;
    margin: auto;
    padding: 15px 0;
    width: 60%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	max-width: 900px;
	position:relative; 
	left:-50%;

	
}



