.person .person-search .ar-input {
  width: 100%;
  -webkit-appearance: none;
  font: 14px 'OpenSans';
  color: #000;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 7px 13px;
  box-sizing: border-box;
  box-shadow: inset 0 3px 3px -3px #e7e7e7;
  outline: none;
}
.person .photo {
  float: left;
  text-align: center;
  padding-right: 25px;
}
.person .photo .main-photo {
  display: block;
  width: 135px;
  height: 135px;
  border-radius: 67.5px;
}
.person .photo .additional-photo {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-top: 15px;
}
.person .person-info {
  min-height: 125px;
  margin-top: 30px;
}
.person .person-info .description {
  color: #5b5b5b;
  line-height: 1.6;
}
.person .person-info .achievements {
  margin-top: 50px;
  margin-left: 160px;
}
.person .person-info .achievements .achievement {
  font-weight: 600;
  line-height: 2;
}
.person .person-info .achievements .achievement:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 9px;
  background-image: url('/layout/images/achievements.png');
}
.person .person-info .achievements .writer:before {
  background-position: 0 -30px;
}
.person .person-info .achievements .exp:before {
  background-position: 0 -7px;
}
.person .person-info .achievements .test:before {
  background-position: 0 -52px;
}
.person .articles {
  border-top: 1px dotted #d6dee1;
  margin-top: 15px;
}
.person .articles .container-title {
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.person h3 {
  clear: both;
  padding: 20px 0 10px;
}
.person h3:nth-of-type(2) {
  padding-top: 60px;
}
.person .person-row {
  height: 66px;
  width: 50%;
  vertical-align: top;
  float: left;
  overflow: hidden;
  position: relative;
}
.person .person-row .person-photo {
  margin-top: 9px;
  margin-left: 32px;
  margin-right: 6px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  float: left;
}
.person .person-row .person-photo img {
  width: 48px;
  height: 48px;
}
.person .person-row .name {
  line-height: 66px;
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.5px;
  position: absolute;
}
.person .person-row .name a {
  color: #000;
  text-decoration: none;
}
.person .person-row .name .highlight {
  background-color: rgba(255, 190, 0, 0.7);
}
.person .person-row:hover {
  overflow: visible;
  white-space: normal;
}
.person .person-row:nth-of-type(4n+3) {
  background: #f2f2f2;
}
.person .person-row:nth-of-type(4n+2) {
  background: #f2f2f2;
}
.person .other-persons {
  display: none;
}
.person .other-persons .person-row:nth-of-type(4n+2) {
  background: none;
}
.person .other-persons .person-row:nth-of-type(4n+3) {
  background: #f2f2f2;
}
.person .other-persons .person-row:nth-of-type(4n+4) {
  background: #f2f2f2;
}
.person > .title {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "OpenSans Semi Bold";
}
@media screen and (max-width: 480px) {
  .person .person-row {
    width: 100% !important;
    float: none !important;
  }
  .person .person-row:nth-of-type(4n+3) {
    background: none !important;
  }
  .person .person-row:nth-of-type(4n+2) {
    background: none !important;
  }
  .person .person-row:nth-of-type(even) {
    background: #f2f2f2 !important;
  }
  .person .other-persons .person-row:nth-of-type(4n+3) {
    background: none !important;
  }
  .person .other-persons .person-row:nth-of-type(4n+4) {
    background: none !important;
  }
  .person .other-persons .person-row:nth-of-type(even) {
    background: #f2f2f2 !important;
  }
}
@media only screen and (max-width: 959px) and (min-width: 300px) {
  .person {
    padding: 0 10px;
  }
}

/*# sourceMappingURL=person.css.map */
