.author_widget{
  clear: both;
  text-align: left;
}

.author_widget .module-title {
  font-weight: normal;
clear: both;
font-size: 20px;
padding: 12px 10px;
font-family: "BentonSans", Arial;
color: #fff;
text-transform: lowercase;
background: #1d1f21;
margin-bottom: 0px;
margin-top: 0px;
}
.author_widget .module-content {
  border-width: 0px;
border-style: solid;
padding: 15px 25px;
overflow: hidden;
height: auto;
background: #7d898c;
color: #fff;
margin-top: 0px;
}
.author_widget .author {
  display: none;
}
.author_widget .author.show {
  display: block;
}
.author_widget .slide_arrow {
  color: #fff;
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-family: "icons";
  display: block;
  top: 50%;
  margin-top: -15px;
  text-align: center;
}
.author_widget .authors_left {
  position: absolute;
  left: -4px;
  font-size: 0;
  color: transparent;
  background: url("../../img/carousel-left-arrow.png") center center no-repeat;
  background: url("../../img/arrow-left.svg") center center no-repeat, none;
  background-size: 100% 100%;
}
.author_widget .authors_left:before {
  
}
.author_widget .authors_right {
  position: absolute;
  right: -4px;
  font-size: 0;
  color: transparent;
  background: url("../../img/carousel-right-arrow.png") center center no-repeat;
  background: url("../../img/arrow-right.svg") center center no-repeat, none;
  background-size: 100% 100%;
}
.author_widget .authors_right:before {
  
}
.author_widget .author_pic_link {
  float: left;
  display: block;
  width: 33%;
  margin-right: 3%;
}
.author_widget .author_pic_link img {
  display: block;
}
.author_widget .author_name {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
.author_widget .author_section {
  font-size: 13px;
  color: #7e8787;
  font-style: italic;
  font-weight: normal;
  display: block;
}
.author_widget .author-spacer {
  height: 15px;
  clear: both;
}
.author_widget .author-meta {
  clear: both;
  border: 2px solid #f79c00;
  padding: 10px;
  font-size: 13px;
}
.author_widget .author-meta:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 8px solid #f79c00;
  top: -16px;
  left: 18%;
}
.author_widget .author-meta:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -13px;
  left: 18%;
}
.author_widget .author-meta a {
  color: #7e8787;
}
