@charset "UTF-8";
/* Austin Regional Clinic Styles - Custom CSS modifications added by Austin Regional Clinic team */
/* Vertex: DO NOT add your styles here. This stylesheet should always be the last stylesheet included on any page. */
.dp__full-width {
  padding-left: 0;
}

.page-8087 .ss-hero-banner #buttonWrapper {
  position: relative !important;
}
.page-8087 .ss-hero-banner #buttonWrapper #shopBtn,
.page-8087 .ss-hero-banner #buttonWrapper #vaccineBtn{
  position: absolute;
  left: 16rem;
}

.page-18351 .hero-banner,
.page-18285 .hero-banner {
  background-color: #272E4B;
}
.page-18351 .hero-banner .columns,
.page-18285 .hero-banner .columns {
  align-items: center;
}
.page-18351 .hero-banner .columns > *.two-thirds,
.page-18285 .hero-banner .columns > *.two-thirds {
  max-width: 90vw;
}
@media screen and (max-width: 978px) {
  .page-18351 .hero-banner .columns > *.two-thirds,
  .page-18351 .hero-banner .columns > *.one-third,
  .page-18285 .hero-banner .columns > *.two-thirds,
  .page-18285 .hero-banner .columns > *.one-third {
    grid-column: span 12;
  }
}
.page-18351 .hero-banner #ma-logo,
.page-18285 .hero-banner #ma-logo {
  max-width: 80%;
  margin: 0 auto 2rem;
  display: block;
}
@media screen and (min-width: 978px) {
  .page-18351 .hero-banner #ma-logo,
  .page-18285 .hero-banner #ma-logo {
    max-width: 40%;
  }
}
.page-18351 .hero-banner h1,
.page-18285 .hero-banner h1 {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.page-18351 .hero-banner h2, .page-18351 .hero-banner h3,
.page-18285 .hero-banner h2,
.page-18285 .hero-banner h3 {
  color: #fff;
}
.page-18351 .hero-banner h2,
.page-18285 .hero-banner h2 {
  margin: -2rem 0 2rem;
  font-size: 4rem;
}
@media screen and (min-width: 978px) {
  .page-18351 .hero-banner h2,
  .page-18285 .hero-banner h2 {
    font-size: 5rem;
  }
}
.page-18351 .hero-banner h3,
.page-18285 .hero-banner h3 {
  margin: 2rem 0;
}
.page-18351 .content .wrapper.narrow,
.page-18285 .content .wrapper.narrow {
  max-width: 100rem;
}
.page-18351 .content .wrapper.narrow .h2,
.page-18285 .content .wrapper.narrow .h2 {
  font-size: 4.45rem;
}

.page-home .row-stories .btn-secondary {
  padding-right: 6rem;
  position: relative;
}
.page-home .row-stories .btn-secondary::after {
  content: '';
  display: block;
  background-image: url(/templates/ARCRD/Assets/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 4rem;
  width: 4rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1rem;
}
.page-home .row-stories .btn-secondary:hover::after, .page-home .row-stories .btn-secondary:focus::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(80deg) brightness(102%) contrast(102%);
}

@media print {
  html {
    background: #fff;
  }

  a {
    color: #000;
  }

  #headerAlertBar,
  .menu-header,
  .breadcrumbs,
  .btn,
  #hyro-frame,
  .video-popup,
  .site-footer .footer-upper,
  .site-footer .menu-footer,
  .site-footer hr,
  .site-footer .footer-lower ul {
    display: none !important;
  }

  .bgr-gray {
    background-color: #fff;
  }

  .site-header {
    box-shadow: none;
  }
  .site-header .logo {
    max-width: 20rem;
    display: block;
    margin: 0 auto;
  }

  .site-footer {
    background-color: #fff;
    color: #000;
  }

  .page-find-a-doc,
  .page-find-a-location {
    font-size: 1.2rem;
    line-height: 1;
  }
  .page-find-a-doc .row-search,
  .page-find-a-doc .row-filters,
  .page-find-a-doc .results-area .display-options,
  .page-find-a-doc .results-list .distance,
  .page-find-a-doc .results-footer,
  .page-find-a-location .row-search,
  .page-find-a-location .row-filters,
  .page-find-a-location .results-area .display-options,
  .page-find-a-location .results-list .distance,
  .page-find-a-location .results-footer {

    display: none !important;
  }
  .page-find-a-doc .results-list,
  .page-find-a-location .results-list {
    overflow-y: visible;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1.5rem;
    margin: 0;
    padding: 0;
  }
  .page-find-a-doc .results-list li,
  .page-find-a-location .results-list li {
    border: 1px solid #000;
    margin: 0;
    display: flex;
  }
  .page-find-a-doc .results-list li figure,
  .page-find-a-location .results-list li figure {
    margin: 0 1.5rem 0 0;
    flex: 0 0 10rem;
  }
  .page-find-a-doc .results-list li .icon-items .icon-left::before,
  .page-find-a-location .results-list li .icon-items .icon-left::before {
    display: none !important;
  }
  .page-find-a-doc .results-list li .details,
  .page-find-a-location .results-list li .details {
    display: inline-block;
  }
  .page-find-a-doc .results-list li .details .name,
  .page-find-a-doc .results-list li .details .specialty,
  .page-find-a-location .results-list li .details .name,
  .page-find-a-location .results-list li .details .specialty {
    text-align: left;
    font-size: 1.5rem;
  }
  .page-find-a-doc .results-list li .details .star-rating,
  .page-find-a-location .results-list li .details .star-rating {
    justify-content: flex-start;
    margin: 0;
  }
  .page-find-a-doc .results-list li .details .star-rating .star-mask,
  .page-find-a-location .results-list li .details .star-rating .star-mask {
    width: 8rem;
  }
  .page-find-a-doc .results-list li .details .icon-items,
  .page-find-a-location .results-list li .details .icon-items {
    margin-bottom: 0;
  }
  .page-find-a-doc .results-list li .details address a,
  .page-find-a-location .results-list li .details address a {
    display: none;
  }

  .page-find-a-location .results-list li figure {
    flex: 0 0 13rem;
  }

  .page-dl-detail .dl-detail-header {
    transform: none;
    margin-bottom: 0;
  }
  .page-dl-detail .dl-detail-header .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .page-dl-detail .dl-detail-header .wrapper figure {
    height: 40rem;
    width: 38%;
  }
  .page-dl-detail .dl-detail-header .wrapper figure img {
    object-fit: contain;
  }
  .page-dl-detail .dl-detail-header .wrapper .details {
    width: calc(62% - 4rem);
  }
  .page-dl-detail .dl-detail-header .wrapper .details .hours .status,
  .page-dl-detail .dl-detail-header .wrapper .details .hours .schedule-toggle {
    display: none !important;
  }
  .page-dl-detail .dl-detail-header .wrapper .details .hours .schedule-dropdown {
    display: block !important;
    padding: 0;
    border: none;
    position: static;
  }
  .page-dl-detail .dl-detail-header .wrapper .details .hours .schedule-dropdown .accordion-toggle {
    margin: 0;
    display: block;
  }
  .page-dl-detail .dl-detail-header .wrapper .details .hours .schedule-dropdown .accordion-toggle::before {
    height: 0;
    margin-right: 0;
  }
  .page-dl-detail .dl-detail-header .wrapper .details .hours .schedule-dropdown .accordion-content {
    display: block !important;
    padding: 0;
    margin-left: 0;
  }
  .page-dl-detail .dl-detail-header .wrapper .details .btm-row address .icon-directions {
    display: none;
  }
  .page-dl-detail .dl-detail-header .wrapper .details .btm-row .btn-group {
    width: auto;
    margin-top: 0;
  }
  .page-dl-detail .sidebar {
    display: none;
  }
  .page-dl-detail .content .section-heading {
    background-color: #fff;
  }
  .page-dl-detail .content .quote {
    display: none;
  }
  .page-dl-detail .content .clinic-hours {
    display: none;
  }
  .page-dl-detail .content .tns-outer {
    display: none;
  }
  .page-dl-detail .content .locations-hours > li figure {
    grid-row: 1 / 3;
  }
  .page-dl-detail .content .locations-hours > li {
    border: none;
    display: grid;
    grid-template-columns: 33% 50%;
    grid-gap: 1rem;
  }
  .page-dl-detail .content .locations-hours > li .location {
    justify-content: flex-start;
    padding: 0;
  }
  .page-dl-detail .content .locations-hours > li .location a.icon-left {
    display: none;
  }
  .page-dl-detail .content .locations-hours > li .hours {
    background-color: #fff;
    padding: 0;
  }
  .page-dl-detail .content .locations-hours > li .hours .accordion-toggle::before {
    height: 0;
    margin-right: 0;
  }
  .page-dl-detail .content .locations-hours > li .hours .accordion-content {
    display: block !important;
    padding: 0;
  }
  .page-dl-detail .content .locations-hours > li .hours .hours-address a {
    display: none;
  }
  .page-dl-detail .content .locations-hours > li figure img {
    width: auto;
    height: auto;
  }
  .page-dl-detail .content .definition-container {
    height: auto;
  }
  .page-dl-detail .content .definition-container .definition-list {
    overflow-y: visible;
    box-shadow: none;
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .page-dl-detail .content .definition-container .definition-list dt.selected {
    background-color: #fff;
    color: #000;
  }
  .page-dl-detail .content .specialties-grid {
    grid-template-columns: 50% 50%;
  }
  .page-dl-detail .content .providers-list {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .page-dl-detail .content .providers-list li {
    border-top: none;
  }
  .page-dl-detail .content .providers-list .sorting {
    display: none;
  }
  .page-dl-detail .content #Events,
  .page-dl-detail .content .events-section,
  .page-dl-detail .content #Resources,
  .page-dl-detail .content .resources-grid,
  .page-dl-detail .content #Mentions,
  .page-dl-detail .content #Mentions + div > .media-items {
    display: none !important;
  }
}
#mychart-tips-sidebar-accordion .accordion-content {
  margin-left: 0;
}
#mychart-tips-sidebar-accordion .accordion-content a {
  padding-left: 2.4rem;
}
#mychart-tips-sidebar-accordion .accordion-content a.selected {
  background-color: var(--color-gray-light);
}

