.accordion{
  border-radius:8px;
}
.accordion h3{
  padding:15px 10px;
  padding-left:35px;
  cursor:pointer;
  margin:0;
  position:relative;
  color:#000000;
  border-bottom:2px solid #d9d9d9;
}
.accordion h3::before{
  color:rgb(98,98,98);
  font-size:20px;
  content: '\25b6';
  position:absolute;
  left:10px;
  top:16px;
}
.accordion h3.is_open::before{
  transform:rotate(90deg);
}
.accordion h3 + div{
  display:none;
  overflow:hidden;
}
.office_country{
  font-size: 26px;
  color: #000000;
  margin-bottom:8px;
}
.office_seperator{
  margin-bottom:20px;
}
.office{
  padding:20px;
  border-bottom:1px solid rgb(211,211,211);
}
.office_name{
  color: #000000;
  font-family: FuturaBT-Medium,'Helvetica Neue',sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.trigger-print{
  float:right;
}