@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:ital,900&display=swap');

:root {
    --uc-green: #5e9732;
    --uc-blue: #00539b;
    --uc-navy-blue: #143157;
    --uc-sky-blue: #7ABEEA;
    --uc-red: #CF2E2E;
}

/* Layout */

.container-fluid>.row {
    margin: 0;
}

@media screen and (min-width: 1600px) {
    body.page-template-urgent-care .container {
        max-width: 1572px;
    }
}

body.page-template-urgent-care .container-fluid {
    max-width: 1920px;
    padding: 0;
}

body.page-template-urgent-care .container-fluid>.row>.col:first-of-type {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 992px) {
    body.page-template-urgent-care .container-fluid>.row {
        margin: 0;
    }
}

.py-6 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.pt-6 {
    padding-top: 24px;
}

@media screen and (min-width: 576px) {
    .py-6 {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .pt-6 {
        padding-top: 32px;
    }
}

@media screen and (min-width: 992px) {
    .py-6 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .pt-6 {
        padding-top: 48px;
    }
}

@media screen and (min-width: 1200px) {
    .py-6 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pt-6 {
        padding-top: 80px;
    }
}

/* Typography */
body.page-template-urgent-care h2 {
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 22px;
}

body.page-template-urgent-care p:last-child {
    margin-bottom: 0;
}

/* Buttons */

a.uc-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    height: fit-content;
    padding: 6px 22px 8px 22px;
    border-radius: 200px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    user-select: none;
    transition: all 100ms ease;
}

a.uc-btn:hover {
    transform: scale(1.025);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}

a.uc-btn.disabled {
    pointer-events: none;
    opacity: 0.3;
    cursor: not-allowed;
}

a.uc-btn.uc-btn-outline {
    background-color: transparent;
    border-color: var(--uc-blue);
    color: var(--uc-blue);
}

a.uc-btn.uc-btn-green {
    background-color: var(--uc-green);
    color: #fff;
}

.bold-blue-link {
    font-weight: 700;
    color: var(--uc-blue);
    font-size: 24px;
    line-height: 36px;
    max-width: fit-content;
    font-family: "Source Sans Pro", sans-serif;
}

/* Sticky CTA */
#sticky-cta {
    position: fixed;
    z-index: 99999;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 20px;
    transform: translateX(-50%);
    width: max-content;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 200px;
    backdrop-filter: blur(3px);
}

#sticky-cta #sticky-cta-wrapper {
    gap: 18px;
    width: fit-content;
    max-width: fit-content;
    padding: 20px 34px;
}

#sticky-cta #sticky-cta-wrapper:has(span) {
    padding-bottom: 7px;
}

#sticky-cta #appointment-online span {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
}

/* Hero */
#hero h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: var(--uc-green);
}

#hero h2 {
    font-weight: 900;
    font-size: clamp(48px, 8vw, 90px);
    line-height: clamp(48px, 8vw, 90px);
    letter-spacing: -0.02em;
    background: linear-gradient(to right, var(--uc-blue), var(--uc-green));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 992px) and (max-width: 1599px) {
    #hero h2 {
        font-size: 56px;
    }

    #hero .abstract-image {
        height: 56px;
        width: auto;
        margin-top: 1rem !important;
    }
}

#hero p.subheading {
    font-size: 24px;
    line-height: 36px;
}

#hero .abstract-image {
    margin-top: 56px;
}

#hero>.row>.col:first-of-type {
    position: relative;
}

#hero>.row>.col:first-of-type::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to top, white, transparent);
}

#hero>.row>.col:last-of-type {
    padding-top: 24px;
    padding-bottom: 24px;
}

#hero>.row>.col:last-of-type img.abstract-image {
    height: 80px;
    width: auto;
}

@media screen and (min-width: 576px) {

    #hero>.row>.col:last-of-type {
        padding-top: 28px;
        padding-right: calc(((100vw - 540px)/2) + 15px);
        padding-bottom: 28px;
        padding-left: calc(((100vw - 540px)/2) + 15px);
    }
}

