<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: MVP Theme 8
Theme URI: https://missionvetpartners.com/
Version: 2.0
Description: MVP Theme 8
Author: The WebFX Team
Author URI: https://webfx.com/
template: bb-theme
*/

/************************************************************
 * IMPORTANT!!!
 * Do not change anything in this file.  It is a global stylesheet that affects every site on the network that uses this theme.
 * If you need to make a CSS change, go to Appearance &gt; Customize &gt; Additional CSS and add your changes there.
 ***********************************************************/

/************************************************************
 * GENERAL
 ***********************************************************/

@media (min-width:1200px) {
    .skew-layout--left .fl-row-content {
        margin-left: calc((100vw - 1220px)/2);
    }
    .skew-layout--right .fl-row-content {
        margin-right: calc((100vw - 1220px)/2);
    }
    .col-padded--left .fl-col-content {
        padding-left: calc((100vw - 1220px)/2);
    }
    .col-padded--right .fl-col-content {
        padding-right: calc((100vw - 1220px)/2);
    }
}

body {
	font-size: 17px;
	line-height: 1.5;
	font-family: Nunito, sans-serif;
}

.fl-row-fixed-width.fl-row-content {
    max-width: 1200px;
}

.gfield p:empty,
.gfield br {
	display: none
}

.card p:empty {
	display: none;
}

.staff-card,
.staff-card .card-img-top {
	border: none;
	border-radius: 0;
}

.staff-card.layout-horizontal {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    align-items: flex-start;
}

.staff-card.layout-horizontal img {
    width: 200px;
}

.staff-card.layout-horizontal {
    padding-bottom: 20px;
}

.staff-card figure {
    overflow: hidden;
}

.staff-card figure img {
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
}

.staff-card:hover figure img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

@media (max-width:767px) {
	.fl-node-61e84e053f8a5 &gt; .fl-col-content {
		background: none !important;
	}

	.fl-node-61e85347180f2 &gt; .fl-col-content {
		background-color: rgb(255 255 255 / 75%) !important;
	}

	.fl-node-61e996d011418 .uabb-infobox {
		background: rgb(0 86 137 / 75%) !important;
	}
}

body .pum .pum-container {
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

/************************************************************
 * HEADER &amp; FOOTER
 ***********************************************************/

.bbn_information * {
    color: #fff !important;
}

.fl-page {
	padding-top: 178px;
}

.no-header-logo {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.no-header-logo img {
	max-height: 140px;
	width: auto;
}

@media (max-width:767px) {
	.no-header-logo {
		position: relative;
		transform: none;
		left: auto;
		text-align: center;
		padding-top: 15px;
	}

	.no-header-logo img {
		max-width: 70%;
		height: auto;
	}
}

.fl-builder-content-508 {
    position: fixed;
    width: 100%;
    z-index: 101;
    top: 0;
}

.scrolled .fl-builder-content-508 {
	-webkit-box-shadow: 0px 2px 22px #e6f0ff;
    -moz-box-shadow: 0px 2px 22px #e6f0ff;
    box-shadow: 0px 2px 22px #e6f0ff;
}

.admin-bar .fl-builder-content-508 {
    top: 32px;
}

.fl-builder-content-508 .header-logo img,
.fl-builder-content-508 .fl-row-content-wrap {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.fl-builder-content-508 ul.sub-menu {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    background: #fff;
}

@media (min-width:768px) {
	.scrolled .fl-builder-content-508 .fl-row-content-wrap {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width:767px) {
	.fl-page {
		padding-top: 0 !important;
	}

	.fl-builder-content-508 {
		position: static;
	}

	.fl-col-group.fl-node-61f4293111b34.fl-col-group-nested {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
	}

	.fl-col-group.fl-node-61f4293111b34.fl-col-group-nested .fl-module-content {
		margin-right: 0;
		margin-left: 0;
	}

	.fl-col.fl-node-61f428d482fda.fl-col-has-cols &gt; .fl-col-content {
		padding-top: 10px;
	}

	.fl-page .fl-node-61f434e778e2e .uabb-creative-button-wrap a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.site-hours {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
}

.hours-day {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #d6e6fa;
	font-weight: 600;
}

.hours-day:last-child {
	border-bottom: none;
}

.hours-day p {
	margin: 10px 0;
	padding: 0 !important;
}

#footer .hours-day {
	border-color: transparent;
}

#footer .hours-day p {
	margin: 5px 0;
}

.footer-socials .fl-html {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.footer-socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
	background: #DBE8FA;
	color: #222222 !important;
	border-radius: 100%;
	width: 42px;
	height: 42px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer-socials a:hover {
	background-color: #ffffff;
	color: #004BBD !important;
	text-decoration: none;
}

#footer .sub-menu {
	display: none !important;
	opacity: 0 !important;
}

.footer-buttons .btn + .btn {
    margin-left: 10px;
}

.btn {
    border-radius: 0 !important;
	text-transform: uppercase;
}

@media (max-width:767px) {
	.footer-buttons,
	.footer-social {
		text-align: center;
	}
}

.fl-builder-content-509 { /* footer */
	position: relative;
	overflow: hidden;
}

#footer .fl-row-content {
    position: relative;
    z-index: 1;
}

/************************************************************
 * HOME
 ***********************************************************/

.fl-page-content .fl-builder-content {
    display: flex;
    flex-direction: column;
}

.fl-page-content .fl-builder-content .fl-row {
    width: 100%;
}

.page-row--banner &gt; .fl-row-content-wrap {
	position: relative;
}

.page-row--banner &gt; .fl-row-content-wrap::before {
	content: '';
	position: absolute;
	bottom: -20%;
	left: 0;
	width: 300px;
	height: 300px;
	background: url('img/paw-print.svg') no-repeat center center;
}

.page-row--banner .fl-photo-content img {
	border-radius: 40px;
}

@media (min-width:768px) {
    .page-row--banner .fl-photo-content img {
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}

	.page-row--icon_group .row {
        flex-wrap: nowrap;
    }
}

.page-row--contact .fl-row-content &gt; .fl-col-group {
	position: relative;
}

.page-row--contact .fl-row-content &gt; .fl-col-group::before {
	content: '';
	position: absolute;
	top: 20%;
	right: 0;
	width: 240px;
	height: 240px;
	background: url('img/paw-print.svg') no-repeat center center;
	transform: scaleX(-1) translateX(-50%);
}

@media (min-width:768px) {
	.page-row--services .fl-post-column:nth-child(6n+1),
	.page-row--services .fl-post-column:nth-child(6n+3),
	.page-row--services .fl-post-column:nth-child(6n+4),
	.page-row--services .fl-post-column:nth-child(6n+6) {
		transform: translateY(20%);
	}
}

.service-block {
    position: relative;
}

.service-block img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0;
    z-index: 1;
    position: relative;
	border-radius: 40px;
	overflow: hidden;
}

.service-title {
	margin: 20px 0 0;
	font-size: 17px;
}

.service-title a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    z-index: 2;
}

