/**
 * Media Queries
 */
/**
 * Standard Colors
 */
.btn-inverse {
  background: #2CD5C4;
  color: #071D49 !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  line-height: 1.5rem;
  text-decoration: none !important;
  background: #fff !important;
  border: 2px solid #071D49 !important;
  padding: 8px 18px !important;
}
.btn-inverse:hover {
  background: #d7efe7;
}
.btn-inverse:hover {
  background: #c6e6e1 !important;
}
@media only screen and (min-width: 768px) {
  .bio .bio-information {
    display: flex;
    flex-wrap: wrap;
  }
}
.bio .img-wrap {
  width: 20%;
}
@media only screen and (min-width: 768px) {
  .bio .img-wrap {
    padding-right: 40px;
  }
}
.bio .img-wrap img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 50%;
}
.bio .bio-content-wrap {
  width: 80%;
}
@media only screen and (max-width: 979px) {
  .bio .bio-content-wrap {
    flex-grow: 1;
    width: 100%;
  }
}
.bio .bio-tagline {
  color: #25282A !important;
  font-size: 1rem !important;
  font-style: initial;
  font-weight: 500 !important;
  letter-spacing: 0.25rem !important;
  line-height: 2rem !important;
  text-transform: uppercase;
  margin-top: 5px;
  /* so this spacing between image/text is the same if image/name or image/tagline */
}
.bio .bio-field {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.bio .bio-field.name {
  color: #071D49 !important;
  font-style: italic;
}
.bio .bio-field.title {
  color: #25282A;
  font-weight: 700;
}
.bio .bio-details-wrap {
  padding: 15px 0;
}
.bio.bg-color-blue-dark .bio-field.name {
  color: #fff !important;
}
.bio.bg-color-blue-dark .bio-field.title {
  color: #d7efe7 !important;
}
.bio.bg-color-blue-dark .bio-tagline {
  color: #D7EFE7 !important;
  font-size: 1rem !important;
  font-style: initial;
  font-weight: 500 !important;
  letter-spacing: 0.25rem !important;
  line-height: 2rem !important;
  text-transform: uppercase;
}
@media only screen and (min-width: 980px) {
  .bio.img-right .bio-information {
    flex-direction: row-reverse;
  }
  .bio.img-right .bio-information .img-wrap {
    padding-right: 0;
    padding-left: 40px;
  }
}
.bio .btn-group .link-wrap {
  margin-top: 0;
}