@media screen and (min-width: 768px) {

    #hero>.row>.col:last-of-type {
        padding-top: 32px;
        padding-right: calc(((100vw - 720px)/2) + 15px);
        padding-bottom: 32px;
        padding-left: calc(((100vw - 720px)/2) + 15px);
    }
}

@media screen and (min-width: 992px) {

    #hero>.row>.col:last-of-type {
        padding-right: calc((100vw - 960px)/2);
        padding-left: 56px;
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media screen and (min-width: 1200px) {

    #hero>.row>.col:last-of-type {
        padding-right: calc((100vw - 1140px)/2);
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

@media screen and (min-width: 1600px) {

    #hero>.row>.col:last-of-type {
        padding-right: calc((100vw - 1572px)/2);
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media screen and (min-width: 1921px) {

    #hero>.row>.col:last-of-type img.abstract-image {
        height: 106px;
        width: auto;
    }

    #hero>.row>.col:last-of-type {
        padding-right: 174px;
    }
}

/* Why */
#why {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#why #ratings {
    gap: 13px;
    margin-top: 30px;
}

#why #ratings .rating {
    border: 3px solid var(--uc-blue);
    border-radius: 20px;
    padding: 20px 23px;
    gap: 12px;
    max-width: 224px;
}

#why #ratings .rating .rating-stars {
    gap: 8px;
}

#why #ratings .rating span {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: var(--uc-navy-blue);
}

#why #ratings .rating span strong {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 36px;
}

#why #why-infobox {
    padding: 20px 30px 30px 30px;
    background-color: rgba(0, 83, 155, 0.1);
    border-radius: 20px;
    margin-top: 30px;
}

#why #why-infobox h3 {
    font-weight: 700;
    color: var(--uc-blue);
}

#why #why-infobox p a:has(strong) {
    text-decoration: none;
}

#why #why-infobox p a strong {
    font-size: 18px;
}

#why #why-infobox p a {
    color: var(--uc-blue);
    text-decoration: underline;
}

#why .container>.row {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media screen and (min-width: 576px) {

    #why .container>.row {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

@media screen and (min-width: 768px) {

    #why .container>.row {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media screen and (min-width: 992px) {

    #why .container>.row {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media screen and (min-width: 1200px) {

    #why .container>.row {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

@media screen and (min-width: 1600px) {

    #why .container>.row {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

#why #reason-tiles {
    padding: 20px;
    background-color: #fff;
    border-radius: 80px;
    gap: 20px;
}

#why #reason-tiles .reason-tile {
    width: 100%;
    border-radius: 30px;
    padding: 40px 40px 50px 40px;
    gap: 20px;
    transition: all 300ms ease;
    position: relative;
    overflow: hidden;
}

#why #reason-tiles .reason-tile::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease;
}

#why #reason-tiles .reason-tile>* {
    z-index: 1;
}

#why #reason-tiles .reason-tile:hover::before {
    opacity: 1;
}

#why #reason-tiles .reason-tile:nth-of-type(1) {
    border-top-left-radius: 70px;
    background-color: var(--uc-blue);
}

#why #reason-tiles .reason-tile:nth-of-type(1):hover::before {
    background-image: linear-gradient(103.52deg, #5B9732 5%, #00539B 85.04%);
}

#why #reason-tiles .reason-tile:nth-of-type(2) {
    border-top-right-radius: 70px;
    background-color: var(--uc-green);
}

#why #reason-tiles .reason-tile:nth-of-type(2):hover::before {
    background-image: linear-gradient(256.48deg, #5B9732 5%, #00539B 85.04%);
}

#why #reason-tiles .reason-tile:nth-of-type(3) {
    border-bottom-left-radius: 70px;
    background-color: var(--uc-sky-blue);
}

#why #reason-tiles .reason-tile:nth-of-type(3):hover::before {
    background-image: linear-gradient(76.48deg, #5B9732 4.96%, #00539B 84.99%);
}

#why #reason-tiles .reason-tile:nth-of-type(4) {
    border-bottom-right-radius: 70px;
    background-color: var(--uc-navy-blue);
}

#why #reason-tiles .reason-tile:nth-of-type(4):hover::before {
    background-color: transparent;
    background-image: linear-gradient(283.52deg, #5B9732 4.96%, #00539B 84.99%);
}

