.mce-i-theme-location::before {
  content: '';
  background-image: url(../icons/icon-location-contact.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  display: inline-block;
  margin-top: 2px;
  background-position-x: center;
}
.mce-i-theme-phone {
  content: '';
  background-image: url(../icons/icon-phone-contact.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  display: inline-block;
  margin-top: 2px;
  background-position-x: center;
}
.mce-i-theme-mail {
  content: '';
  background-image: url(../icons/icon-mail-contact.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  display: inline-block;
  margin-top: 2px;
  background-position-x: center;
}

a.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}

.wpcf7  {
  .row:has(> .full-width) {
    display: flex;
    flex-wrap: wrap;
  }
  .row .full-width {
    width: 100% !important;
  }
  
  .row .form-group input {
    width: 100%;
  }
  
  .row textarea {
    width: 100%;
  }

  .error-message {
    color: orange;
  }
}
div.wpcf7-response-output {
    line-height: 26px;
    padding: 20px !important;
    background: #799083;
    border: none !important;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    margin: 0 !important;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
}

.btn-contact-us:hover {
  background-color: #947a5e;
  color: white;
}
.btn-contact-us {
  cursor: pointer;
  display: inline-block;
  padding: 10px 40px;
  /* color: #b99976; */
  background-color: #947a5e;
  min-width: 222px;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: white !important;
}
.btn-contact-us:hover {
  background-color: #5c31a7;
}
.btn-contact-us {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0px 7px 0px;
  min-width: 129px;
  font-size: 21px;
  line-height: 1;
}

.contactUs-form-section .contactUs-col-2 form .btn-contact-us {
  margin-top: 10px;
  align-self: flex-end;
}

.display-none {
  display: none;
}

.academic-research-list-section {
  position: relative;
  padding-top: 10px 
  padding-bottom: 58px !important;
}
.academic-research-list-section .select {
  position: absolute;
  top: -94px;
}

.lzb-preview-server .academic-research-list-section .select {
  position: absolute;
  top: unset;
}
/* .story-card .image-wrapper {
  height: 300px;
} */

@media (max-width: 1200px) {
  /* .story-card .image-wrapper {
    height: 360px;
  } */
  .academic-research-list-section {
    padding-top: 65px;
    padding-bottom: 8px;
  }
  .academic-research-list-section .select {
    top: 0px;
  }
  .btn-contact-us {
    padding: 5px 20px 4px 20px;
    min-width: 143px;
    font-size: 18px;
    line-height: 35px;
  }
  .btn-contact-us {
    padding: 6px 20px 5px 20px;
    min-width: 144px;
    font-size: 18px;
    line-height: 35px;
  }
  .btn-contact-us {
    padding: 5px 10px 4px 10px;
    min-width: 100px;
    font-size: 18px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  /* .story-card .image-wrapper {
    height: 440px;
  } */
  .btn-contact-us {
    padding: 4px 20px 3px 20px;
    min-width: 84px;
    font-size: 10.5px;
    line-height: 20.3px;
  }
	

}

.mb-4 {
  margin-bottom: 150px;
}

.mt-4 {
  margin-top: 150px;
}


.image-modal {
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* 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.9); /* Black w/ opacity */
  }
  .modal-img-container {
    height: 90%;
    display: flex;
  }
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
	width: auto;
	max-height: 90%;
	max-width: 90%;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: image-zoom !important;
    -webkit-animation-duration: 0.6s !important;
    animation-name: image-zoom !important;
    animation-duration: 0.6s !important;
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
		width: 80%;
		height: auto;
		max-width: 80%;
		max-height: none;
	  }
  }
}

.image-tab {
  cursor: pointer;
}

@-webkit-keyframes image-zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes image-zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}


