#yext-location-cards {
    background-color: #f3f3f3;
    margin-bottom: 15px;
    padding: 0 4%;
    margin-top: 40px;
}
.library-right-col #yext-location-cards{
    padding: 0 !important;
    text-align: left;
    margin-bottom: unset;
    background-color: unset;
}
.library-right-col #yext-location-cards .card{
    border-radius: 5px;
    margin-bottom: 20px;
}


.library-right-col #yext-location-cards .card:hover{
    transform: unset;
}
.library-right-col #yext-location-cards .card .card-image{
    height: 90px;
}

#yext-location-cards .result-set {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1000px;
    margin:auto;
}
#yext-location-cards.family-medicine, #yext-location-cards.mammography{
    max-width: unset;
}
#yext-location-cards .location-title {
    max-width: 980px;
    text-align: left;
    /*margin: auto;*/
}
#yext-location-cards .location-title a{
    color: var(--color-beacon-supporting-blue);
}

#yext-location-cards .card {
    flex: 0 calc(50% - 20px);  
    margin: 10px;
    box-shadow: -1px 3px 8px rgb(0 0 0 / 20%);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    text-align: left;
    background-color: #fff;
}
#yext-location-cards .card:hover{
    transform:scale(1.02);
}
#yext-location-cards.family-medicine .card, #yext-location-cards.mammography .card{
    flex: 0 calc(33% - 40px);
    margin:20px
}
#yext-location-cards .card .card-image{
    height: 180px;
}
#yext-location-cards .card .card-image img{  
    object-fit: cover;
    height: 100%;
    object-position: center;
    width: 100%;
}
#yext-location-cards .card .card-body{
    padding:20px;
}
#yext-location-cards .card .keywords, .keywords {
    display: none;
}
#yext-location-cards .card .location-subtitle-address {
    color: #E75301;
    font-size: 1.8em;
}
#yext-location-cards .card .fas{
    color: #007298
}
#yext-location-cards .card .location-details{
    list-style: none;
    margin:0; 
}

#yext-location-cards .card .location-details li{
    margin: 7px 0;
}
#yext-location-cards .card .location-details li.todays-date-bold{
font-weight: bold;
}
#yext-location-cards .card .location-details .location-address{
    display:flex;
}
#yext-location-cards .card .location-details .location-directions {
    margin-left: 15px;
}
#yext-location-cards .card .location-details .fas{
    margin-right: 5px;
    margin-top:6px;
}
#yext-location-cards .card .location-details .additional-hours-expand{
    cursor: pointer;
}
#yext-location-cards .card .location-details .additional-location-hours{
    display: none;
}
#yext-location-cards .card .location-details .additional-location-hours .location-day{
text-transform: capitalize;
}
#yext-location-cards .card .location-details .full-location-hours {
    list-style: none;
    font-size: 1em;
    line-height: 1.5em;
}

#yext-location-cards .card .location-details .fa-sort-up{
    position: relative;
    left: 5px;
    top: 4px;
}
#yext-location-cards .card .location-details .fa-sort-down{
    position: relative;
    left: 5px;
    top: -2px;
}