@media screen and (min-width: 768px) {
    #why #reason-tiles .reason-tile {
        width: calc(50% - 10px);
    }
}

@media screen and (min-width: 1600px) {
    #why #reason-tiles .reason-tile {
        flex-direction: row !important;
    }
}

#why #reason-tiles .reason-tile:hover .reason-tile-content {
    height: fit-content;
}

#why #reason-tiles .reason-tile .reason-tile-content h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}

#why #reason-tiles .reason-tile .reason-tile-content p {
    opacity: 0;
    transition: all 300ms ease;
}

#why #reason-tiles .reason-tile img.hover-show {
    position: absolute;
    opacity: 0;
    transition: all 300ms ease;
}

#why #reason-tiles .reason-tile img.hover-hidden {
    transition: all 300ms ease;
}

#why #reason-tiles .reason-tile:hover {
    align-items: flex-start;
}

#why #reason-tiles .reason-tile:hover .reason-tile-content p {
    opacity: 1;
}

#why #reason-tiles .reason-tile:hover img.hover-hidden:has(~ img.hover-show) {
    opacity: 0;
}

#why #reason-tiles .reason-tile:hover img.hover-show {
    opacity: 1;
}

#why #reason-tiles .reason-tile:has(img.hover-show) .reason-tile-content * {
    color: var(--uc-navy-blue);
    transition: all 300ms ease;
}

#why #reason-tiles .reason-tile:has(img.hover-show):hover .reason-tile-content * {
    color: #fff;
}

#why #reason-tiles .reason-tile .reason-tile-content * {
    transition: all 300ms ease;
}

#why #reason-tiles .reason-tile .reason-tile-content h3 {
    transform: translateY(30px);
}

#why #reason-tiles .reason-tile:hover .reason-tile-content h3 {
    transform: translateY(0px)
}

#why #reason-tiles .reason-tile .reason-tile-content p {
    transform: translateY(20px);
}

#why #reason-tiles .reason-tile:hover .reason-tile-content p {
    transform: translateY(0px)
}



/* Locations */
#locations {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#locations>.row>.col:first-of-type {
    height: fit-content;
}

#locations>.row>.col:first-of-type .locations-main-image {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

#locations>.row>.col:first-of-type img.abstract-image {
    top: auto;
    bottom: -53px;
    right: 0;
}

#locations #location-tiles {
    gap: 12px;
    max-width: 736px;
    margin-top: 1rem;
}

#locations #location-tiles .location-tile {
    width: 175px;
    height: 151px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#locations #location-tiles .location-tile * {
    z-index: 1;
}

#locations #location-tiles .location-tile:not(.green-tile)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 49, 87, 0.8);
    z-index: 0;
}

#locations #location-tiles .location-tile h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    z-index: 2;
}

#locations #location-tiles .location-tile h3 a::after {
    z-index: 3;
}

#locations #location-tiles .location-tile p {
    max-width: 146px;
    margin: 0 auto;
    text-align: center;
}

#locations #location-tiles .location-tile.green-tile {
    background-color: rgba(94, 151, 50, 0.2);
    color: var(--uc-green);
    gap: 10px;
}

#locations #location-tiles .location-tile.green-tile span,
#locations #location-tiles .location-tile.green-tile a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: var(--uc-green);
}

#locations #location-tiles .location-tile.green-tile span:hover,
#locations #location-tiles .location-tile.green-tile a:hover {
    color: var(--uc-green);
}

#locations>.row>.col:last-of-type {
    padding-top: 24px;
    padding-right: 15px;
    padding-bottom: 24px;
    padding-left: 15px;
}

@media screen and (min-width: 576px) {

    #locations>.row>.col:last-of-type {
        padding-top: 28px;
        padding-right: calc(((100vw - 540px)/2) + 15px);
        padding-bottom: 28px;
        padding-left: calc(((100vw - 540px)/2) + 15px);
    }
}

@media screen and (min-width: 768px) {

    #locations>.row>.col:last-of-type {
        padding-top: 32px;
        padding-right: calc((100vw - 720px)/2);
        padding-bottom: 32px;
        padding-left: calc((100vw - 720px)/2);
    }
}

