#priceTable td:nth-child(2){
    text-align: right;
}

.dynamicLogo {
    font-family:"Century Gothic","Questrial", sans-serif;
    font-size: 1em;
}
.dynamicLogo .practiceName {
    font-size: 1.5em;
}

:focus {
  outline-color: #ffffff;
}

.richtext__clinic-modal a {
    text-decoration: underline;
    color:#23a9ce;
}

.nav__logo-text-2 {
    padding-left: 5rem;
    font-family: 'Century Gothic', 'Questrial', sans-serif;
    line-height: 1.4rem;
    font-weight: 400;
    font-size: 1.1rem;
    color: #999999;
  }
  
/* Disabled link styles */
a.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
/*
.hero__info-list {
    gap: 1.25rem;
}

@media only screen and (max-width: 47.9375em) {
    .hero__clinic-info--desktop {
    position: relative;
    left: -17em;
    top: 3em;
    width: 25em!important;
    color: white;
    }
}
*/