#yext-location-cards .card span.location-directions a{
    color : #E75301;
}
#yext-location-cards .card span.location-directions .fal{
    margin-left: 5px;
}
/*Yest service cards*/
#yext-service-cards, #yext-associate-service-cards .associates-popular-resources, #yext-associate-service-cards .associates-resources, .service-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
}
.service-cards .service-card,
#yext-service-cards .service-card,
#yext-associate-service-cards .associates-popular-resources .service-card,
#yext-associate-service-cards .associates-resources .service-card{
    flex: 0 calc(24% - 13px);
    box-shadow: -1px 3px 8px rgb(0 0 0 / 20%);
    border-radius: 15px;
    overflow: hidden;
    padding:20px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
}
.service-cards .service-card:hover,
#yext-service-cards .service-card:hover,
#yext-associate-service-cards .associates-popular-resources .service-card:hover,
#yext-associate-service-cards .associates-resources .service-card:hover
{
    transform: scale(1.05);
}
#yext-service-cards .service-card .yext-service-title,
#yext-associate-service-cards .service-card .yext-service-title{
    padding: 0;
    line-height: unset !important;
    display: inline-block;
}
.service-cards .service-card .yext-service-title,
#yext-service-cards .service-card .yext-service-title a,
#yext-associate-service-cards .service-card .yext-service-title a{
    color: #E75301;
    padding: 0;
    float: unset;
    width: unset;
    margin:unset;
    /*font-size: 16px !important;*/
    /*line-height: unset !important;*/
    font-weight: 600;
}
#yext-service-cards .service-card p,
#yext-associate-service-cards .service-card p{
    font-size: 16px;
    line-height: 20px;
}
#yext-service-cards .service-card .yext-service-learn-more,
#yext-associate-service-cards .service-card .yext-service-learn-more{
    width: unset;
    margin-right: unset;
    color: #E75301;
    font-size: .8em;
    margin-bottom:5px; 
}
#yext-service-cards .service-card .keywords,
#yext-associate-service-cards .service-card .keywords{
    display: none;
}
.library-right-col #yext-service-cards{
    display: block;
    padding-top:20px;
    justify-content: left;
}
.library-right-col #yext-service-cards .service-card{
    flex: 1 1 100%;
    margin:10px;
    border-radius: 5px;
}
.library-right-col #yext-service-cards .service-card .yext-service-title {
    line-height: 2rem;
}
.library-right-col #yext-service-cards #yext-results{
    display: flex;
    gap:0;
}
/*Ad Units
Right Column
*/
.library-right-col #ad-unit-loc .newsletter-signup{
    border-radius: 5px;
    margin: 10px;
    box-shadow: -1px 3px 8px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    padding: 15px;

}
.library-right-col #ad-unit-loc .service-card-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 8px;
}
.library-right-col #ad-unit-loc .newsletter-icon{
    width: 40px;
}
.library-right-col #ad-unit-loc .cta-newsletter-signup, .library-right-col #ad-unit-loc .newsletter-name-title{
    font-weight: bold;
    color: #E75301;
}
.library-right-col #ad-unit-loc .newsletter-name-title{
    font-size: 1.5em;
}
/*Newsletter/Ad top
Recipe
Static
*/
.recipe .newsletter-signup {
    display: block;
    border-bottom: 1px solid #dedede;
    padding-bottom: 11px;
}
.recipe .service-card-header {
    display: flex;
    gap: 10px;
    align-items: center;
}
.recipe .newsletter-signup .newsletter-icon {
    width: 30px;
}
.recipe .newsletter-signup .newsletter-name-title {
    font-weight: bold;
    font-size: 1.2em;
    color: #e75302;
}
.recipe .newsletter-signup .service-description p {
    margin: 0;
}
.recipe .newsletter-signup .cta-newsletter-signup {
    color: #e75302;
    font-weight: bold;
}
.recipe h1{
    margin-top: 12px;
}


#yext-service-cards .featured-services-cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    margin-bottom: 45px;
    gap:25px;
}
#yext-service-cards #filter-by-alphabet-container h3, #yext-associate-service-cards #filter-by-alphabet-container h3 {
    color: #fff !important;
}
#yext-associate-service-cards #filter-by-alphabet-container h3 {
    padding-left:20px;
}
#yext-service-cards #filter-by-alphabet-container, #yext-associate-service-cards #filter-by-alphabet-container {
    background: #E75301;
    color: #fff;
    width: 100%;
    margin:20px 0;
}
#yext-service-cards #yext-results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 27px;
}
#yext-service-cards .featured-services, #yext-service-cards .filter-section, #yext-service-cards #yext-results, #yext-associate-service-cards .associates-popular-resources, #yext-associate-service-cards .associates-resources, #yext-associate-service-cards .featured-services, #yext-associate-service-cards #filter-by-alphabet-container h3  {
    max-width: 1300px;
    margin:auto;
}