.service-block &gt; a {
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.service-block:hover &gt; a {
	border-color: #81afee;
	transform: scale(0.9);
}

.service-block &gt; a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 40px;
	background: rgba(129,175,238,0);
	z-index: 2;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.service-block &gt; a img {
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.service-block:hover &gt; a::before {
	background: rgba(129,175,238,0.25);
}

@media (max-width:767px) {
	.service-block img {
		width: 360px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
}

.t8_btn_img .uabb-btn-img {
    vertical-align: middle;
}

a.fl-button {
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

a.t8_btn_img:hover,
.page-row--process .uabb-btn-two:hover {
    box-shadow: 0px 4px 8px 0px rgb(0 75 189 / 48%) !important;
	transform: scale(0.9);
}

.uabb-creative-button-wrap a:hover,
a.fl-button:hover,
.page-row--process .uabb-btn-one:hover {
	transform: scale(0.9);
}

.fl-page .t8_info_list_box .uabb-info-list-wrapper {
    max-width: 960px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.t8_info_list_box .uabb-info-list-content-wrapper,
.icon-card,
.sidebar-icon {
    background: #FFFFFF;
    border: 2px solid #F0F6FF;
    -webkit-box-shadow: 0px 23px 44px #e6f0ff;
    -moz-box-shadow: 0px 23px 44px #e6f0ff;
    box-shadow: 0px 23px 44px #e6f0ff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    min-height: 100%;
    padding: 14.5% 20px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
	-ms-flex-align:center;
    align-items: center;
	-ms-flex-pack:center;
    justify-content: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.t8_info_list_box .uabb-image-content,
.icon-card &gt; svg {
    height: 85px;
    line-height: 85px;
}

.icon-card .card-body {
	padding: 0;
}

.t8_info_list_box .uabb-image-content .uabb-photo-img {
    width:auto;
    height:auto;
	max-height:100%
}
.t8_info_list_box .uabb-info-list-content{
   margin-left:0 !important;
   margin-right:0 !important;
   margin-bottom:0 !important;
}

.icon-card h3 {
	font-size: 17px;
	margin: 10px 0 0;
}

.t8_info_list_box .uabb-info-list-content-wrapper:hover,
.icon-card:hover,
.sidebar-icon:hover {
    -webkit-box-shadow: 0px 11px 22px #cce0ff;
    -moz-box-shadow: 0px 11px 22px #cce0ff;
    box-shadow: 0px 11px 22px #cce0ff;
	transform: scale(0.9);
}
.t8_info_list_box .uabb-info-list-content-wrapper:hover .uabb-info-list-content .uabb-info-list-title,
.icon-card:hover h3 a {
	color: #004BBD;
}

.sidebar-icons .fl-html {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin: 0 -1em 2em;
}

.sidebar-icon {
	padding: 2em;
	flex: 1 1 0;
	text-align: center;
	margin: 1em;
	max-width: 33.3333%
}

.sidebar-icon &gt; svg {
    width: 120px;
}

.sidebar-icon &gt; svg path {
    stroke: #bad3f7;
    fill: #bad3f7;
}

@media (max-width:767px) {
	.sidebar-icon &gt; svg {
		width: 60px;
	}
}

.t8_schedule_list .uabb-price-list-item{
	padding-bottom:12px;
	margin-bottom:18px !important;
	border-bottom: 2px solid #D6E6FA;
}
.t8_schedule_list .uabb-price-list-item:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0;
}

.t8_whats_next_list{
    max-width:900px;
    margin: 0 auto;
}
.t8_whats_next_list .uabb-info-list-content-wrapper{
    max-width:175px;
    margin:0 auto;
}
.t8_whats_next_list .uabb-info-list-content {
    margin-left:0 !important;
    margin-right:0 !important;
    margin-bottom:0 !important;
}
.t8_whats_next_list .uabb-info-list-icon{
	width:84px;
	height:84px;
	border: 3px solid #F0F6FF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	font-family:'Nunito',sans-serif;
}

.t8_testi_slider .bx-wrapper{
	background: #FFFFFF;
	border: 2px solid #F0F6FF;
	-webkit-box-shadow: 0px 23px 44px #E6F0FF;
	-moz-box-shadow: 0px 23px 44px #E6F0FF;
	box-shadow: 0px 23px 44px #E6F0FF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin:0;
	padding:14.1649%;
}
.t8_testi_slider .fl-module-content .uabb-module-content{
	padding:0 12.5%;
}
.t8_testi_slider .bx-next{
	width:25px;
	height:47px;
	display: block;
	background:url('/wp-content/uploads/2022/01/t8_right_arrow.png') no-repeat center;
}
.t8_testi_slider .bx-prev{
	width:25px;
	height:47px;
	display: block;
	background:url('/wp-content/uploads/2022/01/t8_left_arrow.png') no-repeat center;
}
.t8_testi_slider .bx-next i,
.t8_testi_slider .bx-prev i{
	display:none;
}

@media (max-width: 992px) and (min-width: 768px){
	.t8_info_list_box .uabb-info-list-item{
		width:50%
	}
}

/************************************************************
 * PAGES
 ***********************************************************/

.fl-page {
	overflow-x: hidden;
}

.page-template-tpl-no-header-footer .fl-page,
.page-template-tpl-full-width-no-header-footer .fl-page,
.page-template-tpl-landing-page-no-header-footer .fl-page {
	padding-top: 111px;
}

.page-template-tpl-full-width #page-content,
.page-template-tpl-full-width-no-header-footer #page-content,
.page-template-tpl-landing-page-no-header-footer #page-content {
	width: 100%;
}

.page-template-tpl-full-width #page-content &gt; .fl-col-content,
.page-template-tpl-full-width-no-header-footer #page-content &gt; .fl-col-content,
.page-template-tpl-landing-page-no-header-footer #page-content &gt; .fl-col-content {
	margin-right: 0;
}

#page-content .wp-block-button .wp-block-button__link {
	color: #ffffff;
}

#page-content &gt; .fl-col-content {
    background: #FFFFFF;
    border: 2px solid #F0F6FF;
    -webkit-box-shadow: 0px 23px 44px #e6f0ff;
    -moz-box-shadow: 0px 23px 44px #E6F0FF;
    box-shadow: 0px 23px 44px #e6f0ff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 3em;
}

@media (max-width: 991px) {
	#page-content &gt; .fl-col-content {
		padding: 2em;
	}
}

