/*------------------------------------*\
    ACM Locations CSS
\*------------------------------------*/
.acm-locations-blocks-blocks-container.eq-height {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}

.acm-locations-blocks-container {
  padding: 60px;
}

.acm-locations-blocks-content {
  width: 43%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 130px;
}

.acm-locations-blocks-content:last-child {
  margin-left: 0 !important;
  padding-left: 40px !important;
}


.acm-locations-blocks-container h2{
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  margin: 35px;
}

.acm-locations-block-text-content img{
  width: 619px;
  min-height: 150px;
  max-height: 150px;
}

.acm-locations-blocks-container h3{
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  height: 40px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  margin: 33px 0 36px 0;
}

.acm-locations-blocks-container h3:hover{
  border-bottom: 9px solid #FF9103;
}

.acm-locations-blocks-container p{
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.36px;
  text-align: left;
  color: #000;
  margin: 0 0 36px 0;
}


/*Pop-up Section*/
.pop-up{
  background: #2d3e569c;
  position: fixed;
  top: 0vh;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: all 0.5s;
  z-index: 10000;
  display: none;
}
.popup-location-information {
  padding: 97px;
}

.modal-content .elementor-icon {
	position: relative !important;
	right: -140px !important;
}

.modal-content .elementor-icon i:before {
  position: relative !important; 
  left: unset !important;
  -webkit-transform: translateX(unset) !important;
  -ms-transform: translateX(unset) !important;
  transform: translateX(unset) !important;
  font-size: 24px;
}

.modal-content .elementor-icon {
  position: relative !important;
  right: -20px !important;
  top: -5px;
}

.modal-content .popup-bio-column {
	width: 54%;
	margin: 20px 0 0 30px;
}

.modal-content .popup-close-btn {
	width: 5%;
  cursor: pointer;
}

.modal-content .popup-close-btn .elementor-icon i, .elementor-icon svg {
	margin: -30px 0 0 0;
  right: 20px;
}

/* .modal-content h2 {
  font-family: "Inter", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 0.8em;
}

.modal-content h4 {
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 0.8em;
  margin: -10px 0 0 0;
}

.modal-content p {
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
} */

.modal-window .elementor-image {
	width: 280px;
	height: auto;
}

.modal-window .elementor-image img {
	border-radius: 50%;
}

.modal-background {
  background: #000;
  width: 100%;
  height: 0px;
  display: none;
  z-index: 1;
  position: absolute;
  opacity: 0;
  transition: opacity 5s linear;
}

.modal-window {
  width: 75%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 1.5em;
  text-align: center;
  display: flex;
}

.modal-content {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-background.active {
  display: block;
  opacity: 0.9;
  transition:opacity 5s linear;
	z-index: 200;
}

.modal-window.active {
  display:block;
  opacity:1;
  transition:opacity 5s linear;
	z-index: 201;
}

.modal-content img {
  width: 195px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #FFFFFF;
  border-radius: 50% 50% 50% 50%;
  box-shadow: 0px 7px 20px 0px rgb(0 0 0 / 6%);
}

.modal-content .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    float: left;
}

.modal-content .popup-close-btn {
	width: 20px;
	height: 20px;
}

.modal-content .popup-close {
	width: 5%;
}

.modal-content .popup-bio {
	width: 90%;
	margin: 0 0 0 33px;
}

.modal-content .popup-headshot {
	width: 30%;
}

.modal-content .mobile-popup-close {
  width: 5%;
  right: 28px;
	display: none;
}


.has-popup {
	cursor: pointer;
}

.top-box {
    overflow: hidden;
}
i.fas.fa-envelope {
    display: none; 
}

i.fas.fa-times.close-modal {
  float: right;
}

.popup-location-information h5{
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  margin: 0 0 43px 0;
}

.popup-location-information p{
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.36px;
  text-align: left;
  color: #000;
  margin: 0 0 80px 0;
}

.popup-location-industry-services h6{
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #000;
  margin: 0 0 38px 0;
  border-bottom: 1px solid #A6A6A6;
  padding: 10px 0;
}

.popup-location-industry-services {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.location_industry,
.location_services {
  width: 50%;
}
.location_industry p{
  margin: 0;
}
.location_services p{
  margin: 0;
}

img.location-icon {
  width: 28px;
  min-height: 40px;
  max-height: 40px;
}

/*End Pop-up Section*/

@media screen and (min-width: 1241px) {

}

@media screen and (max-width: 1240px) and (min-width: 1025px) {


}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .acm-locations-blocks-blocks-container.eq-height{
    flex-direction: column;
  }
  .acm-locations-blocks-container h2{
    margin: 35px 0;
  }
  .acm-locations-blocks-content {
    width: 100%;
  }
  .acm-locations-blocks-content:last-child {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .acm-locations-blocks-blocks-container.eq-height{
    flex-direction: column;
  }
  .acm-locations-blocks-container h2{
    margin: 35px 0;
  }
  .acm-locations-blocks-content {
    width: 100%;
  }
  .acm-locations-blocks-content:last-child {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .acm-locations-blocks-blocks-container.eq-height{
    flex-direction: column;
  }
  .acm-locations-blocks-container {
    padding: 20px;
  }
  .acm-locations-blocks-container h2{
    margin: 35px 0;
  }
  .acm-locations-blocks-content {
    width: 100%;
  }
  .acm-locations-blocks-content:last-child {
    padding-left: 0 !important;
  }
}