/*Providers*/
#yext-provider-cards {
    /*background-color: #f3f3f3;*/
    /*margin-bottom: 15px;*/
    /*padding: 0 4%;*/
}
#yext-provider-cards .providers-title {
    /* margin: 0 5%; */
    text-align: left;
}
.service-cards .service-card,
#yext-provider-cards .yext-provider-card, .provider-cards .yext-provider-card {
    flex: 0 calc(33% - 10px);
    box-shadow: -1px 3px 8px rgb(0 0 0 / 20%);
    position:relative;
    padding:20px;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 10px;
    background-color:#fff;
    box-sizing: border-box;
}
.slick-arrow{
    position: absolute;
    font-size: 30px;
    cursor: pointer;
    top: calc(50% - 15px);
}
.scroller {
    position: relative;
}
.service-cards .fa-chevron-right,
#yext-provider-cards .fa-chevron-right, #yext-location-cards .fa-chevron-right, .mayo-dynamic-cards .fa-chevron-right, .inspiring-stories .fa-chevron-right, .init-slider .fa-chevron-right, .provider-cards .fa-chevron-right {
    right: -30px;
}
.service-cards .fa-chevron-left,
#yext-provider-cards .fa-chevron-left, #yext-location-cards .fa-chevron-left, .mayo-dynamic-cards .fa-chevron-left, .inspiring-stories .fa-chevron-left, .init-slider .fa-chevron-left, .provider-cards .fa-chevron-left  {
    left: -30px;
}

#yext-provider-cards .yext-provider-card:hover{
    /*transform:scale(1.02);*/
}
#yext-provider-cards .card-body, .provider-cards .card-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap:20px;
}
#yext-provider-cards .provider-availability {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    /*justify-content: space-around;*/
    border-top: 1px solid #dedede;
    padding-top: 10px;
    margin-bottom: 20px;
}
#yext-provider-cards .slot {
    padding: 6px 12px;
    border: solid 1px #dedede;
    border-radius: 5px;
    font-size: 0.9em;
    background: #f5f5f599;
    transition: background-color 0.5s ease;
    box-sizing: border-box;
}
.library-right-col #yext-provider-cards .slot {
    flex: 0 0 100%;
    text-align: center;
}
.library-right-col .avail-date-time .type {
    font-size: .8em;
    line-height: .9em;
}
.library-right-col #yext-provider-cards .time {
    font-weight: bold;
    font-size: 1.2em;
}
.library-right-col #yext-provider-cards .full-date {
    border-bottom: 1px solid #00729840;
    font-weight: bold;
}
#yext-provider-cards .slot:hover  {
    background: var(--color-beacon-plumb);
}

#yext-provider-cards .slot:hover a, #yext-provider-cards .slot:hover .avail-date-time .type.tooltip {
    color: #fff !important;
}
#yext-provider-cards .avail-date-time .type.tooltip {
    text-align: center;
    font-size: .8em;
}
#yext-provider-cards .availability-heading {
    flex: 0 0 100%;
    font-weight: bold;
}
#yext-provider-cards .provider-availability .date, #yext-provider-cards .provider-availability .time, #yext-provider-cards .view-all-avail {
    display: block;
    text-align: center;
    width: 100%;
}

#yext-provider-cards .card-body .provider-photo, .provider-cards .card-body .provider-photo {
    flex: 0 0 23%;
    overflow: hidden;
    border-radius: 50px;

}
.library-right-col #yext-provider-cards .card-body .provider-photo, .provider-cards .card-body .provider-photo{
    flex: 0 0 25%;
}

