/* Example: $gradient-homepagefeatured: #0078a7 0%, #101828 100%; */
#modal-container {
  position: fixed;
  opacity: 0;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#modal-container.open {
  display: block;
  opacity: 1;
  z-index: 100020;
}

#modal-contact {
  position: relative;
  background-color: #06215D;
  padding: 30px;
  width: 520px;
  border-radius: 5px;
  margin: 75px auto;
  color: #686b7b;
}

#modal-contact p {
  color: #686b7b;
}

#modal-overlay {
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-close-button {
  color: #e11b22;
  font-size: 24px;
  position: absolute;
  cursor: pointer;
  font-weight: 700;
  right: 10px;
  top: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 991px) and (max-width: 991px) {
  #modal-contact {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .modal-window {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    overflow: auto;
  }
}
#modal-formsubmit {
  position: relative;
  background-color: #d8d9d1;
  padding: 60px;
  width: 600px;
  border-radius: 5px;
  margin: 75px auto;
  text-align: center;
  color: #232c3f;
}

@media (max-width: 991px) {
  #modal-formsubmit {
    padding: 30px 20px;
  }
}
#modal-formsubmit p {
  color: #232c3f;
}

@media (max-width: 991px) {
  #modal-formsubmit {
    width: 100%;
    margin: 0 0 50px 0;
    border-radius: 0;
  }
}
.contactform-success {
  display: block;
  font-size: 72px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #006127;
  color: #FFF;
  margin: 0 auto;
  text-align: center;
}

/*# sourceMappingURL=modal.css.map */