@media (max-width: 767px) {
	#page-content &gt; .fl-col-content {
		padding: 1em;
	}
}

#page-content + div {
	position: relative;
}

#page-content + div &gt; div::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 150px;
	transform: scaleX(-1) translateX(-50%);
	background: url('img/paw-print.svg') no-repeat center center;
}

.single-post-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 40px;
}

.single-post-image &gt; .fl-module-content {
    margin: -20px -20px 0;
}

.ui-datepicker-trigger {
    display: none !important;
}

.page-row--reviews .uabb-blog-posts .slick-list {
	background: #FFFFFF;
	border: 2px solid #F0F6FF;
	-webkit-box-shadow: 0px 23px 44px #E6F0FF;
	-moz-box-shadow: 0px 23px 44px #E6F0FF;
	box-shadow: 0px 23px 44px #E6F0FF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin: 0 3em;
}

.page-row--reviews .uabb-blog-posts .slick-slide .uabb-blog-post-content {
    padding: 3em;
}

.page-row--reviews .uabb-blog-posts-shadow {
	box-shadow: none;
}

.page-row--reviews .uabb-blog-posts .slick-next,
.page-row--reviews .uabb-blog-posts .slick-next:hover {
	width:25px;
	height:47px;
	display: block;
	background: url('/wp-content/uploads/2022/01/t8_right_arrow.png') no-repeat center;
}
.page-row--reviews .uabb-blog-posts .slick-prev,
.page-row--reviews .uabb-blog-posts .slick-prev:hover {
	width:25px;
	height:47px;
	display: block;
	background: url('/wp-content/uploads/2022/01/t8_left_arrow.png') no-repeat center;
}
.page-row--reviews .uabb-blog-posts .slick-next i,
.page-row--reviews .uabb-blog-posts .slick-prev i {
	display:none;
}