#yext-provider-cards .card-body .provider-photo img, .provider-cards .card-body .provider-photo img {
    object-fit: cover;
    border-radius: 50px;
}
#yext-provider-cards .provider-cta a, .provider-cards .provider-cta a {
    background: linear-gradient( 
89.29deg, #E75301 0%, #F57301 99.83%);
    padding: 13px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#yext-provider-cards .provider-cta a:hover, .provider-cards .provider-cta a:hover  {
    background-color: #ebaa00;
background-image: linear-gradient(to top right, #ebaa00 20%, #f7ce00 80%);
}

#yext-provider-cards .provider-cta a, .provider-cards .provider-cta a{
    color: #fff;
}
#yext-provider-cards .provider-information, .provider-cards .provider-information {
    flex: 0 0 calc(75% - 20px);
}
#yext-provider-cards .provider-information h3, .provider-cards .provider-information h3{
    padding:0;
    font-weight: bold !important;
}
#yext-provider-cards .provider-information .provider-location-practice, .provider-cards .provider-information .provider-location-practice{
    line-height: 16px;  
    font-size: 0.9em;
    font-weight: bold;
    color:#E75301;
    margin: 10px 0;
}
#yext-provider-cards .provider-information h3 a, .provider-cards .provider-information h3 a{
    font-weight: bold !important;
    font-size: 22px !important;
    line-height: 28px;
    color: var(--color-beacon-supporting-blue);
}
#yext-provider-cards .provider-information .provider-address, .provider-cards .provider-information .provider-address {
    margin-bottom: 50px;
    margin-top:10px;
}
#yext-provider-cards .provider-services-container, .provider-cards .provider-services-container {
    color: #007298;
}
.library-right-col #yext-provider-cards .provider-services-container{
    margin: 5px 0;
}
#yext-provider-cards .provider-services-container .provider-services, .provider-cards .provider-services-container .provider-services {
    list-style: none;
    margin: 0;
}
#yext-provider-cards .provider-services-container .provider-services li, .provider-cards .provider-services-container .provider-services li {
    display: inline;
}
#yext-provider-cards .provider-information .provider-address ul, .provider-cards .provider-information .provider-address ul{
    list-style-type: none;
    padding: 0;
    margin:0;
}
#yext-provider-cards .provider-information .provider-address .location-address, .provider-cards .provider-information .provider-address .location-address {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;

}
#yext-provider-cards .provider-information .provider-address .location-address a, .provider-cards .provider-information .provider-address .location-address a{
    color: #000;
}
#yext-provider-cards .provider-information .provider-address .location-address i, .provider-cards .provider-information .provider-address .location-address i{
    margin-right:5px;
}
#yext-provider-cards .provider-information .provider-address .location-get-directions a, .provider-cards .provider-information .provider-address .location-get-directions a{
    color: #E75301;
    margin-left: 16px;
}
#yext-provider-cards .provider-accepting-new-patients, .provider-cards .provider-accepting-new-patients, .provider-cards .provider-available-in {
    padding: 8px 0;
    border-bottom: 1px solid #CFCFCD;
    vertical-align: middle;
    display: flex;
    width: calc(100% - 35px);
    font-size: 14px;
    gap:10px;
}

#yext-provider-cards .provider-accepting-new-patients img, .provider-cards .provider-accepting-new-patients img{
    /*margin-right:10px;*/
}
#yext-provider-cards .provider-accepting-new-patients svg, .provider-cards .provider-accepting-new-patients svg {
    /*margin-right: 10px;*/
}
#yext-provider-cards .provider-accepting-video-visit, #yext-provider-cards .provider-available-in, .provider-cards .provider-available-in {
    padding: 8px 0;
    border-bottom: 1px solid #CFCFCD;
    vertical-align: middle;
    display: flex;
    width: calc(100% - 35px);
    font-size: 14px;
    gap:10px;
}
#yext-provider-cards .provider-available-in img, .provider-cards .provider-available-in img {
    width: 30px;
    height: 30px;
}

#yext-provider-cards .slick-list, #yext-location-cards .slick-list{
    display: grid;
}

#yext-provider-cards .yext-provider-card .provider-badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}
#yext-provider-cards .yext-provider-card .provider-badges .badge {
    background: var(--color-beacon-supporting-blue);
    color: #fff;
    padding: 2px 12px;
    border-radius: 15px;
    font-size: 0.8em;
}

/*Ratings Stars*/
.ratings {
    position: relative;
    vertical-align: middle;
    color: #b1b1b1;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding-bottom: 5px;
}

.ratings .ratings-number, .ratings .ratings-count{
    display: inline-block;
    margin-right: 5px;
}

.full-stars{
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #EBAA00;
}

.empty-stars{
    position: relative;
}
.empty-stars:before,
.full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 16pt;
}

.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}

.full-stars:before {
    -webkit-text-stroke: 1px orange;
}