@media screen and (min-width: 992px) {

    #locations>.row>.col:last-of-type {
        padding-top: 48px;
        padding-right: calc((100vw - 960px)/2);
        padding-bottom: 48px;
        padding-left: calc((100vw - 960px)/2);
    }
}

@media screen and (min-width: 1200px) {

    #locations>.row>.col:last-of-type {
        padding-top: 56px;
        padding-right: calc(((100vw - 1572px)/2) - 15px);
        padding-bottom: 56px;
        padding-left: 52px;
    }
}

@media screen and (min-width: 1600px) {

    #locations>.row>.col:first-of-type {
        margin-bottom: 156px;
    }

    #locations>.row>.col:last-of-type {
        padding-top: 64px;
        padding-right: calc(((100vw - 1572px)/2) - 15px);
        padding-bottom: 64px;
        padding-left: 52px;
    }
}

@media screen and (min-width: 1921px) {

    #locations>.row>.col:first-of-type {
        margin-bottom: 186px;
    }

    #locations>.row>.col:last-of-type {
        padding-right: 159px;
    }
}

/* When */
#when {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    #when {
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 1600px) {
    #when {
        padding-bottom: 187px;
    }
}

#when #symptom-tiles {
    row-gap: 20px;
}

#when #symptom-tiles .symptom-tile .symptom-tile-wrap {
    border: 3px solid var(--uc-blue);
    border-radius: 30px;
    background-color: rgba(0, 83, 155, 0.1);
    padding: 30px;
    gap: 20px;
    height: 100%;
}

#when #symptom-tiles .symptom-tile .symptom-tile-wrap .symptom-tile-content h3 {
    font-weight: 700;
    font-size: 16px;
    color: var(--uc-blue);
}

#when-footnote {
    margin-top: 1rem;
}

@media screen and (max-width: 1599px) {
    #when #symptom-tiles .symptom-tile .symptom-tile-wrap img {
        width: 56px;
    }
}

#er-visit {
    margin-top: 30px;
    padding-bottom: 24px;
}

@media screen and (max-width: 576px) {
    #er-visit {
        padding-bottom: 28px;
    }
}

@media screen and (max-width: 768px) {
    #er-visit {
        padding-bottom: 32px;
    }
}

@media screen and (max-width: 1200px) {
    #er-visit {
        padding-bottom: 40px;
    }
}

#er-visit #er-visit-wrap {
    padding: 30px 30px 50px;
    border: 5px solid var(--uc-blue);
    border-radius: 20px;
    gap: 20px;
}

#er-visit #er-visit-wrap h3 {
    color: var(--uc-red);
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
}

#er-visit #er-visit-wrap>ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#er-visit #er-visit-wrap>ul>li>ul {
    padding-left: 15px;
}

#er-visit #er-visit-wrap>ul li strong {
    font-size: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #er-visit #er-visit-wrap>ul {
        column-count: 2;
        flex-direction: row;
        justify-content: space-evenly;
    }
}

@media screen and (min-width: 1600px) {
    #er-visit #er-visit-wrap>ul {
        column-count: 2;
        column-gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #er-visit #er-visit-wrap>ul>li:first-of-type {
        width: calc(45% - 10px);
    }

    #er-visit #er-visit-wrap>ul>li:last-of-type {
        width: calc(55% - 10px);
    }

    #er-visit #er-visit-wrap ul ul {
        column-count: 1;
    }
}

#er-visit #er-visit-wrap ul li {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 27px;
}

#er-visit #er-visit-wrap img.abstract-image {
    top: auto;
    right: 24px;
    bottom: 20px;
    left: auto;
    width: auto;
    height: 30%;
}

@media screen and (min-width: 1600px) {
    #er-visit #er-visit-wrap img.abstract-image {
        top: 20px;
        height: calc(100% - 40px);
    }
}

/* Bottom CTA */
#bottom-cta #left-cta,
#bottom-cta #right-cta {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 32px 15px;
}

@media screen and (min-width: 576px) {

    #bottom-cta #left-cta,
    #bottom-cta #right-cta {
        padding-top: 48px;
        padding-right: calc(((100vw - 540px)/2) + 15px);
        padding-bottom: 48px;
        padding-left: calc(((100vw - 540px)/2) + 15px);
    }
}

