/* 16:9 */
@keyframes biSlideFade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media only screen {
  /*
      * HEADER * ** * ** * ** * ** * ** *
  */
  .bi-site-header {
    top: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    flex-direction: row;
    position: inherit;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .home .bi-site-header {
    padding: 0;
  }
  .bi-logo-container {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0.45rem;
    top: 0rem;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    left: 0;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  /*
      * TYPOGRAPHY * ** * ** * ** * ** * ** *
  */
}
@media only screen and (max-width: 1250px) {
  .bi-logo-container {
    top: 2.5rem;
  }
}
@media only screen {
  .bi-logo-container a {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .bi-logo-container.fixed {
    opacity: 0;
    transition: 0.5s ease-in-out;
  }
  .bi-logo-container .dentistry {
    background-image: url("../../images/petdentistry-logo-text-rev.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bi-logo-container .dentistry img {
    opacity: 0;
  }
  .bi-logo-container .geriatric {
    background-image: url("../../images/petgeriatrics-logo-text-rev.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bi-logo-container .geriatric img {
    opacity: 0;
  }
  .bi-header-contact {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    width: 100vw;
    margin: 0;
    z-index: 3;
    background-color: #007333;
    background-image: url("../../images/elements/asfalt-dark.png");
    background-repeat: repeat;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .bi-header-contact p {
    text-align: center;
    width: auto;
    display: block;
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    margin: 0;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1250px) {
  .bi-header-contact p {
    padding: 0 4rem;
  }
}
@media only screen {
  .bi-header-contact p br {
    display: none;
  }
  .bi-header-contact p span {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bi-header-contact p span:first-of-type {
    border-left: none;
    padding-left: 0;
  }
  .bi-header-contact p a {
    display: inline-block;
    padding: 0;
    border-bottom: none;
    margin: 0;
    white-space: nowrap;
  }
  .bi-header-contact p a.bi-facebook span, .bi-header-contact p a.bi-instagram span, .bi-header-contact p a.bi-google span {
    padding-right: 0;
  }
  .bi-header-contact p br {
    display: none;
  }
  .bi-header-contact p:first-child {
    border-right: solid 1px rgba(255, 255, 255, 0.7490196078);
  }
  .bi-header-contact a {
    opacity: 0.75;
    color: white;
    transition: opacity 0.3s ease-in-out;
    position: relative;
    padding: 0 0.5rem;
    line-height: 2;
    display: inline-block;
  }
  .bi-header-contact a .fa {
    margin-right: 0.25rem;
  }
  .bi-header-contact a:hover, .bi-header-contact a:focus {
    opacity: 1;
    color: white;
    transition: opacity 0.3s ease-in-out;
  }
  .bi-header-contact .bi-socialmedia {
    position: relative;
    width: auto;
    margin: 0;
    top: 0;
    left: auto;
    right: auto;
  }
  .bi-hero {
    position: relative;
    top: 0;
  }
  .bi-inside-page-hero {
    position: relative;
    top: 0;
    z-index: 1;
    height: 70vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bi-page .bi-niche-topper {
    max-width: 800px;
    bottom: calc(100% + 5rem);
  }
  .bi-thirds-up {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .bi-thirds-up .bi-item.bi-two-thirds {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    -ms-flex-basis: 66.3333333333%;
    -ms-width: 66.3333333333%;
    -ms-max-width: 66.3333333333%;
  }
  .bi-thirds-up .bi-item.bi-one-third {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    -ms-flex-basis: 33%;
    -ms-width: 33%;
    -ms-max-width: 33%;
  }
  .bi-thirds-up.bi-reverse {
    flex-direction: row-reverse;
  }
  .bi-bullets.three {
    column-count: 3;
  }
  .bi-four-up .bi-item {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    -ms-flex-basis: 24.75%;
    -ms-width: 24.75%;
    -ms-max-width: 24.75%;
  }
  .bi-five-up .bi-item {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
    -ms-flex-basis: 19.8%;
    -ms-width: 19.8%;
    -ms-max-width: 19.8%;
  }
  .bi-five-up .bi-item:last-child {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .bi-six-up .bi-item {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    -ms-flex-basis: 16.5%;
    -ms-width: 16.5%;
    -ms-max-width: 16.5%;
  }
  .bi-six-up .bi-item:last-child {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}