/**
 * Retrieves the breakpoint form the breakpoints map
 * @param  {string} $name [description]
 * @return {string}       [description]
 */
/**
 * Retrieves a color definition from a palette
 * @param  {[type]} $palette [description]
 * @param  {[type]} $tone:   'font'        [description]
 * @return {[type]}          [description]
 */
/**
 * Does a simple conversion of pixels to rem units
 * @param  {[type]} $pixels Font size in the format 11px
 * @return {[type]}         Fonr size in teh format 1.2rem
 */
.animal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px;
  border: 1px solid #29aae2;
  margin-bottom: 15px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 800px) {
    .animal {
      margin-left: 0;
      margin-right: 0; } }

.animal__photo {
  min-width: 45%;
  width: 45%;
  padding-right: 15px; }

.animal__photo-img {
  width: 100%;
  max-width: 100%; }

.animal__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3; }

.animal__name {
  font-weight: bold;
  margin-bottom: 10px; }

.animal__profile-link {
  text-align: right;
  margin-top: 10px; }

.animal__profile-link a {
  text-decoration: none; }

.animal-filter {
  margin: 20px 0 30px 0; }

.animal-filter__form {
  display: block;
  text-align: center; }
  @media (min-width: 800px) {
    .animal-filter__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

.animal-filter__form__file {
  margin: 5px 0; }

.animal-filter__form select::-ms-expand {
  display: none; }

.animal-list__content {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 800px) {
    .animal-list__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media (min-width: 800px) {
  .animal-list__content > .animal {
    width: 48%; } }

@media (min-width: 1200px) {
  .animal-list__content > .animal {
    width: 32%; } }

.animal-photo-slider {
  display: block;
  margin: 0 auto; }

.animal-photo-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%; }

.animal-photo-slider__img--active {
  visibility: visible;
  z-index: 2; }

.animal-photo-slider__sentinel {
  position: relative;
  width: 100%;
  z-index: 0; }

.animal-photo-slider__nav {
  text-align: center;
  font-size: 2.22222rem; }

.animal-photo-slider__nav-item {
  display: inline-block;
  margin: 0 0.83333rem;
  text-decoration: none; }

.animal-photo-slider__nav .animal-photo-slider__nav-item--active {
  color: #fec13e; }

.animal-photo-slider__photos {
  display: block;
  position: relative;
  top: 0;
  left: 0; }

.animal-profile {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 3vw;
  border: 1px solid #29aae2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 600px) {
    .animal-profile {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.animal-profile__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.55556rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 600px) {
    .animal-profile__buttons {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

@media (min-width: 600px) {
  .animal-profile__photos {
    margin-right: 3vw; } }

@media (min-width: 600px) {
  .animal-profile__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%; } }

@media (min-width: 600px) {
  .animal-profile__photos {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%; } }

@media (min-width: 600px) {
  .animal-profile__info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.animal-profile__bio > *,
.animal-profile__info-bottom > *,
.animal-profile__share > * {
  margin: 10px 0; }

@media (min-width: 600px) {
  .animal-profile__bio {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; } }

.animal-profile__info .animal__name {
  font-size: 20pt;
  font-weight: bold; }

.animal-profile__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 600px) {
    .animal-profile__sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 35%;
              flex: 0 0 35%;
      gap: 0.88889rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.animal-vip-badge {
  max-width: 300px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 18%;
  z-index: 10; }
  @media (min-width: 600px) {
    .animal-vip-badge {
      z-index: -1; } }
  .animal-profile .animal-vip-badge {
    position: relative;
    width: auto; }

.animal-vip-badge__img {
  display: block;
  width: 100%; }

.button-link {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #29aae2;
  -webkit-box-shadow: 3px 3px #ccc;
          box-shadow: 3px 3px #ccc; }

.animal__info-label {
  font-weight: bold; }

.animal__info-label::after {
  content: ':'; }

.ospca_mym_loading {
  text-align: center;
  width: 100%; }

.ospca-mym-shortcode-mym-color--Purple {
  color: #6b2c91; }

.ospca-mym-shortcode-mym-color--Green {
  color: #9bcd65; }

.ospca-mym-shortcode-mym-color--Orange {
  color: #fec13e; }

.transferred-animal-indicator img {
  display: block;
  width: 135px; }

.share-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.share-url--horizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.share-url__label {
  margin-right: 5px; }

.share-url--horizontal .share-url__label {
  margin-bottom: 5px;
  margin-right: 0; }

.share-url__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.share-url__icons__icon {
  width: 24px;
  height: 24px;
  margin: 0 .5vw; }

.share-url__icons__icon img {
  display: block;
  max-width: 100%;
  /** Set height for IE11 **/
  height: 100%; }

.nav-buttons__link {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #545454;
  cursor: default;
  margin: 3px;
  padding: 10px;
  pointer-events: none;
  text-decoration: none; }

.nav-buttons__link:hover {
  color: #0076bb; }

.nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.nav-buttons__link--active {
  background-color: rgba(41, 170, 226, 0.15);
  cursor: pointer;
  pointer-events: auto; }

.nav-buttons__link--active:hover {
  color: #545454;
  background-color: rgba(41, 170, 226, 0.15); }

.ospca-mym__list {
  font-size: 0.88889rem;
  line-height: 1.22222rem; }

.ospca-mym-ad {
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  width: 100%; }
  @media (max-width: 799px) {
    .ospca-mym-ad {
      margin-top: 32px;
      max-width: 600px; } }
