.binary-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 0;
}
.binary-cta.direction-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.binary-cta.direction-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.binary-cta.direction-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.binary-cta .alert-button {
  font-size: 17px;
  background: #06AE2A;
  display: inline-block;
  padding: 8px 15px;
  color: #fff !important;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1rem rgba(6, 174, 42, 0.5) !important;
          box-shadow: 0 0 1rem rgba(6, 174, 42, 0.5) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none !important;
}
@media (max-width: 600px) {
  .binary-cta .alert-button {
    font-size: 14px;
  }
}
.binary-cta .alert-button:hover {
  opacity: 0.8;
}
.binary-cta p {
  margin: 0;
  padding: 0.2rem 0 0 0;
  font-size: 0.7rem;
}

.bo-authors .author-box {
  padding-bottom: 15px;
}
.bo-authors .author-box .inner {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .bo-authors .author-box .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bo-authors .author-box .inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .bo-authors .author-box .inner .author-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    width: 160px;
  }
}
@media (max-width: 768px) {
  .bo-authors .author-box .inner .author-img img {
    width: 100px !important;
    height: auto !important;
  }
}
.bo-authors .author-box .inner .meta {
  padding-left: 15px;
}
.bo-authors .author-box .inner .meta .name {
  font-size: 18px;
}
.bo-authors .author-box .inner .meta .position {
  color: #797979;
  font-size: 14px;
}
.bo-authors .author-box .inner .meta .about {
  color: #797979;
  font-size: 16px;
}
@media (max-width: 768px) {
  .bo-authors .author-box .inner .meta .about {
    display: none;
  }
}
.bo-authors .author-box .inner .mobile {
  display: none;
  padding-top: 15px;
  color: #797979;
  font-size: 16px;
}
@media (max-width: 768px) {
  .bo-authors .author-box .inner .mobile {
    display: block;
  }
}