.page-8109 .hero-content,
.page-7991 .hero-content,
.page-8113 .hero-content,
.page-8001 .hero-content,
.page-8000 .hero-content,
.page-8116 .hero-content,
.page-8117 .hero-content {
  text-align: center;
  margin-left: auto;
}
@media screen and (max-width: 979px) {
  .page-8109 .hero-banner,
  .page-7991 .hero-banner,
  .page-8113 .hero-banner,
  .page-8001 .hero-banner,
  .page-8000 .hero-banner,
  .page-8116 .hero-banner,
  .page-8117 .hero-banner {
    padding: 0;
  }
  .page-8109 .hero-banner .wrapper,
  .page-7991 .hero-banner .wrapper,
  .page-8113 .hero-banner .wrapper,
  .page-8001 .hero-banner .wrapper,
  .page-8000 .hero-banner .wrapper,
  .page-8116 .hero-banner .wrapper,
  .page-8117 .hero-banner .wrapper {
    width: 100vw;
  }
}
@media screen and (min-width: 980px) {
  .page-8109 .hero-content,
  .page-7991 .hero-content,
  .page-8113 .hero-content,
  .page-8001 .hero-content,
  .page-8000 .hero-content,
  .page-8116 .hero-content,
  .page-8117 .hero-content {
    max-width: 75rem;
  }
}
@media screen and (min-width: 768px) {
  .page-8109 .hero-banner,
  .page-7991 .hero-banner,
  .page-8113 .hero-banner,
  .page-8001 .hero-banner,
  .page-8000 .hero-banner,
  .page-8116 .hero-banner,
  .page-8117 .hero-banner {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.page-8109 #top-workplaces,
.page-7991 #top-workplaces,
.page-8113 #top-workplaces,
.page-8001 #top-workplaces,
.page-8000 #top-workplaces,
.page-8116 #top-workplaces,
.page-8117 #top-workplaces {
  margin-bottom: 5rem;
}
.page-8109 #top-workplaces li,
.page-7991 #top-workplaces li,
.page-8113 #top-workplaces li,
.page-8001 #top-workplaces li,
.page-8000 #top-workplaces li,
.page-8116 #top-workplaces li,
.page-8117 #top-workplaces li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.page-8109 #top-workplaces li img,
.page-7991 #top-workplaces li img,
.page-8113 #top-workplaces li img,
.page-8001 #top-workplaces li img,
.page-8000 #top-workplaces li img,

.page-8116 #top-workplaces li img,
.page-8117 #top-workplaces li img {
  max-height: 150px;
}