/* Webkit-text-stroke is not supported on firefox or IE */
/* Firefox */
@-moz-document url-prefix() {
    .full-stars{
        color: #ECBE24;
    }
}

/*Yext Service Landing pages
*/
#yext-service-landing{
    margin:40px 8%;
}



/*Modal style*/
.modal-backdrop.active {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1111;
    background: #00000036;
    left: 0;
    top: 0;
}
.appointment-initiation-modal.active {
    position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    z-index: 11111;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #5454545e;
}
.appointment-initiation-modal .close-provider-modal {
    position: absolute;
    top: 2px;
    right: 8px;
    font-size: 18px;
    cursor: pointer;
}
.appointment-initiation-modal .provider-name {
    text-align: center;
    margin-bottom: 20px;
}
.library-right-col h3.provider-name{
    line-height: unset;
}
.library-right-col h3.provider-name > a{
    vertical-align: top;
    margin:0;
    padding: 0;
}
.library-right-col .appt-initiation-provider-cta{
    color: #E75301;
    font-weight: 600;
}
.library-right-col h4.heading-4 {
    margin:15px 0;
    margin-left: 10px;
    border-bottom: 2px solid #d6d6d6;
}
.appointment-initiation-modal .provider-appt-options {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap:15px;
}

.appointment-initiation-modal .provider-appt-options #appt-auth-direct-booking{
    background: var(--color-beacon-orange);
}
.appointment-initiation-modal .provider-appt-options #appt-auth-direct-booking:hover{
    color: #fff;
    background: var(--color-beacon-yellow);
}
.appointment-initiation-modal .provider-appt-options .direct-container a{
    color: #fff;
}
.appointment-initiation-modal .provider-appt-options .option i  {
    display: block;
    margin: 6px 0;
    font-size: 2.0em;
}
.appointment-initiation-modal .provider-appt-options .option img  {
    display: block;
    margin: auto;
}
.appointment-initiation-modal .provider-appt-options .option a  {
    padding: 12px;
    font-weight: bold;
}

.appointment-initiation-modal .info-message {
    padding: 12px 0;
    display: block;
    text-align: center;
}
.appointment-initiation-modal .option {
    width: 250px;
    border: solid 1px #dedede;
    border-radius: 5px;
    padding:20px;
}
.appointment-initiation-modal .option .fal {
    font-size: 40px;
    color: #E75301;
    display: block;
    text-align: center;
}
.appointment-initiation-modal .option a {
    text-align: center;
    display: block;
    border: solid 1px #dedede;
    padding: 5px;
    border-radius: 5px;
}
.appointment-initiation-modal .option a#appt-direct-booking {
    background: linear-gradient(
            89.29deg, #E75301 0%, #F57301 99.83%);
    color:#fff;

}
.appointment-initiation-modal .option a#appt-direct-booking:hover{
    background-image: linear-gradient(to top right, #ebaa00 20%, #f7ce00 80%);
}

/*Glossary Styles*/
#yext-glossary-by-keywords {
    background: #ededed;
    padding: 20px 40px;
}
#yext-glossary-by-keywords .yext-glossary-drawer {
    background: #fff;
    padding: 10px 18px;
    margin-bottom: 20px;
    border-radius: 5px;
}
#yext-glossary-by-keywords .yext-glossary-drawer h4{
    margin: 0;
    padding: 5px 0 0 0;
}

