/*
* THIS SITE SUPPORTS IE11
*/
/*
Theme Name: MVP Theme 1
Theme URI: https://missionvetpartners.com/
Version: 2.0
Description: MVP Theme 1
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 > Customize > Additional CSS and add your changes there.
 ***********************************************************/
/************************************************************
 * GENERAL
 ***********************************************************/
body {
    font-size: 17px;
    line-height: 1.5;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
    /*white-space: nowrap;*/
}

.btn:hover,
.btn:focus,
.btn:active {
    background: #007FA7;
    color: #ffffff;
}

.btn-outline {
    background-color: #ffffff;
    color: #007FA7;
    border: 2px solid #007FA7;
}

.btn-secondary {
    background-color: #9FA1A4;
    border-color: #9FA1A4;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    border-color: #007FA7;
}

.btn-link {
    color: #007FA7;
}

.btn i {
    margin-right: 5px;
}

.card p:empty {
    display: none;
}

.staff-card,
.staff-card .card-img-top {
    border: none;
    border-radius: 0;
}

.staff-card.layout-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.staff-card.layout-horizontal img {
    width: 200px;
}

.staff-card.layout-horizontal {
    padding-bottom: 20px;
}

.staff-card img {
    transition: all linear 0.3s;
}

.staff-card:hover img {
    filter: grayscale(0.8)
}

p:empty {
	display: none;
}

/************************************************************
 * HEADER & FOOTER
 ***********************************************************/
.navbar-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 100;
}

.home .navbar-wrapper {
    -webkit-box-shadow: 0 5px 30px 0 lightgrey;
    box-shadow: 0 5px 30px 0 lightgrey
}

.navbar-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navbar-wrapper li {
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.navbar-inner-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0 14px 0;
    max-width: 90vw;
    margin: 0 auto;
}

.navbar-inner-wrapper>a {
    margin-left: auto;
}

