/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100vw; /* 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-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  max-width: 580px;
  width: 90%;
  top: 0;
    position: relative;
}
.modal-content p, .modal-content label {
    font-size: 0.8rem;
    line-height: 1rem;
  
}

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

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


.submit-content {
  display: flex;
  justify-content: center;
}

.btn-cnca-pdf {
  border: 1px solid #11acd4;
  padding: 6px;
  color: #11acd4;
  border-radius: 5px;
}


.btn-cnca-pdf:hover {
	color: #fff;
	background: #11acd4;
}


input[type="checkbox"].flx {
  opacity: 1;
  width: 20px;
  height: 20px;
}

/* In linea | http://localhost/press_embodyingjustice/ */

label {

  width: 30%;
  display: inline-block;
  margin: 0.7rem;
}



/* In linea | http://localhost/press_embodyingjustice/ */

.form-content {
  margin: auto;
  width: 95%;
}


.form-content h3 {
	font-size: 1.175rem;
}

.form-field {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: end;
}

.form-field input[type=text],.form-field input[type=email] {
    width: 70%;
	margin: 0.1rem;
}



.checkbox.form-field {
    flex-direction: row-reverse;
    align-items: center;
    font-size: 0.7rem;
	margin-left: 0.7rem;
}

.checkbox label {width: 90%;}