@media screen and (min-width: 768px) {

    #bottom-cta #left-cta,
    #bottom-cta #right-cta {
        padding-top: 56px;
        padding-right: calc((100vw - 720px)/2);
        padding-bottom: 56px;
        padding-left: calc((100vw - 720px)/2);
    }
}

@media screen and (min-width: 992px) {

    #bottom-cta #left-cta,
    #bottom-cta #right-cta {
        padding-top: 64px;
        padding-right: calc((100vw - 960px)/2);
        padding-bottom: 64px;
        padding-left: calc((100vw - 960px)/2);
    }
}

@media screen and (min-width: 1200px) {

    #bottom-cta #left-cta,
    #bottom-cta #right-cta {
        padding-top: 72px;
        padding-right: calc((100vw - 1140px)/2);
        padding-bottom: 72px;
        padding-left: calc((100vw - 1140px)/2);
    }
}

@media screen and (min-width: 1600px) {

    #bottom-cta #left-cta,
    #bottom-cta #right-cta {
        padding-top: 90px;
        padding-right: calc((100vw - 1572px)/2);
        padding-bottom: 90px;
        padding-left: calc((100vw - 1572px)/2);
    }
}

@media screen and (min-width: 1921px) {

    #bottom-cta #left-cta,
    #bottom-cta #right-cta {
        padding-right: 174px;
        padding-left: 174px;
    }

}

#bottom-cta #left-cta::before,
#bottom-cta #right-cta::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 0;
    user-select: none;
    pointer-events: none;
}

#bottom-cta #left-cta>*,
#bottom-cta #right-cta>* {
    position: relative;
    z-index: 1;
}

#bottom-cta #left-cta a.uc-btn-jumbo {
    padding: 30px;
    background-color: var(--uc-sky-blue);
    color: var(--uc-navy-blue);
    transition: all 300ms ease;
    border-radius: 30px;
    width: 100%;
    max-width: 460px;
    display: block;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    line-height: 36px;
    position: relative;
}

#bottom-cta #left-cta a.uc-btn-jumbo:not(:last-of-type) {
    margin-bottom: 20px;
}

#bottom-cta #left-cta a.uc-btn-jumbo:hover {
    background-color: var(--uc-blue);
    color: #fff;
}

#bottom-cta #left-cta a.uc-btn-jumbo::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    width: 15px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='24' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22.0517V1.94828C0 0.55625 1.68305 -0.14086 2.66734 0.843437L12.7191 10.8952C13.3292 11.5053 13.3292 12.4947 12.7191 13.1048L2.66734 23.1566C1.68305 24.1409 0 23.4437 0 22.0517Z' fill='%23143157'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#bottom-cta #left-cta a.uc-btn-jumbo:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='24' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22.0517V1.94828C0 0.55625 1.68305 -0.14086 2.66734 0.843437L12.7191 10.8952C13.3292 11.5053 13.3292 12.4947 12.7191 13.1048L2.66734 23.1566C1.68305 24.1409 0 23.4437 0 22.0517Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

#bottom-cta #right-cta #testimonial-slider {
    background-color: rgba(20, 49, 87, 0.8);
    border: 3px solid var(--uc-navy-blue);
    box-shadow: 0 8px 50px 0 rgba(0, 83, 155, 0.1);
    border-radius: 30px;
    text-align: center;
    padding: 20px 55px 30px 55px;
    backdrop-filter: blur(3px);
}

#bottom-cta #right-cta #testimonial-slider blockquote {
    color: #fff;
    margin: 0;
    position: relative;
    font-style: italic;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    line-height: 36px;
}

#bottom-cta #right-cta #testimonial-slider blockquote::before {
    content: "\201C";
    font-size: 120px;
    font-style: normal;
    line-height: 80px;
    color: var(--uc-green);
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    display: block;
    height: 42px;
    margin-bottom: 14px;

}

@media screen and (min-width: 992px) {

    body.page-template-urgent-care #bottom-cta h2 {
        margin-bottom: 40px;
    }

}