#contact-us p {
  margin: 1rem 0;
}
#contact-us p:last-child {
  margin-bottom: 0;
}

.page-18260 .ss-hero-banner {
  background-color: #272E4B;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-18260 .ss-hero-banner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .page-18260 .ss-hero-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("../svg/ss-hero-banner-border.svg");
    mask-image: url("../svg/ss-hero-banner-border.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: calc(50% - 9.2rem) top;
    mask-position: calc(50% - 9.2rem ) top;
    -webkit-mask-size: 18.5rem 100%;
    mask-size: 18.5rem 100%;
    position: absolute;
    background: inherit;
  }
}
@media screen and (min-width: 768px) {
  .page-18260 .ss-hero-banner div:first-of-type {
    flex: 0 0 50%;
    position: relative;
  }
}
.page-18260 .ss-hero-banner div:first-of-type img {
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: cover;
  object-position: 50% 20% !important;
}
@media screen and (min-width: 768px) {
  .page-18260 .ss-hero-banner div:first-of-type img {
    height: 40rem;
  }
}
.page-18260 .ss-hero-banner .hero-content {
  padding: 2rem;
  color: var(--color-white);
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-18260 .ss-hero-banner .hero-content {
    flex: 0 0 50%;
    padding: 2rem 4rem;
    max-width: 60rem;
  }
}
.page-18260 .ss-hero-banner .hero-content h1 {
  color: inherit;
  line-height: 0;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .page-18260 .ss-hero-banner .hero-content h1 + p {
    font-size: 1.8rem;
  }
}
.page-18260 .ss-hero-banner .hero-content .logo-text {
  display: inline-block;
  width: 35rem;
  height: 22rem;
  overflow: hidden;
  text-indent: -200vw;
  background: url("/templates/ARCRD/Assets/arc-medical-aesthetics-logo.svg") no-repeat center/contain;
  margin-bottom: -4rem;
  margin-top: -3rem;
}
@media only screen and (min-width: 980px) {
  .page-18260 .ss-hero-banner .hero-content .logo-text {
    width: 43rem;
    height: 26rem;
  }
}
.page-18260 .ss-hero-banner .hero-content p {
  display: inline;
}
.page-18260 .ss-hero-banner .hero-content p + p {
  margin-left: 1rem;
}
.page-18260 .ss-hero-banner .hero-content p:first-of-type {
  display: block;
}
.page-18260 .ss-hero-banner .hero-content .btn {
  background-color: #fff;
  color: #272E4B;
  border-width: .3rem;
}
.page-18260 .ss-hero-banner .hero-content .btn.btn-reverse {
  background-color: #272E4B;
  color: #fff;
  border-color: #fff;
}
.page-18260 .ss-hero-banner .hero-content .btn.btn-reverse:hover {
  background-color: #fff;
  color: #272E4B;
}
.page-18260 .ss-hero-banner .hero-content .btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.page-18260 #subscribe-btn {
  background-color: #272e4b;
  display: inline-block;
}
.page-18260 #subscribe-btn:hover {
  color: #272e4b;
  background-color: #fff;
}

