@charset "utf-8";



DESKTOP {
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* 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.7);
    padding-top: 100px;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow-y: scroll;
    height: 600px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
.modal-content h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

/* The Close Button */
.close {
    color: #000000;
    float: right;
    font-size: 60px;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
    background-color: #f2f2f2;
    color: #3d3d3d;
    width: 94%;
    padding-left: 3%;
    padding-top: 38px;
    padding-right: 3%;
    padding-bottom: 30px;
}

.modal-body {
    padding-top: 2%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 2%;
}

.modal-footer {
    padding-left: 3%;
    padding-top: 38px;
    padding-right: 3%;
    padding-bottom: 30px;
    background-color: #f2f2f2;
    float: left;
    width: 94%;
}






/* Tablet Layout: 1120px to 481px. Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 1200px) {


**TABLET** {
}

.modal-content h3 {
    font-size: 24px;
    line-height: 27px;
}

.close {
    font-size: 40px;
}




}





@media only screen and (max-width: 700px) {

**TABLET SMALL** {
}
	
.modal-content h3 {
    font-size: 24px;
    line-height: 27px;
}
	
	
.modal-header {
    width: 84%;
    padding-left: 8%;
    padding-right: 8%;
}	
	
.modal-body {
    padding-top: 4%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 4%;
}	
	
.modal-footer {
    padding-left: 8%;
    padding-right: 8%;
    width: 84%;
}	


.close {
    font-size: 40px;
}



}




@media only screen and (max-width: 481px) {

MOBILE {
}




}