.btn-link {
    color: #004BBD;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
	background: #1546c1;
	color: #ffffff;
}

.card-header {
    background: #E6F0FF;
}

.card-header:hover,
.card-header:focus,
.card-header:active,
.card-header.active {
	background: #004BBD;
}

@media (min-width:992px) {
    .single-service-list ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
	width: 100%!important;
}

@media (min-width: 600px) {
	.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
		width: auto!important;
	}
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0!important;
}

.page-template-tpl-landing-page-no-header-footer img[alt="promo"] {
    width: 100%!important;
}
@media(min-width:768px){
    .grecaptcha-badge[data-style="bottomright"]{
        bottom:78px !important;
    }
}

/**** Urgent Care Landing Page ******/

/* common style starts */
.landing-page-urgentcare .urgentcare-title h1{
    font-size: 48px;
}
.landing-page-urgentcare .urgentcare-address{
    margin-left: 20px;
    margin-right: 20px;
}
.landing-page-urgentcare .urgentcare-address p:last-child{
    margin-bottom: 0;
}
.landing-page-urgentcare .urgentcare-cases .fl-module-content{
    margin-left: 20px;
    margin-right: 20px;
}
.landing-page-urgentcare .urgentcare-address .fl-module-content{
    margin-left: 0px;
    margin-right: 0px;
}
.urgentcare-faq .card{
    margin-bottom: 20px;
}
.urgentcare-faq  .card .card-header{
    padding: 0;
    background: transparent;
}
.urgentcare-faq  .card .card-header button{
    width: 100%;
    padding: 12px 30px 12px 12px;
    position: relative;
    text-align: left;
}
.urgentcare-faq  .card .card-header button:after{
    content: "\f068";
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.urgentcare-faq  .card .card-header .btn[aria-expanded="true"]::after{
    content: "\f068";
}
.urgentcare-faq  .card .card-header button:focus{
    outline: none;
    box-shadow: none;
}
.urgentcare-faq  .card .card-header button br{
    display: none;
}
.urgentcare-faq  .card .card-header button.collapsed:after{
    content: "\f067";
}
.urgentcare-cases-mobile .mobile-single-service-list .card{
    background: transparent;
}
.urgentcare-cases-mobile .mobile-single-service-list .card-header{
    padding: 0;
    border: 0;
    background: transparent;
}
.urgentcare-cases-mobile .mobile-single-service-list .card-header button{
    width: 100%;
    padding: 12px 30px 12px 12px;
    position: relative;
    text-align: left;
}
.urgentcare-cases-mobile .mobile-single-service-list .card-header button:after{
    content: "\f068";
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.urgentcare-cases-mobile .mobile-single-service-list .card-header button.collapsed:after{
    content: "\f067";
}
.urgentcare-cases-mobile .mobile-single-service-list .card-header button:focus{
    outline: none;
    border: 0;
    box-shadow: none;
}
.urgentcare-cases-mobile .mobile-single-service-list .card-header button br{
    display: none;
}
@media(max-width:767px){
   body .no-header-logo{
        top: 0;
    }
}
@media(min-width:768px){
    .grecaptcha-badge[data-style="bottomright"]{
        bottom:78px !important;
    }
}
/* common style ends */

body #onetrust-banner-sdk.otFlat{
    z-index:2147483648;
}</pre></body></html>