.ss-hero-banner div:last-of-type .btn + .btn {
  margin-left: 1rem;
}

.product-promo a.btn-reverse:hover {
  color: #272e4b;
}
.product-promo + .product-promo a.btn-reverse:hover {
  color: #86b2cd;
}

.page-18232 .ss-hero-banner {
  background: #00b189;
  background: -webkit-linear-gradient(left, #00b189 0%, #3f8ecc 100%);
  background: -o-linear-gradient(left, #00b189 0%, #3f8ecc 100%);
  background: linear-gradient(to right, #00b189 0%, #3f8ecc 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-18232 .ss-hero-banner {
    background: -webkit-linear-gradient(left, #99cc66 0%, #00b189 50%, #3f8ecc 100%);
    background: -o-linear-gradient(left, #99cc66 0%, #00b189 50%, #3f8ecc 100%);
    background: linear-gradient(to right, #99cc66 0%, #00b189 50%, #3f8ecc 100%);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .page-18232 .ss-hero-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("../svg/ss-hero-banner-border.svg");
    mask-image: url("../svg/ss-hero-banner-border.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: calc(50% - 9.2rem) top;
    mask-position: calc(50% - 9.2rem ) top;
    -webkit-mask-size: 18.5rem 100%;
    mask-size: 18.5rem 100%;
    position: absolute;
    background: inherit;
  }
}
@media screen and (min-width: 768px) {
  .page-18232 .ss-hero-banner div:first-of-type {
    flex: 0 0 50%;
    position: relative;
  }
}
.page-18232 .ss-hero-banner div:first-of-type img {
  display: block;
  width: 100%;
  height: 25rem;
  object-fit: cover;
  object-position: 50% 20% !important;
}
@media screen and (min-width: 768px) {
  .page-18232 .ss-hero-banner div:first-of-type img {
    height: 40rem;
  }
}
.page-18232 .ss-hero-banner div:last-of-type {
  padding: 2rem;
  color: var(--color-white);
  position: relative;
  z-index: 4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-18232 .ss-hero-banner div:last-of-type {
    flex: 0 0 50%;
    padding: 2rem 4rem;
    max-width: 60rem;
  }
}
.page-18232 .ss-hero-banner div:last-of-type h1 {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .page-18232 .ss-hero-banner div:last-of-type h1 + p {
    font-size: 2.25rem;
  }
}
.page-18232 .ss-hero-banner div:last-of-type h1 + p {
  margin-top: -2rem;
}
.page-18232 .ss-hero-banner div:last-of-type .logo-text {
  display: inline-block;
  width: 35rem;
  height: 20rem;
  overflow: hidden;
  text-indent: -200vw;
  background: url("/templates/ARCRD/Assets/normanmd-logo-stacked-white.png") no-repeat center/contain;
}
@media only screen and (min-width: 980px) {
  .page-18232 .ss-hero-banner div:last-of-type .logo-text {
    width: 43rem;
  }
}
.page-18232 .ss-hero-banner div:last-of-type #btn-hero, .page-18232 .ss-hero-banner div:last-of-type .btn {
  background-color: #fff;
  color: #00B189;
  border-radius: 3rem;
  border-width: .3rem;
  margin-right: 1rem;
}
.page-18232 .ss-hero-banner div:last-of-type #btn-hero:hover, .page-18232 .ss-hero-banner div:last-of-type .btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.page-18232 .content {
  padding: 6rem 0;
}
.page-18232 .content .norman-btn {
  border-radius: 3rem;
  border-width: .3rem;
  background-color: #3F8ECC;
}
.page-18232 .content .norman-btn:hover {
  color: #fff;
  background-color: #1E5682;
  border-color: #1E5682;
}
.page-18232 .content .norman-btn:focus {
  color: #fff;
}
.page-18232 .content h2,
.page-18232 .content .h2 {
  font-size: 3.5rem;
}
.page-18232 .content .card {
  border: solid 1px #DCDCDC;
  -webkit-box-shadow: 0 1rem 1rem 0 #dcdcdc;
  -moz-box-shadow: 0 1rem 1rem 0 #DCDCDC;
  box-shadow: 0 1rem 1rem 0 #dcdcdc;
}
.page-18232 .content .card .card-title {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 500;
}
.page-18232 .content .card .card-title + p {
  margin-top: 1rem;
}
.page-18232 .content .card img {
  max-width: 5rem;
}
@media screen and (min-width: 980px) {
  .page-18232 .content .card img {
    max-width: 6rem;
  }
}
.page-18232 .content #spacer {
  display: none;
}
.page-18232 .content #spacer + .card {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page-18232 .content #spacer {
    display: block;
  }
  .page-18232 .content #spacer + .card {
    margin-top: 2rem;
  }
  .page-18232 .content .one-third {
    grid-column: span 5;
  }
  .page-18232 .content .two-thirds {
    margin-left: 10rem;
    grid-column: span 7;
  }
}
.page-18232 .content.bg-green {
  background-color: #00B189;
}
.page-18232 .content.bg-green p {
  margin-bottom: -9rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-18232 .content.bg-green p {
    margin-bottom: -12rem;
  }
}
.page-18232 .content.bg-green p .icon-play {
  display: block;
  width: 9rem;
  height: 9rem;
  overflow: hidden;
  text-indent: -100vw;
  background: url(../svg/icon-play.svg) no-repeat center/contain;
  opacity: .75;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-18232 .content.bg-green p .icon-play:hover {
  opacity: 1;
}
.page-18232 .content.bg-green p img {
  display: inline;
}
.page-18232 .content.bg-blue {
  background-color: #DCF1F9;
}
.page-18232 .content #what-we-treat-promo {
  list-style: none;
  margin: 0;
  padding: 4rem 0;
}
.page-18232 .content #what-we-treat-promo > li {
  margin: 0;
}
.page-18232 .content #what-we-treat-promo .checklist {
  margin: 2rem 0;
}
.page-18232 .content #what-we-treat-promo .checklist li {
  list-style-type: "\2713";
  padding-inline-start: 1ch;
}
.page-18232 .content #what-we-treat-promo .checklist li::marker {
  color: #3F8ECC;
}
@media screen and (min-width: 768px) {
  .page-18232 .content #what-we-treat-promo {
    display: grid;
    grid-template-columns: minmax(min-content, 36rem) minmax(min-content, 60rem);
    grid-template-rows: auto 1fr;
    grid-gap: 4rem 4rem;
    align-items: start;
    max-width: 100rem;
    margin: 0 auto;
  }
  .page-18232 .content #what-we-treat-promo > li:nth-child(2) {
    grid-area: 1 / 2 / 3 / 3;
  }
  .page-18232 .content #what-we-treat-promo .checklist {
    margin: 0;
  }
  .page-18232 .content #what-we-treat-promo .checklist > li {
    margin-bottom: 1rem;
  }
}
.page-18232 .plans-toggle {
  text-align: center;
}
.page-18232 .plans-toggle label {
  border: .1rem solid #0F2E45;
  display: inline-block;
  padding: 1em 1.5em;
  position: relative;
  text-align: center;
  transition: color 200ms ease-in-out;
  font-weight: 700;
  background-color: var(--color-white);
}
.page-18232 .plans-toggle input[type=radio].toggle {
  display: none;
}
.page-18232 .plans-toggle input[type=radio].toggle + label {
  cursor: pointer;
  position: relative;
}
.page-18232 .plans-toggle input[type=radio].toggle + label:hover {
  color: #0F2E45;
}
.page-18232 .plans-toggle input[type=radio].toggle + label:after {
  background: #0F2E45;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms ease-in-out;
  width: 100%;
  z-index: -1;
}
.page-18232 .plans-toggle input[type=radio].toggle.toggle-left + label {
  border-right: 0;
  border-bottom-left-radius: 2em;
  border-top-left-radius: 2em;
}
.page-18232 .plans-toggle input[type=radio].toggle.toggle-left + label:after {
  left: 60%;
  border-radius: 2em;
}
.page-18232 .plans-toggle input[type=radio].toggle.toggle-right + label {
  border-bottom-right-radius: 2em;
  border-top-right-radius: 2em;
  border-left-width: 0;
  margin-left: -.26em;
}
.page-18232 .plans-toggle input[type=radio].toggle.toggle-right + label:after {
  left: -100%;
  border-radius: 2em;
}
.page-18232 .plans-toggle input[type=radio].toggle:checked + label {
  cursor: default;
  color: #fff;
  transition: color 200ms ease-in-out;
  z-index: 4;
}
.page-18232 .plans-toggle input[type=radio].toggle:checked + label:after {
  left: 0;
}
.page-18232 .plans-toggle .plans-list {
  display: none;
}
.page-18232 .plans-toggle input[type="radio"]#individual:checked ~ .individual-plans,
.page-18232 .plans-toggle input[type="radio"]#family:checked ~ .family-plans {
  display: block;
}
.page-18232 .plans-list {
  list-style: none;
  margin: 0;
  padding: 3rem 0 0 0;
}
.page-18232 .plans-list > li {
  position: relative;
  margin: 2rem 0;
  border: .1rem solid #ccc;
  border-radius: 1.5rem;
  background-color: var(--color-white);
}
.page-18232 .plans-list > li:before {
  display: none;
}
.page-18232 .plans-list .yearly {
  margin-top: 4rem;
}
.page-18232 .plans-list .best-value {
  display: block;
  position: absolute;
  z-index: 1;
  top: -4rem;
  left: 2rem;
  width: auto;
  height: 4rem;
  padding: 0 2rem;
  color: var(--color-white);
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #0F2E45;
  border-radius: 1rem 1rem 0 0;
}
.page-18232 .plans-list .best-value i {
  color: #00B189;
  font-size: 2.4rem;
  line-height: inherit;
  font-style: normal;
}
.page-18232 .plans-list .header {
  position: relative;
  z-index: 2;
  margin: -.1rem;
  padding: 2rem;
  color: var(--color-white);
  text-align: left;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.page-18232 .plans-list .header h3 {
  margin: 0;
  color: var(--color-white);
}
.page-18232 .plans-list .header .price {
  display: block;
  font-size: 2.4rem;
  line-height: 3.2rem;
  white-space: nowrap;
}
.page-18232 .plans-list .header .price strong {
  font-weight: normal;
}
.page-18232 .plans-list .header .billing {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.page-18232 .plans-list .details {
  display: block;
  padding: 0 2rem;
  text-align: left;
}
.page-18232 .plans-list .details p {
  margin: 2rem 0;
}
.page-18232 .plans-list .details br {
  display: none;
}
.page-18232 .plans-list .details ul {
  margin: 2rem 0;
  padding-left: 2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.page-18232 .plans-list .details ul > li {
  list-style-type: "—";
  padding-inline-start: 1ch;
  margin: .5rem 0;
}
.page-18232 .plans-list .details .insured.mobile-only {
  color: #808080;
  font-size: 1.2rem;
  line-height: 2rem;
}
.page-18232 .plans-list .btn {
  border-radius: 3rem;
}
.page-18232 .plans-list .btn:hover {
  color: #fff;
}
.page-18232 .plans-list .hourly .header {
  background-color: #7AAE32;
}
.page-18232 .plans-list .hourly .btn {
  background-color: #7AAE32;
}
.page-18232 .plans-list .hourly .btn:hover {
  color: #7AAE32;
  background-color: #fff;
}
.page-18232 .plans-list .yearly .header {
  background-color: #00B189;
}
.page-18232 .plans-list .yearly .btn {
  background-color: #00B189;
}
.page-18232 .plans-list .yearly .btn:hover {
  color: #00B189;
  background-color: #fff;
}
.page-18232 .plans-list .monthly .header {
  background-color: #3F8ECC;
}
.page-18232 .plans-list .monthly .btn {
  background-color: #3F8ECC;
}
.page-18232 .plans-list .monthly .btn:hover {
  color: #3F8ECC;
  background-color: #fff;
}
.page-18232 .plans-list .hourly .details .summary em {
  color: #7AAE32;
}
.page-18232 .plans-list .yearly .details .summary em {
  color: #00B189;
}
.page-18232 .plans-list .monthly .details .summary em {
  color: #3F8ECC;
}
.page-18232 .mobile-hide {
  display: none;
}
@media only screen and (min-width: 375px) {
  .page-18232 .plans-toggle input[type="radio"] + label {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 420px) {
  .page-18232 .plans-toggle input[type="radio"] + label {
    font-size: 1.6rem;
  }
  .page-18232 .plans-list .header {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 1fr auto;
    grid-column-gap: 2rem;
  }
  .page-18232 .plans-list .header h3 {
    grid-area: 1 / 1 / 3 / 2;
    align-self: end;
    text-align: left;
  }
  .page-18232 .plans-list .header .price {
    grid-area: 2 / 2 / 3 / 3;
    text-align: right;
  }
  .page-18232 .plans-list .header .billing {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
    text-align: right;
  }
}
@media only screen and (min-width: 980px) {
  .page-18232 .plans-toggle input[type="radio"]#individual:checked ~ .individual-plans,
  .page-18232 .plans-toggle input[type="radio"]#family:checked ~ .family-plans {
    display: flex;
  }
  .page-18232 .plans-list {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    padding-top: 5rem;
  }
  .page-18232 .plans-list > li {
    display: flex;
    flex-flow: column nowrap;
    width: 33.333%;
    max-width: 33rem;
    margin: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .page-18232 .plans-list .yearly {
    order: 2;
    z-index: 3;
    max-width: 36rem;
    margin-left: -.1rem;
    margin-right: -.1rem;
    background-color: #F8F8F8;
    box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  }
  .page-18232 .plans-list .hourly {
    order: 1;
  }
  .page-18232 .plans-list .monthly {
    order: 3;
  }
  .page-18232 .plans-list .hourly,
  .page-18232 .plans-list .monthly {
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
  .page-18232 .plans-list .best-value {
    left: 12.5%;
    right: 12.5%;
    width: 75%;
  }
  .page-18232 .plans-list .header {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    min-height: 16rem;
    padding: 1rem 1rem 0 1rem;
  }
  .page-18232 .plans-list .yearly .header {
    min-height: 20rem;
  }
  .page-18232 .plans-list .header h3 {
    align-self: unset;
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .page-18232 .plans-list .header .price {
    margin: .5rem 0 1rem 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .page-18232 .plans-list .header .price strong {
    font-size: 4rem;
    line-height: 1;
  }
  .page-18232 .plans-list .header .billing {
    align-self: unset;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .page-18232 .plans-list .details {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    flex-grow: 1;
    text-align: center;
  }
  .page-18232 .plans-list .details br {
    display: block;
  }
  .page-18232 .plans-list .monthly .summary,
  .page-18232 .plans-list .hourly .summary {
    margin: 3rem 0;
  }
  .page-18232 .plans-list .details ul {
    flex-grow: 1;
    padding: 0;
    margin: 0;
    border-top: .1rem solid #ccc;
  }
  .page-18232 .plans-list .yearly .details ul {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .page-18232 .plans-list .details ul > li {
    list-style: none;
    margin: 0;
    padding: 1rem 0;
    border-bottom: .1rem solid #ccc;
  }
  .page-18232 .plans-list .details ul > li:before {
    display: none;
  }
  .page-18232 .plans-list .yearly ul + p {
    margin-bottom: 4rem;
  }
  .page-18232 .plans-list + .insured {
    margin-top: 3rem;
    color: #808080;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .page-18232 .mobile-hide {
    display: inherit;
  }
  .page-18232 .mobile-only {
    display: none;
  }
}

.resource .links {
  max-height: 38rem;
  overflow-y: auto;
}

/*#book-now-fixed{
	@media screen and (min-width: 768px) {
		display: none;
	}
	position: fixed;
	bottom: 0;
	left: 0;
	background: $white;
	padding: 1.5rem 0;
	width: 100%;
	border-top: solid 1px $gray;
	z-index: 100;
	.btn{
		display: inline-block;
		width: 75%;
		margin: 0 12.5%;
	}
}*/
img {
  transform: scale(1);
}

#headerAlertBar .wrapper p a {
  margin-right: 1.5rem;
}
#headerAlertBar .wrapper p a + a {
  border-left: 2px solid #fff;
  padding-left: 1.5rem;
}

.popup-content table {
  width: 100%;
  border-collapse: collapse;
}
.popup-content table tr {
  border-bottom: solid 1px #afb6ba;
}

.mfp-container {
  padding: 4rem !important;
}

.mfp-iframe-scaler iframe[src*="mychart.austinregionalclinic.com"],
.mfp-iframe-scaler iframe[src="/book-now"],
.mfp-iframe-scaler iframe[src="/book-now/after-hours-vaccine"],
iframe#openSchedulingFrame{
  padding-left: 2rem;
  background-color: #fff;
  border-radius: 1rem;
}

#ParkingInfo {
  padding-top: 3rem;
}
#ParkingInfo .icon-parking:before {
  color: #4b116f;
}

#parking-alert {
  background: #CC3721;
  color: #fff;
  padding: 1rem 4rem;
  margin-top: -2rem;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
#parking-alert:before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2rem;
  -webkit-mask: url(/templates/arcrd/svg/icon-alert.svg) no-repeat center;
  mask: url(/templates/arcrd/svg/icon-alert.svg) no-repeat center;
  background-color: #fff;
  margin: .5rem 1rem -.5rem 0;
}
#parking-alert a {
  color: #fff;
  text-decoration: underline;
}

#benefits img {
  max-height: 75px;
}

#download-mychart-callout .columns .two-thirds {
  display: grid;
  align-content: center;
}
#download-mychart-callout .columns .two-thirds .text-white {
  font-size: 4.5rem;
  line-height: 5rem;
}
#download-mychart-callout .columns .two-thirds .btn-group {
  justify-content: center;
}
#download-mychart-callout .columns .one-third {
  display: none;
}