.navbar-logo-wrapper {
    height: 100%;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-template-tpl-no-header-footer .navbar-inner-wrapper,
.page-template-tpl-no-header-footer .navbar-floating-inner-wrapper,
.page-template-tpl-full-width-no-header-footer .navbar-inner-wrapper,
.page-template-tpl-full-width-no-header-footer .navbar-floating-inner-wrapper,
.page-template-tpl-landing-page-no-header-footer .navbar-inner-wrapper,
.page-template-tpl-landing-page-no-header-footer .navbar-floating-inner-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-logo-wrapper img {
    max-width: 230px !important;
}

.navbar-contact-wrapper {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-menu-wrapper>div>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navbar-menu-wrapper>div>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.navbar-menu-wrapper>div>ul>li:hover {
    background-color: #007FA7;
}

.navbar-menu-wrapper>div>ul>li:hover a {
    color: #ffffff;
}

.navbar-menu-wrapper>div>ul>li:hover>ul,
.navbar-menu-wrapper>div>ul>li:hover>ul>li:hover>ul {
    display: block;
}

.cah-cust-nav-bar-mobile-menu-inner-wrapper>li i {
    top: 0;
    right: 0;
    padding: 6px 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navbar-menu-wrapper>div>ul>li a {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
}

.navbar-menu-wrapper>div>ul>li>a {
    color: #9FA1A4;
    white-space: nowrap;
}

.navbar-menu-wrapper>div>ul>li>ul,
.navbar-menu-wrapper>div>ul>li>ul>li>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    -webkit-box-shadow: 3px 3px 3px -3px black, 3px 3px 3px -3px black, -3px 3px 3px -3px black;
    box-shadow: 3px 3px 3px -3px black, 3px 3px 3px -3px black, -3px 3px 3px -3px black
}

.navbar-menu-wrapper>div>ul>li>ul>li>ul {
    left: auto;
    right: 100%;
    top: 0;
}

.navbar-menu-wrapper>div>ul>li:last-child {
    margin-right: 0;
}

.navbar-menu-wrapper>div>ul>li:last-child ul {
    left: -92px;
}

.navbar-menu-wrapper>div>ul>li ul li {
    background-color: #007FA7;
    padding: 5px 15px;
    white-space: nowrap;
}

.navbar-menu-wrapper>div>ul>li ul li:first-child {
    border-top: 1px solid #007FA7;
}

.navbar-menu-wrapper>div>ul>li ul li:hover {
    background-color: #007FA7;
}

.navbar-menu-wrapper>div>ul>li ul li:hover a {
    color: #F2F5FA;
}

.navbar-menu-wrapper>div>ul>li ul li a {
    color: #007FA7;
    background: none !important;
    padding: 5px 15px;
}

.navbar-floating-wrapper {
    width: 100%;
    position: fixed;
    top: -200px;
    left: 0;
    z-index: 101;
    -webkit-box-shadow: 0 5px 30px 0 lightgrey;
    box-shadow: 0 5px 30px 0 lightgrey;
    background-color: #ffffff;
    -webkit-transition: top 0.25s ease-in-out;
    -o-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
}

.scrolled .navbar-floating-wrapper {
    top: 0;
}

.scrolled.admin-bar .navbar-floating-wrapper {
    top: 32px;
}

.navbar-floating-inner-wrapper {
    max-width: 90vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 12px 45px 10px 45px;
    margin: 0 auto;
}

.navbar-floating-logo-wrapper {
    height: 100%;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-floating-logo-wrapper {
    width: 153px !important;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-hamburger-btn {
    display: none;
    position: relative;
    width: 38px;
    height: 38px;
    border: 2px solid #007FA7;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
}

.navbar-hamburger-btn div {
    width: 16px;
    height: 2px;
    position: absolute;
    background-color: #007FA7;
}

.navbar-hamburger-btn div:nth-child(1) {
    top: 12px;
    left: 9px;
}

.navbar-hamburger-btn div:nth-child(2) {
    top: 17px;
    left: 9px;
}

.navbar-hamburger-btn div:nth-child(3) {
    top: 22px;
    left: 9px;
}

.navbar-mobile-wrapper {
    border-top: 1px solid #007FA7;
    border-bottom: 1px solid #007FA7;
}

.navbar-mobile-wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.navbar-mobile-wrapper a {
    padding: 5px 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-mobile-inner-wrapper>li {
    position: relative;
    background-color: #F2F5FA;
    border-bottom: 1px solid #007FA7;
}

.navbar-mobile-inner-wrapper>li:last-child {
    background-color: #F2F5FA;
    border-bottom: none;
    color: #007FA7;
}

.navbar-mobile-inner-wrapper>li>a {
    color: #007FA7;
}

.navbar-mobile-inner-wrapper>li ul {
    display: none;
}

.navbar-mobile-inner-wrapper>li i {
    position: absolute;
    top: 8px;
    right: 15px;
    color: #007FA7;
}

.navbar-mobile-inner-wrapper>li ul li {
    background-color: #007FA7;
    border-bottom: 1px solid #F2F5FA;
}

.navbar-mobile-inner-wrapper>li ul li:first-child {
    border-top: 1px solid #007FA7;
}

.navbar-mobile-inner-wrapper>li ul li:last-child {
    border-bottom: none;
}

.navbar-mobile-inner-wrapper>li ul li:hover {
    background-color: #9FA1A4;
}

.navbar-mobile-inner-wrapper>li ul li:last-child:hover {
    border-bottom: none;
}

.navbar-mobile-inner-wrapper>li ul li a {
    color: #F2F5FA;
}

@media (max-width: 767px) {
    .navbar-inner-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .navbar-logo-wrapper {
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .navbar-wrapper {
        position: relative;
        top: 0;
        left: 0;
    }

    .navbar-logo-wrapper {
        width: 40%;
    }

    .navbar-menu-wrapper {
        display: none;
    }

    .navbar-floating-wrapper {
        display: none;
    }

    .navbar-contact-menu-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 60%;
    }

    .navbar-contact-wrapper {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .navbar-contact-wrapper span:nth-child(1) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .navbar-hamburger-btn {
        display: block;
    }
}

.header-bottom-bar {
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005E7C), to(#007FA7));
    background-image: -o-linear-gradient(top, #005E7C, #007FA7);
    background-image: linear-gradient(to bottom, #005E7C, #007FA7);
}

.mobile-btns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.mobile-btns-container .btn {
    margin-right: 10px;
}

@media screen and (min-width: 1025px) {
    .mobile-btns-container {
        margin-bottom: 0;
    }

    .navbar-mobile-wrapper {
        display: none !important;
    }
}

#logo-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    #logo-desktop {
        display: none;
    }

    #logo-mobile {
        display: block;
        max-width: 100% !important;
    }

    .header-stick {
        position: fixed !important;
        -webkit-box-shadow: 0 5px 30px 0 lightgrey;
        box-shadow: 0 5px 30px 0 lightgrey;
    }
}

.footer-main {
    background-color: #F2F5FA;
    border-top: 10px solid #9FA1A4;
    padding: 40px;
    margin-top: 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Fix broken footer on IE  */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer-main {
        display: block;
    }
}

@media all and (max-width: 600px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer-main .footer-wrapper .row {
        display: block;
    }
}

.top-footer-links {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-footer-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}

.top-footer-links img {
    width: 25px;
    margin-right: 5px;
}

.site-hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
}

.fl-page-content .site-hours {
    margin-left: auto;
    margin-right: auto;
}

.hours-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #9FA1A4;
}

.hours-day p {
    margin-bottom: 4px;
}

.footer-socials {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer-socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px;
    border: 2px solid #007FA7;
    width: 25px;
    height: 25px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.footer-socials a:hover {
    background-color: #007FA7;
    color: #F2F5FA;
    text-decoration: none;
}

.footer-buttons a {
    margin-right: 10px;
    margin-bottom: 10px;
}

/*.footer-buttons .btn.btn-secondary:nth-of-type(2) {
    display: none;
}*/

.footer-copyright {
    text-align: center;
    padding: 20px;
    color: #ffffff;
    background: #007FA7;
}

.copyright a {
    color: #ffffff;
}

@media (max-width: 767px) {
    .top-footer-links {
        position: relative;
        top: auto;
        left: auto;
        transform: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .top-footer-links a {
        margin: 5px 0;
    }

    .navbar-nav .dropdown-menu.show {
        position: static !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}

.fl-page {
	overflow-x: hidden;
}

/************************************************************
 * HOME
 ***********************************************************/
.fl-page-content .fl-builder-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-page-content .fl-builder-content .fl-row {
    width: 100%;
}

.icon-card {
    background: none;
    border: none;
    border-radius: 5px;
}

.icon-card:hover {
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px #9FA1A4;
    box-shadow: 0 0 5px #9FA1A4;
}

.icon-card .card-img-top {
    width: 100px;
    margin: 15px auto 0;
}

.icon-card h3 {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .uabb-divider-text {
        white-space: normal !important;
    }

    .uabb-side-left,
    .uabb-side-right {
        width: 10% !important;
    }

    .icon-card h3 {
        font-size: 16px;
    }
}

/************************************************************
 * PAGES
 ***********************************************************/
#breadcrumbs {
    font-size: 14px;
}

.page-template-tpl-full-width #page-content,
.service-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>.fl-col-content,
.service-template-tpl-full-width #page-content>.fl-col-content,
.page-template-tpl-full-width-no-header-footer #page-content>.fl-col-content,
.page-template-tpl-landing-page-no-header-footer #page-content>.fl-col-content {
    margin-right: 0;
}

.wp-block-separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 100% !important;
}

.wp-block-buttons.d-flex a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-block-buttons.d-flex i {
    margin-right: auto;
}

.wp-block-buttons.d-flex span {
    margin-right: auto;
}

.sidebar-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 40px 0 40px 0;
    position: relative;
}

.sidebar-icon::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #9FA1A4;
    bottom: 0;
}

.sidebar-icon:last-child::after {
    content: none;
}

.sidebar-icon p {
    color: #007FA7;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar-icon img {
    margin-bottom: 10px;
}

.gfield p:empty,
.gfield br {
    display: none;
}

#page-content .uabb-separator-wrap.uabb-separator-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#page-content .uabb-divider-content.uabbi-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 90%;
}

