.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 65%;
}
@media only screen and (max-width: 991px){
	.modal-content{
		width:90%;
	}
}
.modal .modal-dialog .modal-content .modal-body{
	  padding-top: 45px;
}
  

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

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

.modal .modal-dialog .modal-content .modal-body #text-3{
display:none;
}


.modal .modal-dialog .modal-content .modal-body{
    height: 75vh;
}
.modal .modal-dialog .modal-content .modal-body .widget{
	 width:60%;
	float:left;
}
.modal .modal-dialog .modal-content .modal-body #mailchimp_signup{
	width:40%;
	border-top: 4px solid #1a1a1a;
	height: 100%;
    display: table;
}
@media only screen and (max-width: 767px){
	.modal .modal-dialog .modal-content .modal-body .widget,.modal .modal-dialog .modal-content .modal-body #mailchimp_signup{
		width:100%;
		float:none;
	}
	.modal .modal-dialog .modal-content .modal-body{
		height: unset;
	}
}
.modal .modal-dialog .modal-content .modal-body #mailchimp_signup #mc_embed_signup{ 
    display: table-cell;
	vertical-align:middle;
}


.modal .modal-dialog .modal-content .modal-body .widget:last-child{
	width:100%;
}


.modal .modal-dialog .modal-content .modal-body p{
	font-size: 13px;
    margin: 0 0 10px 0;
	text-align: center;
    font-family: 'Montserrat';
	padding: 0 20px;
}
.modal .modal-dialog .modal-content .modal-body a{
    font-size: 22px;
    text-decoration: none;
    border: 0;
    box-shadow: none;
    color: #000099;
    font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-body h1{
	text-align: center;
    font-family: 'Montserrat';
}
.modal .modal-dialog .modal-content .modal-body h3{
	text-align: center;
    font-family: 'Montserrat';
}
.modal .modal-dialog .modal-content .modal-body form{
	padding:0px !important;
}
.modal .modal-dialog .modal-content .modal-body form .mc-field-group{
	margin:auto;
}


