.enquiry-head h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    position: relative;
  }
  .enquiry-head h2::after {
    content: ' ';
    position: absolute;
    top: 90%;
    left: 50%;
    width: 100px;
    border: 2px solid #da1e25;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    transform: translateX(-50%);
}
.reveal-modal, dialog {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 1005;
    width: 100vw;
    top: 30px !important;
    border-radius: 5px;
    left: 0;
    background-color: white;
    padding: 1.25rem;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    padding: 1.875rem;
}
.reveal-modal, dialog {
    width: 80%;
    max-width: 73.125em;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

  #enquiry-modal .close:hover {
    background-color: #da1e25;
    color: #fff;
}
#enquiry-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    background-color: #da1e25;
    color: #fff;
    cursor: pointer;
    z-index: 999999;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
meta.foundation-data-attribute-namespace {
  font-family: false; }



