@charset "UTF-8";
/*
Custom local styles...
*/
.accred-btn {
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  margin-bottom: .25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.accred-btn-reed, .accred-btn-nwccu {
  background: #b12 url(https://www.reed.edu/global_assets/images/icons/font-awesome/lock.png) .75rem 50% no-repeat;
  background-size: 12px;
  border-color: #b12;
  color: #fff;
  padding-left: calc(.75rem + 19px);
}
.accred-btn-nwccu {
  background-color: #6199de;
  border-color: #6199de;
  color: #fff;
}
.accred-btn-public {
  background: url(https://www.reed.edu/global_assets/images/icons/font-awesome/comment.png) .75rem 50% no-repeat;
  background-size: 12px;
  padding-left: calc(.75rem + 19px);
}