.yext-provider-card .relationships {
    display: flex;
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 5px;
    margin: 15px 0;
}
.yext-provider-card .relationships .new, .yext-provider-card .relationships .established {
    padding: 10px;
    background: #efefef;
    cursor: pointer;
    color: var(--color-beacon-dark-gray);
}
.yext-provider-card .relationships .new.active, .yext-provider-card .relationships .established.active {
    background: var(--color-beacon-plumb);
    color: #fff;
    box-shadow: 0px 2px 3px 0px #c7c7c7;

}
.yext-provider-card .relationships .new.active{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.yext-provider-card .relationships .established{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.yext-provider-card .appointment-relationship:not(.active):hover{
    box-shadow: 0px 2px 3px 0px #c7c7c7;
    border-left:none;
    color: var(--color-beacon-plumb);
}


/*Yext availability*/
.yext-provider-card .patient-appointment-relationship{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: var(--color-beacon-plumb);
    height: 45px;
    width: 66%;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23FFFFFF' d='M241 369c-9.4 9.4-24.6 9.4-33.9 0L47 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 369z'/%3E%3C/svg%3E");
    background-position: 100%;
    background-repeat: no-repeat;
    padding: 0.5rem;
    border-radius: 5px;
    border: none;

    color: #ffffff;
    margin: 15px 0;

}
.yext-provider-card .slot{
    display: none;
    visibility: hidden;

    opacity: 0;

    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.yext-provider-card .slot.active{
    transition: visibility 2s ease-in-out;
    display: block !important;
    visibility: visible;
    opacity: 1;
}


/* Overwrittes
 */
/* Service Page */
.services-page-patient-header {
    background: #fafafa;
}
.services-page-patient-header .container.full_width {
    display: flex;
    max-width: 1300px;
    margin: auto;
    background:#fafafa !important;    
    padding:50px 0;  
}
.services-page-patient-header .left-column {
    flex: 0 65%;
    margin-right: 60px;
}
#filter-by-alphabet-container ul.alphabet-navigation {
    list-style: none;
    padding: 0;
    margin:0;
    padding-bottom: 40px;
}
#filter-by-alphabet-container ul.alphabet-navigation li {
    display: inline-block;
    padding: 10px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    background: #fff;
    color: #000;
    border-radius: 3px;
    margin: 2px;
}
#filter-by-alphabet-container ul.alphabet-navigation li.active {
    background: #EBAA00 !important;
    color: #fff !important;
}

/*Styles for FAQ
*/
#yext-faq{
    margin:40px 0;
}
#yext-faq .hidden{
    display: none;
}
#yext-faq .yext-question-container {
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 7px 18px;
    margin: 10px 0;
}
#yext-faq .yext-question-container .question {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
}
#yext-faq .yext-question-container .question:hover, #yext-faq .yext-question-container .question:hover h4 {
    color: var(--color-beacon-orange) !important;
}
#yext-faq .yext-question-container .question h4{
    width: calc(100% - 30px);
    padding: 6px 0;
    margin: unset;
}
#yext-faq .yext-question-container .question i {
    font-size: 1.777rem;
}
#yext-faq .yext-question-container .question-answer{
    display: none;
}
#yext-faq .yext-question-container .pull-right {
    text-align: right;
}

/*Placholder global styles*/
/**
 * placeholder-loading v0.5.0
 * Author: Zalog (https://www.zalog.ro/)
 * License: MIT
 **/
#yext-provider-cards .placeholders-items, .placeholders-items
{
    display: flex;
    gap: 20px;
    padding-top:20px;
}
#yext-provider-cards .placeholder-card.ph-item, .placeholder-card.ph-item  {
    flex: 50% !important;
}
.ph-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 30px 15px 15px 15px;
    overflow: hidden;
    direction: ltr;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}
.ph-item,
.ph-item *,
.ph-item ::after,
.ph-item ::before {
    box-sizing: border-box;
}
.ph-item::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
    -webkit-animation: phAnimation 0.8s linear infinite;
    animation: phAnimation 0.8s linear infinite;
    content: " ";
    pointer-events: none;
}
.ph-item > * {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.5px;
}
.ph-row div {
    height: 13px;
    margin-top: 7.5px;
    background-color: #ced4da;
}
.ph-row .big, .ph-row.big div {
    height: 20px;
}
.ph-row .empty {
    background-color: rgba(255, 255, 255, 0);
}

.ph-col-2 {
    flex: 0 0 16.6666666667%;
}

.ph-col-4 {
    flex: 0 0 33.3333333333%;
}

.ph-col-6 {
    flex: 0 0 50%;
}

.ph-col-8 {
    flex: 0 0 66.6666666667%;
}

.ph-col-10 {
    flex: 0 0 83.3333333333%;
}

.ph-col-12 {
    flex: 0 0 100%;
}

