/**
 * #.# Offices Module
 *
 * Styles for template-part/modules/offices_module.php
**/

.offices_module{}
.offices_module .content-block h2{color:var(--purple);font-family:var(--header);font-size:24px;font-style:normal;font-weight:400;line-height:29.8px;letter-spacing:.96px;text-transform:uppercase;padding-bottom:10px}
.location-item{height:90svh;max-height:530px;position:relative}
.locations-slider{}
.slider-counter{}
.location-item .btn{position:absolute;left:20px;bottom:20px}
.location-title{display:flex;align-items:center;justify-content:left;min-height:59px;margin:14px 0 8px;border-left:1px solid var(--black)}
.location-title a{padding-left:15px;color:var(--black);font-family:var(--header);font-size:28px;font-weight:400;line-height:29.8px;text-transform:uppercase}
.location-title a:hover,.location-title a:focus{color:var(--purple)}

@media (max-width: 1536px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 992px) {
  .location-item {max-height: 325px;}
  .location-title {min-height: 44px;margin: 10px 0px 8px;}
}

@media (max-width: 768px) {

}

@media (max-width: 600px) {

}