/**
 * #.# People Services Module
 *
 * Styles for template-part/modules/people_services_module.php
**/

.people_services_module{max-height:90svh;height:930px;margin:0 25px}
.people_services_module .container,.people_services_module .row,.people_services_module [class*="col-"],.people_services_module .center-block{max-height:90svh;height:930px}
.people_services_module .content-block h2{color:var(--white);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:40px}
.people_services_module_gap{display:block;height:110px}
.people_services_module .center-block{display:flex;align-items:center;justify-content:left;height:100%}
.full-width{width:100%}
h3.accodion-header button{color:var(--white);font-size:16px;line-height:26px}
.people_services_module .content-block{margin-left:-20px;margin-right:10px}
.people_services_module .accordion-body{padding:10px 20px}
.people_services_module .accordion-body ul{list-style:none;padding-left:0;padding-bottom:0;margin-bottom:0}
.people_services_module .accordion-body ul li{margin-bottom:10px}
.people_services_module .accordion-body ul li a{color:var(--white);font-size:16px;line-height:26px;border-bottom:1px solid rgba(225,225,225,0.3);transition:.2s ease-in-out all}
.people_services_module .accordion-body ul li a:hover,.people_services_module .accordion-body ul li a:focus{border-bottom:1px solid rgba(225,225,225,1);transition:.2s ease-in-out all}
.people_services_module .accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:0;font-size:16px;line-height:26px;color:var(--white);text-align:left;background-color:transparent;border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}
.accordion-button::after{content:"";flex-shrink:0;width:11px;height:11px;background-image:url(../../../img/accordion-cross.png);background-size:cover;background-repeat:no-repeat;transition:transform .2s ease;transform:rotate(180deg)}
.accordion-button:not(.collapsed)::after{width:11px;height:11px;background-image:url(../../../img/accordion-line.png)}
span.btn-line-plus{flex:1 1 auto;height:1px;background:#fff;margin:1px 10px 0;display:block}

@media (max-width: 1536px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 992px) {
  .people_services_module ,
  .people_services_module .container, 
  .people_services_module .row, 
  .people_services_module [class*="col-"], 
  .people_services_module .center-block {height:auto  }
  .people_services_module { margin: 0px 0px;padding:60px 35px 85px 45px}
  .people_services_module_gap {display: block;  height: 55px;}
}

@media (max-width: 768px) {

}

@media (max-width: 600px) {

}