#page-content h1.uabb-divider-text {
    white-space: normal;
}

#page-content .uabb-separator-line {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.card {
    word-break: normal !important;
}

/* Object fit fixes */
.service-image img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    font-family: 'object-fit: cover;!important';
    /* IE object-fit fix */
    height: 100%;
    width: 100%;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    font-family: 'object-fit: cover;!important';
    /* IE object-fit fix */
}

@media (min-width: 600px) {

    .blocks-gallery-grid.columns-1 :nth-of-type(n).blocks-gallery-image,
    .blocks-gallery-grid.columns-1 :nth-of-type(n).blocks-gallery-item,
    .blocks-gallery-grid.columns-2 :nth-of-type(2n).blocks-gallery-image,
    .blocks-gallery-grid.columns-2 :nth-of-type(2n).blocks-gallery-item,
    .blocks-gallery-grid.columns-3 :nth-of-type(3n).blocks-gallery-image,
    .blocks-gallery-grid.columns-3 :nth-of-type(3n).blocks-gallery-item,
    .blocks-gallery-grid.columns-4 :nth-of-type(4n).blocks-gallery-image,
    .blocks-gallery-grid.columns-4 :nth-of-type(4n).blocks-gallery-item,
    .blocks-gallery-grid.columns-5 :nth-of-type(5n).blocks-gallery-image,
    .blocks-gallery-grid.columns-5 :nth-of-type(5n).blocks-gallery-item,
    .blocks-gallery-grid.columns-6 :nth-of-type(6n).blocks-gallery-image,
    .blocks-gallery-grid.columns-6 :nth-of-type(6n).blocks-gallery-item,
    .blocks-gallery-grid.columns-7 :nth-of-type(7n).blocks-gallery-image,
    .blocks-gallery-grid.columns-7 :nth-of-type(7n).blocks-gallery-item,
    .blocks-gallery-grid.columns-8 :nth-of-type(8n).blocks-gallery-image,
    .blocks-gallery-grid.columns-8 :nth-of-type(8n).blocks-gallery-item,
    .wp-block-gallery.columns-1 :nth-of-type(n).blocks-gallery-image,
    .wp-block-gallery.columns-1 :nth-of-type(n).blocks-gallery-item,
    .wp-block-gallery.columns-2 :nth-of-type(2n).blocks-gallery-image,
    .wp-block-gallery.columns-2 :nth-of-type(2n).blocks-gallery-item,
    .wp-block-gallery.columns-3 :nth-of-type(3n).blocks-gallery-image,
    .wp-block-gallery.columns-3 :nth-of-type(3n).blocks-gallery-item,
    .wp-block-gallery.columns-4 :nth-of-type(4n).blocks-gallery-image,
    .wp-block-gallery.columns-4 :nth-of-type(4n).blocks-gallery-item,
    .wp-block-gallery.columns-5 :nth-of-type(5n).blocks-gallery-image,
    .wp-block-gallery.columns-5 :nth-of-type(5n).blocks-gallery-item,
    .wp-block-gallery.columns-6 :nth-of-type(6n).blocks-gallery-image,
    .wp-block-gallery.columns-6 :nth-of-type(6n).blocks-gallery-item,
    .wp-block-gallery.columns-7 :nth-of-type(7n).blocks-gallery-image,
    .wp-block-gallery.columns-7 :nth-of-type(7n).blocks-gallery-item,
    .wp-block-gallery.columns-8 :nth-of-type(8n).blocks-gallery-image,
    .wp-block-gallery.columns-8 :nth-of-type(8n).blocks-gallery-item,
    .blocks-gallery-grid :last-child.blocks-gallery-image,
    .blocks-gallery-grid :last-child.blocks-gallery-item,
    .wp-block-gallery :last-child.blocks-gallery-image,
    .wp-block-gallery :last-child.blocks-gallery-item {
        margin-right: 1em !important
    }
}

