/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/* 16:9 */
@-webkit-keyframes biSlideFade {
  0% {
    opacity: 0; }
  6% {
    opacity: 1; }
  24% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes biSlideFade {
  0% {
    opacity: 0; }
  6% {
    opacity: 1; }
  24% {
    opacity: 1; }
  30% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@media only screen {
  .staff .stafflist, .vetstaff .stafflist {
    margin-bottom: 1rem !important; }
  .staff .staff-item, .vetstaff .staff-item {
    padding: 0.5rem;
    border-radius: 2px;
    border: solid thin #ddd;
    background-color: white;
    margin: 0.5rem;
    height: 100%; }
    .staff .staff-item h3.staff-name, .vetstaff .staff-item h3.staff-name {
      margin: 0.5rem 0; }
      .staff .staff-item h3.staff-name .jobtitle, .vetstaff .staff-item h3.staff-name .jobtitle {
        display: block;
        font-style: italic;
        font-size: 1rem;
        line-height: 1;
        color: #300300; }
    .staff .staff-item figure p, .vetstaff .staff-item figure p {
      margin: 0; }
  .staff .staff-bio, .vetstaff .staff-bio {
    display: block; }
  .staff .staff-1 .staff-item, .vetstaff .staff-1 .staff-item {
    border-left: none;
    border-radius: none;
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: auto; }
    .staff .staff-1 .staff-item figure, .vetstaff .staff-1 .staff-item figure {
      max-width: 300px;
      display: block; } }
    @media only screen and (min-width: 38em) {
      .staff .staff-1 .staff-item figure, .vetstaff .staff-1 .staff-item figure {
        float: left;
        margin-right: 1rem; } }

@media only screen {
    .staff .staff-1 .staff-item h3, .vetstaff .staff-1 .staff-item h3 {
      display: inline-block; }
  .staff .staff-3 .staff-container, .vetstaff .staff-3 .staff-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .staff .stafflist.staff-accordion h3.staff-name, .vetstaff .stafflist.staff-accordion h3.staff-name {
    padding: 0.25rem 1.5rem 0.25rem 0.25rem;
    cursor: pointer;
    color: #084b7f; }
    .staff .stafflist.staff-accordion h3.staff-name:before, .vetstaff .stafflist.staff-accordion h3.staff-name:before {
      content: '\f067';
      font-family: 'fontawesome';
      vertical-align: middle;
      display: inline-block;
      color: darkgray;
      margin-left: .75rem;
      float: right; }
    .staff .stafflist.staff-accordion h3.staff-name:hover, .vetstaff .stafflist.staff-accordion h3.staff-name:hover {
      background: gainsboro;
      color: #eb7921;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .staff .stafflist.staff-accordion h3.staff-name:hover:before, .vetstaff .stafflist.staff-accordion h3.staff-name:hover:before {
        color: #eb7921;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .staff .stafflist.staff-accordion h3.staff-name.active, .vetstaff .stafflist.staff-accordion h3.staff-name.active {
      background: gainsboro;
      color: #eb7921;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .staff .stafflist.staff-accordion h3.staff-name.active:before, .vetstaff .stafflist.staff-accordion h3.staff-name.active:before {
        color: #eb7921;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .staff .stafflist.staff-accordion .staff-bio, .vetstaff .stafflist.staff-accordion .staff-bio {
    display: none;
    background: rgba(255, 255, 255, 0.3);
    padding: 1.5rem; }
    .staff .stafflist.staff-accordion .staff-bio p:first-child, .vetstaff .stafflist.staff-accordion .staff-bio p:first-child {
      margin-top: 0; }
    .staff .stafflist.staff-accordion .staff-bio p:last-child, .vetstaff .stafflist.staff-accordion .staff-bio p:last-child {
      margin-bottom: 0; }
  .staff .stafflist.staff-excerpts .staff-item, .vetstaff .stafflist.staff-excerpts .staff-item {
    position: relative; }
    .staff .stafflist.staff-excerpts .staff-item figure, .vetstaff .stafflist.staff-excerpts .staff-item figure {
      position: relative;
      z-index: 2; }
  .staff .stafflist.staff-excerpts .staff-bio, .vetstaff .stafflist.staff-excerpts .staff-bio {
    overflow: hidden; }
  .staff .stafflist.staff-excerpts a.morelink, .vetstaff .stafflist.staff-excerpts a.morelink {
    text-decoration: none;
    outline: none; }
  .staff .stafflist.staff-excerpts .morecontent span, .vetstaff .stafflist.staff-excerpts .morecontent span {
    display: none; }
  .staff .stafflist.staff-excerpts .morecontent, .vetstaff .stafflist.staff-excerpts .morecontent {
    display: block;
    text-align: right;
    padding: 0.25rem 1rem;
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, white 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, white 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0) 100%);
    height: 1.5rem;
    margin-top: -1.5rem;
    z-index: 1;
    position: absolute;
    right: 0;
    width: 100%; }
  .staff .rounded .staff-item figure, .vetstaff .rounded .staff-item figure {
    padding: 0.5rem; }
    .staff .rounded .staff-item figure img, .vetstaff .rounded .staff-item figure img {
      border-radius: 100%;
      overflow: hidden;
      border: solid 0.25rem #084b7f; } }

@media only screen and (min-width: 50em) {
  .staff .staff-item figure p, .vetstaff .staff-item figure p {
    text-align: center; }
  .staff .staff-item .bi-video-container, .vetstaff .staff-item .bi-video-container {
    margin-left: auto;
    margin-right: auto; }
  .staff .bi-two-up, .vetstaff .bi-two-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .staff .bi-two-up .staff-item, .vetstaff .bi-two-up .staff-item {
      -ms-flex-preferred-size: calc(50% - 1rem);
      flex-basis: calc(50% - 1rem);
      width: calc(50% - 1rem);
      max-width: calc(50% - 1rem);
      -ms-max-width: calc(49.5% - 1rem); }
  .staff .bi-three-up, .vetstaff .bi-three-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .staff .bi-three-up .staff-item, .vetstaff .bi-three-up .staff-item {
      -ms-flex-preferred-size: calc(33% - 1rem);
      flex-basis: calc(33% - 1rem);
      width: calc(33% - 1rem);
      max-width: calc(33% - 1rem);
      -ms-max-width: calc(33% - 1rem); }
  .staff .bi-four-up, .vetstaff .bi-four-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .staff .bi-four-up .staff-item, .vetstaff .bi-four-up .staff-item {
      -ms-flex-preferred-size: calc(50% - 1rem);
      flex-basis: calc(50% - 1rem);
      width: calc(50% - 1rem);
      max-width: calc(50% - 1rem);
      -ms-max-width: calc(49.5% - 1rem); } }

@media only screen and (min-width: 68em) {
  .staff .bi-four-up, .vetstaff .bi-four-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .staff .bi-four-up .staff-item, .vetstaff .bi-four-up .staff-item {
      -ms-flex-preferred-size: calc(25% - 1rem);
      flex-basis: calc(25% - 1rem);
      width: calc(25% - 1rem);
      max-width: calc(25% - 1rem);
      -ms-max-width: calc(24% -1rem); } }
