.rx-footer {
  background-color: rgb(5, 5, 5);
  position: relative;
  margin: 35px 0 0 0;
}

.rx-footer label {
  display: block;
}

.rx-footer span {
  display: flex;
  padding: 15px 0;
}

.rx-footer select,
.rx-footer input,
.rx-footer textarea {
  border: 5px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: inset 0 0 18px rgba(235, 105, 135, 0);
  padding: 15px;
  width: 100%;
  outline: none;
  transition: 1s;
}

.rx-footer .select-label-option {
  color: rgb(85, 85, 85);
}

.rx-footer .other-input {
  display: none;
}

.rx-footer input:focus,
.rx-footer textarea:focus {
  border: 5px solid rgb(235, 35, 105);
  box-shadow: inset 0 0 18px rgb(235, 105, 135);
}

.rx-submit-btn,
.rx-footer button[type="submit"] {
  background-image: linear-gradient(rgb(35, 145, 185), rgb(85, 135, 135));
  border-radius: 5px;
  border: none;
  filter: hue-rotate(0);
  color: white;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  padding: 25px;
  position: relative;
  text-align: center;
  transition: 1.235s;
}

.rx-submit-btn:hover,
.rx-footer button[type="submit"]:hover {
  filter: hue-rotate(135deg);
}

.rx-submit-btn:focus,
.rx-footer button[type="submit"]:focus {
  filter: hue-rotate(-185deg);
}

.rx-submit-btn::after,
.rx-footer button[type="submit"]::after {
  border: 1px solid white;
  border-radius: 5px;
  content: '';
  inset: 3px;
  opacity: 0;
  position: absolute;
  transition: .375s;
}

.rx-submit-btn:hover:after
.rx-footer button[type="submit"]:hover:after {
  opacity: .375;
}

.rx-footer .contact-info p {
  font-size: 32px;
  margin: 0 0 35px 0;
  padding: 0;
}

.rx-footer .contact-info br + div,
.rx-footer .contact-info br + span {
  align-items: center;
  aspect-ratio: unset;
  border: 1px solid rgb(35, 35, 35);
  border-radius: 18px;
  color: rgb(185, 185, 185);
  display: flex;
  flex: 1;
  flex-flow: row;
  justify-content: center;
  letter-spacing: 1px;
  margin: 25px auto 25px auto;
  padding: 15px 7.35%;
  position: unset;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  word-wrap: anywhere;
}

.rx-footer .contact-info br + div a {
  aspect-ratio: unset;
  color: white;
  display: flex;
  position: relative;
  margin: 0 0 0 auto;
  text-decoration: none;
  width: unset;
}

.rx-footer .contact-info br + div button {
  aspect-ratio: 1/1;
  border: none;
  border-radius: 8px;
  margin: 0 0 0 auto;
  padding: 5px;
  width: 45px;
  z-index: 1;
}

.rx-footer .contact-info br + div button:focus img {
  filter: invert(1) brightness(.5);
}

.rx-footer .contact-info br + div button img {
  filter: invert(1);
  width: 35px;
}

.content-col article:first-of-type {
  min-width: 43.75%;
}

.footer-buttons {
  display: flex;
  flex-flow: column;
}

.footer-buttons a,
.footer-buttons button {
  cursor: pointer;
}

.consult-container {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 2.5% 5% 0 5%;
}

.consult-page {
  padding: 0 5%;
  margin: -5% 0 0 0;
}

.footer-divider {
  background:  linear-gradient(-48deg, rgb(136, 176, 136) 7.36%, rgb(235, 76, 136), rgb(36, 136, 176) 86%);
  margin: 3ch auto 3ch auto;
  height: 3px;
  max-width: 436px;
  width: 100%;
}

.msg-cta-button {
  align-items: center;
  background-image: linear-gradient(rgb(35, 145, 185), rgb(85, 135, 135));
  border-radius: 5px;
  border: none;
  color: white;
  display: flex;
  filter: hue-rotate(-38deg);
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: .435ch;
  justify-content: center;
  max-width: 600px;
  min-height: 60px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .736s;
  width: 100%;
}

.msg-cta-button:hover {
  filter: hue-rotate(176deg);
}

.msg-cta-button:focus {
  filter: hue-rotate(-185deg);
}

.rx-footer .company-registry {
  font-size: clamp(16px, 80%, 100%);
  line-height: 2;
}

.rx-footer .centered {
  text-align: center;
}

.rx-footer p a.footer-link {
  text-decoration-style: solid;
  text-decoration-color: rgba(236, 236, 236, .135);
  text-decoration: underline;
}

.rx-footer p a.footer-link::after {
  display: none;
}

@media only screen and (max-width: 500px) {
  .msg-cta-button {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .rx-footer .contact-info p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 300px) {
  .msg-cta-button {
    font-size: 12px;
  }
}
