.section-representants {
  padding: 0;
}
.section-representants:first-of-type {
  padding-top: 25px;
}

.section-representants h2 {
  clear: both;
}

.section-representants .representants-content-descr {
  float: left;
  vertical-align: top;
  width: 100%;
  margin-top: 150px;
  transition: all 0.25s ease-in-out;
}
.scrolled .section-representants .representants-content-descr {
  width: 100%;
  margin-top: 50px;
}

.section-representants .representants-content-descr .row {
  margin: 0;
  margin-bottom: 40px;
}

.section-representants .representants-content-descr .descr {
  position: relative;
  line-height: 28px;
  margin-left: 20px;
  padding-left: 25px;
  font-family: 'interstateCond';
  font-weight: 400;
  font-size: 22px;
  color: #df5952;
}
.section-representants .representants-content-descr .descr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 7.5px;
  background-color: #df5952;
}

.section-representants .representants-content-descr .image {
  height: 225px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.section-representants .organization-chart {
  width: 100%;
  background-color: #f3f3f3;
}

.section-representants .organization-chart .category {
  padding: 35px 0;
  border-bottom: 2px solid #e0e0e0;
}
.section-representants .organization-chart .category:last-child {
  border-bottom: none;
}

.section-representants .organization-chart .category h2 button {
  float: left;
  display: inline-block;
  width: 275px;
  line-height: 28px;
  font-family: 'interstateCond';
  font-weight: 400;
  font-size: 28px;
  color: #484848;
  text-transform: uppercase;
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  .section-representants .organization-chart .category h2 button {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
  }
}

.section-representants .organization-chart .category .contributors {
  display: inline-block;
  width: calc(100% - 275px);
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  .section-representants .organization-chart .category .contributors {
    display: block;
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
}

.section-representants .organization-chart .category .contributors .contributor {
  display: inline-block;
  width: 265px;
  margin: 0 10px 20px;
  vertical-align: top;
}

.section-representants .organization-chart .category .contributors .contributor .image {
  height: 225px;
  width: 100%;
  margin-bottom: 25px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.section-representants .organization-chart .category .contributors .contributor .arrow-top {
  height: 175px;
  width: 265px;
  padding: 20px 30px;
	position: relative;
	background: #f3f3f3;
	border: 3px solid #df5952;
}
.section-representants .organization-chart .category .contributors .contributor .arrow-top:after, .section-representants .organization-chart .category .contributors .contributor .arrow-top:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.section-representants .organization-chart .category .contributors .contributor .arrow-top:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #f3f3f3;
	border-width: 14px;
	margin-left: -0px;
}
.section-representants .organization-chart .category .contributors .contributor .arrow-top:before {
	border-color: rgba(223, 89, 82, 0);
	border-bottom-color: #df5952;
	border-width: 18px;
	margin-left: -4px;
}

.section-representants .organization-chart .category .contributors .contributor .arrow-top .name {
  margin-bottom: 5px;
  line-height: 28px;
  font-family: 'interstateCond';
  font-weight: 700;
  font-size: 22px;
  color: #df5952;
}

.section-representants .organization-chart .category .contributors .contributor .arrow-top .position {
  margin-bottom: 10px;
  line-height: 26px;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 20px;
  color: #484848;
  text-transform: uppercase;
}

.section-representants .organization-chart .category .contributors .contributor .arrow-top .job {
  margin-bottom: 5px;
  line-height: 20px;
  font-family: 'interstate';
  font-weight: 400;
  font-size: 16px;
  color: #484848;
}

.section-representants .organization-chart .category .contributors .contributor .arrow-top .department {
  line-height: 20px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
}

/* .select-desktop-white {
  background-color: #fff !important;
} */



.section-representants .filters {
  position: relative;
  display: block;
  margin: 150px 0 30px 0;
  padding-bottom: 30px;
}
.section-representants .filters::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 4px;
  width: 100%;
  background-color: #f5f5f5;
}
.section-representants .filters .by-tags {
  display: inline-block;
  vertical-align: top;
}

.section-representants .filters .by-tags a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 10px 0 10px;
  padding: 0 10px;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 18px;
  color: #df5952;
  background-color: #fff;
  border: 1px solid #df5952;
  text-transform: lowercase;
  transition: all 0.25s ease-in-out;
}
.section-representants .filters .by-tags a:hover, .section-news-list .filters .by-tags a.active {
  color: #fff;
  background-color: #df5952;
}



.filters + .representants-content-descr {
  margin-top: 30px;
}