/**
 * #.# People Location Module
 *
 * Styles for template-part/modules/people_location_module.php
**/

.people_location_module{padding:0 0 210px}
.people_location_module .content-block{padding:0 15px}
.people_location_module .content-block h2{color:var(--purple);font-family:var(--header);font-size:24px;font-weight:400;line-height:29.8px;letter-spacing:.96px;text-transform:uppercase;padding:20px 0 37px}
.grey-border{display:block;height:1px;background-color:#D9D9D9}
.location-large-image{height:600px;width:100%}
.location-large-image h2{color:var(--white);text-align:center;font-family:var(--header);font-size:70px;font-style:normal;font-weight:400;line-height:75px;letter-spacing:14px;text-transform:uppercase}
.location-icon{max-width:50px;margin:-50px auto 5px}
.location-icon img{width:100%;height:auto}

@media (max-width: 1536px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 992px) {
  .people_location_module .content-block {padding: 0px 0px;}
  .people_location_module .content-block p {padding-top:15px;margin-left:-20px}
  .location-large-image {margin-top:30px; height: 270px;}
  .location-icon {max-width: 32px; margin: -50px auto 5px;}
  .location-large-image h2 {font-size: 40px; line-height: 40px;letter-spacing:8px}
  .people_location_module {padding: 0px 0px 60px;}
}

@media (max-width: 768px) {

}

@media (max-width: 600px) {

}