.ss-hero-banner .hero-img img {
  object-position: 50% 20% !important;
}

.page-18258 .ss-hero-banner .hero-img img {
  object-position: 50% 5% !important;
}

#careers-apply-today {
  text-align: center;
}
#careers-apply-today li {
  position: relative;
}
#careers-apply-today li a:last-of-type {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-transform: none !important;
  white-space: nowrap;
  font-size: 1.4rem;
}

.ph-directory th,
.ph-directory td {
  vertical-align: middle;
}

.questionnaire .appointment-question {
  display: none;
  padding-top: 3.5rem;
  border-top: 0.1rem solid #afb6ba;
  width: 100%;
  margin: 3.5rem auto 0;
  text-align: center;
}
.questionnaire .appointment-question.default {
  display: block;
  padding-top: 0;
  margin-top: 0;
  border-top: 0 none;
}
.questionnaire .appointment-question > *:first-child {
  margin-top: 0;
}
.questionnaire .appointment-question > *:last-child {
  margin-bottom: 0;
}
.questionnaire .appointment-question .btn-group {
  border: 0.2rem solid #9361a6;
  overflow: hidden;
  border-radius: 1.5rem;
  column-gap: 0;
  align-items: center;
  flex-flow: row wrap;
}
.questionnaire .appointment-question .btn-group > .btn {
  border-radius: 0;
  border: none;
  border-right: 0.2rem solid #9361a6;
  min-width: 6.5rem;
  background: #fff;
  color: #9361a6;
}
.questionnaire .appointment-question .btn-group > .btn:hover, .questionnaire .appointment-question .btn-group > .btn.selected, .questionnaire .appointment-question .btn-group > .btn.selected:hover {
  color: #fff;
  background-color: #9361a6;
}
.questionnaire .appointment-question .btn-group > .btn:last-child {
  border-right: none;
}
.questionnaire .appointment-question #visitTypeButtons {
  display: inline-flex;
  gap: 1rem;
}
.questionnaire .appointment-question ul.choices {
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.questionnaire .appointment-question ul.choices > li + li {
  margin-top: 0;
}
.questionnaire .appointment-question ul.choices > li a.btn {
  width: 100%;
  border: 0.2rem solid #9361a6;
  border-radius: 1.5rem;
  background: #fff;
  color: #9361a6;
}
.questionnaire .appointment-question ul.choices > li a.btn:hover,
.questionnaire .appointment-question ul.choices > li a.btn.selected{
  color: #fff;
  background-color: #9361a6;
}
.questionnaire .appointment-question ul.choices:not(.flex) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 1.5rem;
  align-items: center;
}
.questionnaire .appointment-question ul.choices.flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
}
.questionnaire .appointment-question ul.choices.flex li {
  max-width: 25rem;
  flex: 1 1 0;
}
.questionnaire .appointment-question ul:not(.choices) {
  text-align: left;
}
.questionnaire .appointment-question #hours-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.questionnaire .appointment-question #hours-table thead {
  background-color: #4b116f;
  color: #fff;
}
.questionnaire .appointment-question #hours-table thead th {
  padding: 1rem 0;
}
.questionnaire .appointment-question #hours-table thead th:nth-of-type(2) {
  border-right: 1px solid #fff;
}
.questionnaire .appointment-question #hours-table tbody tr td {
  border-right: #444 solid 1px;
  padding: .5rem;
}
.questionnaire .appointment-question #hours-table tbody tr td:last-of-type {
  border-right: 0;
}
.questionnaire .appointment-question #hours-table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
.questionnaire iframe.MyChartIframe {
  width: 100%;
  overflow: hidden;
  border: none;
}

div.accordion {
  padding: 0;
  margin-top: 0;
  overflow: hidden;
}
div.accordion > div {
  margin: 0;
  padding: 0;
  border-bottom: 0.1rem solid var(--color-gray);
}

.specialties-grid img {
  object-position: left;
}

@media screen and (min-width: 768px) {
  #download-mychart-callout {
    margin-top: 8rem;
  }
  #download-mychart-callout .columns {
    clip-path: inset(-10rem 0 -4rem 0);
  }
  #download-mychart-callout .columns .two-thirds {
    padding: 3rem 0;
  }
  #download-mychart-callout .columns .one-third {
    position: relative;
    display: list-item;
  }
  #download-mychart-callout .columns .one-third img {
    position: absolute;
    bottom: -7rem;
    right: 10%;
  }

  .questionnaire .appointment-question ul.choices:not(.flex) {
    grid-template-columns: repeat(3, 1fr);
  }

  #parking-alert {
    margin-top: -4rem;
    width: calc(100% + 8rem);
    margin-left: -4rem;
  }
}
@media only screen and (min-width: 980px) {
  .questionnaire .appointment-question {
    width: 75%;
  }
}