.blocks-gallery-item img {
    height: 100% !important;
}

.page-row--banner>.fl-row-content-wrap {
    height: 660px !important
}

@media (max-width: 767px) {
    .page-row--banner>.fl-row-content-wrap {
        height: auto !important;
        padding: 40px 0;
    }

    .page-row--banner>.fl-row-content-wrap::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.35);
        z-index: 0;
    }
    .page-row--banner>.fl-row-content-wrap .fl-module {
        position: relative;
        z-index: 1;
    }
}

/* Pop Makers Fixes */
.pum-container {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

body .pum .pum-container {
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0 !important;
}

.pum-container.pum-responsive.pum-responsive-medium {
    height: auto;
    max-width: 700px !important;
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.pum-container img {
    max-height: 80vh;
    width: auto;
    margin: 0 auto!important;
    display: block;
}

.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons img {
    height: 22px;
    width: 100%;
}

.fx-read-more__content {
  display: none;
}

.fx-read-more__content--active {
  display: block;
}

.ui-datepicker-trigger {
    display: none!important;
}

.single-service-list {
    padding: 25px;
    background: #f2f5fa;
    margin-top: 25px;
}

@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;
    }
}

.navbar-menu-wrapper>div>ul {
  flex-wrap: wrap;
}

.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;
  margin-bottom: 2rem;
}

.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;
}