/* The Modal (background) */
#openday-registration-form {
  display:none;
}

.anu-modal {
  position: fixed; /* Stay in place */
  z-index: 200; /* 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.6); /* Black w/ opacity */
}

.anu-modal-header {
 color: #000;
 /* font-weight: bold; */
 padding: 20px 10px 3px 23px;
 /* background-color: #F5edde; */
 /* border-bottom: 1px solid #be830e !important; */
 font-size:24px;
 line-height:1em
}
img.close {
    width: 30px;
    float: right;
}

/* Modal Content/Box */
.anu-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
}
@media only screen and (min-width:960px) and (max-width:1150px){
  .anu-modal-content{
      width:46%;
  }
  
}

@media only screen and (min-width:1151px) and (max-width:1687px){
    .anu-modal-content{
        width:36%;
    }
    
}
@media only screen and (min-width: 1688px) and (max-width: 2400px){
.anu-modal-content {
    width: 23%;
}
}
@media only screen and (max-width: 768px){
  .anu-modal-content {
      width: 80%;
  }
  }
/*FORM CSS*/
.elq-form .elq-item-input, .elq-form .elq-item-select, .elq-form .elq-item-textarea{
width:70% !important;
}
.divline-boldheading-gold.w30.modal {
  margin-top: -8px;
  margin-left: 24px;
}
input#fe1804 {
  background: #000;
  color: #fff;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border:1px solid #000;
  margin-bottom:15px;
}
input#fe1804:hover {
  background: #fff;
  color: #000;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border:1px solid #000;
}
p.privacypolicy {
  
  padding-right: 15px;
  font-size: 10px;
  font-style: italic;
  line-height: 1.3;
}
p.subheading {
  padding-left: 25px;
  padding-right: 15px;
  font-size: 13px;
}
p.returntext{
font-size:12px;
padding-left:15px;
}
.chosen-container-single .chosen-single span {
margin-top:-4px;
}
