.modal {
  display: none;
  width: 800px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: .5s;
  color: #284B95;
  font-size: 18px;
  width: 70%;
  height:85%;
  overflow-y: auto;
}

.modal img {
	margin-bottom: 40px;
	width: 50%;
}

.modal h2 {
	margin-bottom: 50px;
	color: #EA2224;
	font-size: 40px;
}

.modal strong {
	font-size: 24px;
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
}

.modal label {
	margin-bottom: 10px;
	cursor: pointer;
}

.modal input, .modal select {
	background: #E5E5E5;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 0;
	font-size: 15px;
	border: 0;
}

.modal select {
	-webkit-appearance: none;
}

.modal input[type="submit"] {
	cursor: pointer;
	float: right;
	background: #284B95;
	color: #fff;
	font-size: 18px;
}

.modal .wysija-paragraph {
	margin-bottom: 25px;
	width: 50%;
	float: left;
}

.modal p.wysija-checkbox-label, .modal .wysija-paragraph label:not(.wysija-checkbox-label) {
  margin-bottom: 25px;
  font-weight: bold;
}

.modal .wysija-checkbox-paragraph {
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}

.modal .wysija-checkbox-group {
	width: 100%;
	float: left;
}

.modal .wysija-paragraph input[type="text"] {
	width: 90%;
}

.modal .updated {
	background: transparent !important;
	border: 0 !important;
	font-size: 20px !important;
	color: #284B95 !important;
}

.modal a.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #284B95;
  font-size: 50px;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}