.bio__left-img-right-text-box {
  background-color: #1f2651;
  width: 410px;
  display: block;
  border-radius: 10px;
  color: #fff;
}
.bio__left-img-right-text-box .bio__body {
  padding: 15px;
  display: flex;
}
.bio__left-img-right-text-box .bio__body .bio__left-img {
  width: 40%;
}
.bio__left-img-right-text-box .bio__body .bio__left-img img {
  max-width: 170px;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.bio__left-img-right-text-box .bio__body .bio__right-text {
  width: 60%;
  padding-left: 15px;
}
.bio__left-img-right-text-box .bio__body .bio__right-text h1 {
  color: #f08f93;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bio__left-img-right-text-box .bio__body .bio__right-text p {
  font-size: 15px;
  margin-bottom: 10px;
}
.bio__left-img-right-text-box .bio__body .bio__right-text a {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: underline;
  cursor: pointer;
}
.bio__left-img-right-text-box .bio__footer {
  display: none;
  /*display: flex;*/
  background-color: #0f1328;
  color: white;
  padding: 10px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0.5;
}
.bio__left-img-right-text-box .bio__footer p {
  font-size: 11px;
  line-height: 24px;
}
.bio__left-img-right-text-box .bio__footer .bio__footer__right {
  flex: 1;
  padding-left: 15px;
  align-self: center;
}
.bio__left-img-right-text-box .bio__footer .bio__footer__right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.bio__left-img-right-text-box .bio__footer .bio__footer__right ul li {
  /*font-size: 0;*/
  /*width: 16px;
					height: 16px;*/
  /* border-radius: 100%; */
  display: inline-block;
  margin-right: 2px;
}
.bio__left-img-right-text-box .bio__footer .bio__footer__right ul li a {
  /*width: 16px;
						height: 16px;*/
  display: block;
  font-size: 10px;
  color: #fff;
  text-align: center;
  min-width: 23px;
  height: 23px;
  text-decoration: none;
}
.bio__left-img-right-text-box .bio__footer .bio__footer__right ul li:nth-child(1) {
  background-color: #cd8124;
}
.bio__left-img-right-text-box .bio__footer .bio__footer__right ul li:nth-child(2) {
  background-color: #35683e;
}
.bio__left-img-right-text-box .bio__footer .bio__footer__right ul li:nth-child(3) {
  background-color: #0a7cb6;
}
.bio__left-img-right-text-box .bio__footer .bio__footer__right ul li:nth-child(4) {
  background-color: #479d2a;
}
.bio__left-img-right-text-box .bio__footer:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .bio__left-img-right-text-box {
    /*border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;*/
  }
  .bio__left-img-right-text-box .bio__footer {
    /*background: rgba(15,19,40,1);
			background: -moz-linear-gradient(top, rgba(15,19,40,1) 0%, rgba(40,40,40,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,19,40,1)), color-stop(100%, rgba(40,40,40,1)));
			background: -webkit-linear-gradient(top, rgba(15,19,40,1) 0%, rgba(40,40,40,1) 100%);
			background: -o-linear-gradient(top, rgba(15,19,40,1) 0%, rgba(40,40,40,1) 100%);
			background: -ms-linear-gradient(top, rgba(15,19,40,1) 0%, rgba(40,40,40,1) 100%);
			background: linear-gradient(to bottom, rgba(15,19,40,1) 0%, rgba(40,40,40,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1328', endColorstr='#282828', GradientType=0 );*/
    position: relative;
  }
  .bio__left-img-right-text-box .bio__footer:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    /* background: red; */
    right: 15px;
    position: absolute;
    top: 18px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #a8aabb;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
  }
  .bio__left-img-right-text-box .bio__footer.open-accordion {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bio__left-img-right-text-box .bio__footer.open-accordion:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .bio__left-img-right-text-box .bio__footer .bio__footer__right {
    order: 1;
    padding-left: 0;
  }
  .bio__left-img-right-text-box .bio__footer .bio__footer__right ul {
    float: initial;
    margin-right: 4px;
  }
  .bio__left-img-right-text-box .bio__footer .bio__footer__right ul li {
    margin-right: 1px;
  }
  .bio__left-img-right-text-box .bio__footer .bio__footer__right ul li a {
    line-height: 19px;
    min-width: 19px;
    height: 19px;
  }
  .bio__left-img-right-text-box .bio__footer p {
    order: 2;
    padding-right: 20px;
  }
}
