.pet-variety,
.pet-variety select,
.gender,
.gender select,
.pet-source,
.pet-source select {
  position: relative;
  display: block;
  padding: 10px 10px 10px 5px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.pet-variety, .pet-source, .gender {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.pet-variety select {
  width: 100%;
}
.pet-source select {
  width: 100%;
}
.gender select {
  width: 100%;
}

.pet-variety select::-ms-expand {
  display: none;
}

.pet-source select::-ms-expand {
  display: none;
}

.gender select::-ms-expand {
  display: none;
}

.pet-variety select:invalid {
  color: #757575;
}

.pet-source select:invalid {
  color: #757575;
}

.gender select:invalid {
  color: #757575;
}

.pet-variety:after,
.pet-source:after,
.gender:after {
  content: '';
  position: absolute;
  top: 50%;
  right: .5rem;
  display: inline-block;
  width: 24px;
  height: 32px;
  margin-top: 0;
  pointer-events: none;
  border: none;
  background-position: 0 42.86%;
  background-image: url(https://d1a19ys8w1wkc1.cloudfront.net/royal-canin.sprite--iconography--xs.svg?v=8-11-9);
  background-repeat: no-repeat;
  z-index: 3;
  overflow: hidden;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.pet-variety:hover:after,
.pet-source:hover:after,
.gender:hover:after
 {
  background-image: url(https://d1a19ys8w1wkc1.cloudfront.net/royal-canin.sprite--brand1--xs.svg?v=8-11-9);
}

.pet-variety.is-open:after,
.pet-source.is-open:after,
.gender.is-open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.pet-variety select:focus,
.pet-source select:focus,
.gender select:focus {
  outline: 5px auto #212121;
}

select#pet_breed_code option {
  display: block;
  white-space: nowrap;
  position: relative;
  padding: 10px !important;
  font-size: 14px;
  line-height: 1.5;
}

.pet_birthday-wrap {
  position: relative;
}

.pet_birthday {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 5px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
  font-size: 18px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

select#pet_source option {
  display: block;
  white-space: nowrap;
  position: relative;
  padding: 10px !important;
  font-size: 14px;
  line-height: 1.5;
}

select#gender option {
  display: block;
  white-space: nowrap;
  position: relative;
  padding: 10px !important;
  font-size: 14px;
  line-height: 1.5;
}

.owner_birthday-wrap {
  position: relative;
}

.owner_birthday {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 5px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
  font-size: 18px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}


input[type="date"] {
  position: relative;
  z-index: 1;
}

input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
 
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.bottom-note p {
  text-align: justify;
}

.rc-styled-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3)!important;
  overflow: visible;
}

.rc-styled-link:hover {
  border-bottom: 1px solid #e2001a!important;
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.c-modal_content {
  background: rgba(0, 0, 0, 0.445);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.c-modal_content_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  width: 810px;
}

@media screen and (min-width: 768px) {
  .pet_birthday-wrap::after, .owner_birthday-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    height: 32px;
    overflow: hidden;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-image: url(https://d1a19ys8w1wkc1.cloudfront.net/royal-canin.sprite--iconography--xs.svg?v=8-11-9);
    background-position: 9.09% 28.57%;
    background-repeat: no-repeat;
    width: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .pet_birthday-wrap, .owner_birthday-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3em;
  }

  .pet_birthday-wrap span {
    margin-right: 20px;
  }

  .owner_birthday-wrap span {
    margin-right: 20px;
  }

  .pet_birthday-wrap select {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 25%;
    padding: 10px 10px 10px 5px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    outline: none;
    font-size: 18px;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .owner_birthday-wrap select {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 25%;
    padding: 10px 10px 10px 5px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    outline: none;
    font-size: 18px;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .pet_birthday-wrap::after {
    content: none;
  }

  .owner_birthday-wrap::after {
    content: none;
  }

}

@media screen and (max-width: 767px) {
  .pet_birthday-wrap, .owner_birthday-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3em;
  }

  .pet_birthday-wrap select {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 20%;
    padding: 10px 10px 10px 5px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    outline: none;
    font-size: 18px;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .owner_birthday-wrap select {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 20%;
    padding: 10px 10px 10px 5px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    outline: none;
    font-size: 18px;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .rc-text--left--mobile {
    text-align: justify;
  }

  .rc-text--right {
    text-align: right;
  }

  .c-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }

  .c-modal_content {
    background: rgba(0, 0, 0, 0.445);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
  }

  .c-modal_content_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 2%;
    width: 95%;
  }

}

.rc-styled-link, .rc-styled-link--cta, .rc-styled-link--external, .rc-styled-link--new-window, .rc-wysiwyg a {
  display: inline;
  padding-bottom: 0;
}

footer ol {
  list-style: none;
}

@media screen and (min-width: 768px) {
  footer ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  footer ol {
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  footer ol li {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 768px) {
  footer ol li:not(:last-child) {
    margin-right: 0.8em;
    padding-right: 0.8em;
    border-right: #fff solid 1px;
  }
}

@media screen and (max-width: 767px) {
  footer ol li:not(:last-child) {
    margin-bottom: 10px;
  }
}


footer ol li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .rc-modal__content {
    padding: 5rem 3rem!important;
  }
}

.rc-modal__content a {
  color: #666;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}