[class*=ph-col] {
    direction: ltr;
}
[class*=ph-col] > * + .ph-row {
    margin-top: 0;
}
[class*=ph-col] > * + * {
    margin-top: 7.5px;
}

.ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    overflow: hidden;
    background-color: #ced4da;
    border-radius: 50%;
}
.ph-avatar::before {
    display: block;
    padding-top: 100%;
    content: " ";
}

.ph-picture {
    width: 100%;
    height: 120px;
    background-color: #ced4da;
}

@-webkit-keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}

@keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    100% {
        transform: translate3d(30%, 0, 0);
    }
}

/*Placholder global styles*/

/*Yext trainers */
.yext-athletic-trainers .athletic-trainers-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    box-sizing: border-box;
}
.yext-athletic-trainers .athletic-trainers-container .trainer-card {
    width: 26%;
    position: relative;
    background: #fff;
    box-sizing: border-box;
}
.yext-athletic-trainers .athletic-trainers-container .trainer-card .image{
    height: 300px;
    position: relative;
    margin-bottom: 10px;
}
.yext-athletic-trainers .athletic-trainers-container .trainer-card .image img{
    border: 3px solid #fff;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    transition: filter 0.2s ease-in-out; /* Smooth transition for the filter property */
}
.yext-athletic-trainers .athletic-trainers-container .trainer-card .image img:hover{
    filter:grayscale(0%);

}
.yext-athletic-trainers .athletic-trainers-container .trainer-card .image::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 40px;
    left: -4px;
    top: -4px;
    background: var(--color-beacon-supporting-blue);
    z-index: -1;
}

.yext-athletic-trainers .athletic-trainers-container .trainer-card .name{
    font-weight: bold;
}
.yext-athletic-trainers .athletic-trainers-container .trainer-card .email{
}
.yext-athletic-trainers .athletic-trainers-container .trainer-card .email a{
    font-width: bold;
    display: block;
    background: var(--color-beacon-supporting-blue);
    color: #fff;
    padding: 4px 8px;
    text-align: center;
}

/*ugent care card on mayo content right column*/
.urgent-location-static-card {
    border: 2px solid #CF333A;
    border-radius: 5px;
    margin: 10px
}
.urgent-location-static-card .featured-location-title.location-title {
    font-size: 2.3em;
    text-align: center;
    color: #CF333A;
    padding: 15px;
}
.urgent-location-static-card .featured-location-title.location-subtitle {
    background: #CF333A;
    color: #fff;
    text-align: center;
    padding: 9px;
    font-weight: bold;
}


/* Tablet and Ipad pro*/
@media only screen and (max-width:1024px){
    #yext-provider-cards{
        grid-template-columns: repeat(2, 1fr);
    }
    #yext-provider-cards .card-body .provider-photo{
        display: none;
    }
    #yext-associate-service-cards{
        margin-right: 20px;
        margin-left: 20px;
    }
    
}

/* Extra small devices (phones, 600px and down) and Old ipads  */
@media only screen and (max-width: 768px) {  

    #yext-location-cards .card, #yext-service-cards .service-card, #yext-associate-service-cards .service-card {
        flex: 0 100% !important; 
    }

    #yext-service-cards .featured-services, #yext-service-cards .filter-section, #yext-service-cards #yext-results {
        margin: 0 20px;
    }
    .services-page-patient-header .container.full_width {
        flex-wrap: wrap;
        margin-left: 20px;
        margin-right: 20px;
    }

    #yext-provider-cards{
        grid-template-columns: repeat(1, 1fr);
    }
    #yext-associate-service-cards{
        margin-right: 20px;
        margin-left: 20px;
    }

}

@media only screen and (max-width: 600px){
    .appointment-initiation-modal .provider-appt-options{
        flex-wrap: wrap;
    }
    /*Search placeholder text glogal*/
    #yxt-SearchBar-input--SearchBar::placeholder, #yxt-SearchBar-input--SearchBar{
        font-size: 14px !important;
    }
    #yext-athletic-trainers .athletic-trainers-container .trainer-card {
        width: 60%;
    }
}