.org-chart {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  display: none;
}
@media (min-width: 992px) {
  .org-chart {
    display: block;
  }
}
.org-chart .images {
  margin-bottom: 0;
}
.org-chart .level {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}
.org-chart .level .left {
  flex: 0 1 80%;
}
.org-chart .level .right {
  flex: 0 1 20%;
}
.org-chart .level .right a {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.org-chart .block {
  display: inline-block;
  padding: 0 50px;
  text-align: center;
  color: #ffffff;
  line-height: 1.75rem;
  font-size: 1.25rem;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.org-chart #level1 .block {
  width: 100%;
  background-color: #F05A23;
  padding: 10px 20px;
}
.org-chart #level2 .block {
  background-color: #FD8301;
  position: relative;
  padding: 10px 20px;
}
.org-chart #level2 .left > .block {
  margin-bottom: 30px;
}
.org-chart #level2 .left > .block:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #919493;
  margin: 0 auto;
}
.org-chart #level2 .sub-level {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.org-chart #level2 .sub-level:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 1px;
  background-color: #919493;
  margin: 0 auto;
}
.org-chart #level2 .sub-level .block {
  margin-top: 30px;
  flex: 0 1 20%;
  max-width: 20%;
  padding: 0;
  line-height: 1.375rem;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  padding: 20px;
}
.org-chart #level2 .sub-level .block:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #919493;
  margin: 0 auto;
}
.org-chart #level3 .block {
  width: 100%;
  background-color: rgba(131, 131, 131, 0.6);
  margin-bottom: 10px;
  padding: 10px 20px;
}
.org-chart #level3 .block:nth-child(2) {
  font-size: 1rem;
}
.org-chart #level3 .block.small {
  width: auto;
  background-color: #F05A23;
  border-radius: 3px;
  font-size: 0.875rem;
  padding: 5px;
  line-height: 1rem;
  position: relative;
  margin-bottom: 45px;
}
.org-chart #level3 .block.small:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 2px;
  height: 30px;
  background-color: #F05A23;
  margin: 0 auto;
}
.org-chart #level3 .block.small:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  border-right: solid 2px #F05A23;
  border-top: solid 2px #F05A23;
  transform: rotate(135deg);
}
.org-chart #level4 .left {
  position: relative;
}
.org-chart #level4 .left p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.org-chart #level4 .left p:last-of-type {
  font-size: 1rem;
  color: #F05A23;
}
.org-chart #level4 .circles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.org-chart #level4 .circles .circle {
  background-color: rgba(145, 148, 147, 0.2);
  border-radius: 100%;
  padding: 50px;
  color: #646565;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 360px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
.org-chart #level4 .circles .circle:first-of-type {
  margin-left: 5%;
}
.org-chart #level4 .circles .circle:last-child {
  position: absolute;
  right: 5%;
}
.org-chart .right a {
  position: relative;
  color: #9D9A9A;
  border: solid 1px #DEE2E5;
  border-radius: 22px;
  padding: 5px 15px;
  display: inline-block;
}
.org-chart .right a:before {
  content: "+";
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
  color: #F05A23;
  margin-right: 10px;
  vertical-align: bottom;
}
.org-chart .right aside {
  display: none;
}

.org-chart {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .org-chart {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.org-chart .left {
  flex: auto;
}
.org-chart .left img {
  max-width: 100%;
  height: auto;
}
.org-chart .right {
  flex: 0 0 95px;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .org-chart .right {
    margin-left: 0;
    flex: auto;
    margin-bottom: 20px;
  }
}
.org-chart .right button {
  margin-top: 5px;
  background-color: transparent;
  border-radius: 22px;
  border: solid 1px #DEE2E5;
  display: flex;
  color: #9D9A9A;
  align-items: center;
  padding: 8px 10px;
  font-size: 14px;
  width: 100%;
  line-height: 100%;
}
.org-chart .right button:before {
  content: "";
  margin-right: 10px;
  background-image: url(../assets/images/iconExpandOrange.png);
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}
.org-chart .right button:hover {
  text-decoration: underline;
}

section .col-4 {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  section .col-4 {
    flex: none;
    max-width: none;
  }
}
section .col-4 .item {
  border-bottom: solid 1px rgba(145, 148, 147, 0.3);
  height: 100%;
  padding-bottom: 40px;
}
section .col-4 img {
  margin-bottom: 20px;
}
section .col-4 h4 {
  font-size: 20px;
  font-weight: 500;
  color: #646565;
  margin-bottom: 15px;
}
section .col-4 ul {
  margin-bottom: 0;
}
section .col-4 ul li {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  section .col-4 ul li {
    font-size: 14px;
  }
}
