/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/




/*  Button Group */
.button-group {
    display: flex;
    justify-content: center;
    gap: 66px;
}

.button-group a {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    padding: 0px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    max-width: 322px;
    width: 100%;
    height: 50px;
    font-size: 26px;
    text-align: center;
    line-height: 48px;
    font-weight: 600;
    border: 2px solid transparent;
}

/* .button-group a:hover {
    color: #fff;
}
.button-group a:hover {
    background-color: #2d4c4b;
} */

.button-group a.button-filled {
    background-color: #3d5c5b;
}

.button-group a.button-filled:hover {
    background-color: #fff;
    border-color: #3d5c5b;
    color: #3d5c5b;
}

.button-group a.button-outline {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.button-group a.button-outline:hover {
    background-color: #3d5c5b;
    border-color: #3d5c5b;
    color: #fff;
}

.nectar-milestone[data-symbol-alignment=superscript] .number .symbol-wrap .symbol {
    font-size: 60px !important;
    line-height: 64px !important;
}

.font-500,
.font-500 * {
    font-weight: 500;
}

.x-heading-list {
    padding-bottom: 0 !important;
}

#top .sf-menu li ul li.menu-item a {
    font-weight: 700;
}

.healthcare-page-banner {
    max-width: 920px;
    margin: 0 auto;
}

.healthcare-page-banner .viewport-desktop.using-image {
    background-size: auto;
}

.custom-max-width {
    max-width: 920px;
    margin: 0 auto !important;
}

.box-healthcare {
    position: relative;
    background: white;
    padding: 20px !important;
    max-width: 273px;
    margin-bottom: 0 !important;
    min-height: 223px;
}

.box-healthcare:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f3eecd;
    position: absolute;
    left: 17px;
    top: 17px;
    z-index: -1;
}

.box-healthcare img {
	 max-width: 120px !important;
    /*max-width: 80px !important;*/
}

.page-id-3034 .box-healthcare {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-healthcare h3 {
    margin-top: 12px !important;
    text-align: center;
    text-transform: capitalize;
}

/*  */
.box-healthcare2 {
    position: relative;
    background: white;
    padding: 20px !important;
    max-width: 273px;
    margin-bottom: 0 !important;
    min-height: 223px;
}

.box-healthcare2:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f3eecd;
    position: absolute;
    left: 17px;
    top: 17px;
    z-index: -1;
}

.box-healthcare2 img {
    max-width: 120px !important;
}

.box-healthcare2 h3 {
    margin-top: 12px !important;
    text-align: center;
    text-transform: capitalize;
}
/*  */

.healthcare-wrapper .row_col_wrap_12_inner {
    gap: 40px;
    justify-content: center;
    flex-wrap: nowrap !important;
}

.x-small-container {
    max-width: 920px;
    margin: 0 auto;
}

.x-small-container .row_col_wrap_12_inner {
    justify-content: center;
}

.x-teams-heading h3 {
    font-size: 30px !important;
    font-weight: 400 !important;
}

.x-teams-sec-img-wrapper {
    max-width: 770px;
}

.x-teams-sec-wrapper .row_col_wrap_12_inner.span_12 {
    justify-content: center;
    max-width: 1240px !important;
    margin: 0 auto !important;
}

.x-small-container-wrap {
    max-width: 70%;
    margin: 0 auto;
}

.x-heading-custom-leading h2 {
    line-height: 1.6 !important;
}

.x-heading-custom-line-height h2 {
    line-height: 1.4 !important;
}

.x-small-container2 {
    max-width: 920px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .button-group {
        flex-direction: column;
        row-gap: 40px;
        column-gap: 30px;
    }

    .button-group a {
        max-width: 100%;
    }

    body[data-col-gap="50px"] .wpb_row:not(.full-width-section):not(.full-width-content) {
        margin-bottom: 0 !important;
    }

    .healthcare-wrapper .row_col_wrap_12_inner {
        flex-wrap: wrap !important;
        flex-direction: column;
        align-items: center;
    }

    .box-healthcare {
        width: 100% !important;
    }

    .x-teams-heading h3 {
        font-size: 24px !important;
        line-height: 38px !important;
    }
}





/*  Magnific Popup */

.global-popup-content {
    background: #fff;
    padding: 0px;
    text-align: left;
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    padding: 100px 0;
    overflow: hidden;
}

.global-popup-content .mfp-close {
    color: #fff !important;
    background: #000 !important;
}

/* .global-popup-content .popup-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #000;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 21px;
    display: none !important;
} */


.global-popup-content h5 {
    font-size: 26px;
    font-weight: 400;
    margin: 57px 0px 33px 0px;
    color: #fff;
}

.global-popup-content p {
    margin: 0;
}

.global-popup-content h6 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 59px 0 0 0;
    color: #fff;
    line-height: 42px;
}

.global-popup-content .popup-widgets {
    position: relative;
    z-index: 1;
}


.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
}

.gpc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('http://roodcpas.showmyproject.net/wp-content/uploads/2026/01/popup-overlay-bg.png');
    background-size: cover;
    z-index: 1;
}
.sf-menu a:not([href]){
	cursor: default;
}
.sf-menu a:not([href]) .menu-title-text:after{
	display: none;
}

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {
    .global-popup-content .popup-widgets img {
        width: 100%;
    }

    .global-popup-content h6 {
        font-size: 20px;
        margin-top: 35px;
        line-height: 30px;
    }

    .global-popup-content {
        padding: 40px 0 30px 0;
    }

    .nectar-milestone[data-symbol-alignment=superscript] .number .symbol-wrap .symbol {
        font-size: 40px !important;
        line-height: 36px !important;
    }
}

@media (max-width: 991.98px) {
    .global-popup-content .popup-widgets {
        padding: 0 30px;
    }

    .healthcare-wrapper .row_col_wrap_12_inner {
        row-gap: 90px;
        column-gap: 30px;
    }
}



/* .mfp-bg {
    background: #ffffff !important;
    .mfp-close {
        display: none !important;
    }
} */


.icon-medical-specialties {
    width: 100px !important;
    background-color: transparent !important;
}

@media (max-width: 767.98px) {
    .x-heading-center-main {
        /* border: 5px solid red; */
        margin-bottom: 0 !important;
    }
}

.x-heading-center-t {
    text-align: center;
}

.x-heading-center {
    text-align: center;
    padding-bottom: 50px;
}






/*  END */

.sf-menu ul.sub-menu {
    padding: 0px !important;
    border-radius: 17px !important;
    width: 17em;
}

.sf-menu ul.sub-menu li {
    border-bottom: 1px solid #e1e6e6;
}

.sf-menu ul.sub-menu li:last-child {
    border-bottom: none !important;
}

.sf-menu ul.sub-menu li a {
    color: red !important;
    margin-left: 15px !important;
}

.sf-menu ul.sub-menu li.menu-sub-left>a {
    margin-left: 27px !important;
}

.sf-menu ul.sub-menu li.menu-sub-sub-left>a {
    margin-left: 40px !important;
}

@media only screen and (min-width: 1000px) {
    #header-outer #top>.container>.row .right-aligned-menu-items nav {
        flex-direction: row;
        -webkit-flex-direction: row;
    }


}

.right-aligned-menu-items nav ul.buttons.sf-menu>li>a {
    margin-right: 50px !important;
}

.x-mission-statement {
    margin-bottom: 0 !important;
}

.custom-mb {
    text-align: center;
    margin-bottom: 10px !important;
}

.custom-mb-1 {
    text-align: center;
}

.custom-mb-2 {
    text-align: center;
    margin-bottom: 1px !important;
}



.footer-links .nectar-cta {
    margin-bottom: 10px;
}

@media only screen and (max-width: 690px) {

    .footer-links,
    .footer-links .nectar-cta {
        text-align: center;
    }

    .healthcare-page-banner h2 {
        line-height: 40px !important;
    }
}

.wh-four-box,
.wh-four-box-2 {
    max-width: 606px;
    margin: 0 auto !important;
}

.wh-four-box .wh-four-box-item:nth-child(1) .vc_column-inner {
    padding: 20px 40px 40px 0px;
}

.wh-four-box .wh-four-box-item:nth-child(2) .vc_column-inner {
    padding: 20px 0px 40px 40px;
}

.wh-four-box-2 .wh-four-box-item-2 {
    padding: 20px;
}

.wh-four-box-2 .wh-four-box-item-2:nth-child(1) .vc_column-inner {
    padding: 40px 40px 20px 0px;
}

.wh-four-box-2 .wh-four-box-item-2:nth-child(2) .vc_column-inner {
    padding: 40px 0px 20px 40px;
}

.wh-four-box .wh-four-box-item:nth-child(1) .vc_column-inner>.wpb_wrapper>div,
.wh-four-box .wh-four-box-item:nth-child(2) .vc_column-inner>.wpb_wrapper>div,
.wh-four-box-2 .wh-four-box-item-2:nth-child(1) .vc_column-inner>.wpb_wrapper>div,
.wh-four-box-2 .wh-four-box-item-2:nth-child(2) .vc_column-inner>.wpb_wrapper>div {
    margin-bottom: 0;
}

.wh-four-box .wh-four-box-item:nth-child(1) .vc_column-inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 90%;
    background-color: #3d5c5b;
}

.wh-four-box .wh-four-box-item:nth-child(1) .vc_column-inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 1px;
    background-color: #3d5c5b;
}

.wh-four-box .wh-four-box-item:nth-child(2) .vc_column-inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 1px;
    background-color: #3d5c5b;
}


.wh-four-box-2 .wh-four-box-item-2:nth-child(1) .vc_column-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 90%;
    background-color: #3d5c5b;
}

.xe-middle-section {}

.xe-middle-section .xe-middle-section-h1 {
    margin: 0px 0 10px 0;
}

@media only screen and (max-width: 999px) {

    .wh-four-box .wh-four-box-item:nth-child(1) .vc_column-inner::after,
    .wh-four-box-2 .wh-four-box-item-2:nth-child(1) .vc_column-inner::after {
        display: none;
    }

    .wh-four-box .wh-four-box-item:nth-child(1) .vc_column-inner {
        padding: 0px 0px 30px 0px;
    }

    .wh-four-box .wh-four-box-item:nth-child(2) .vc_column-inner {
        padding: 0px 0px 30px 0px;
    }

    .wh-four-box .wh-four-box-item:nth-child(2) .vc_column-inner::before,
    .wh-four-box-2 .wh-four-box-item-2:nth-child(1) .vc_column-inner::before,
    .wh-four-box-2 .wh-four-box-item-2:nth-child(2) .vc_column-inner::before {
        left: 0;
        margin: 0 auto;
    }

    .wh-four-box .wh-four-box-item:nth-child(1) .vc_column-inner::before {
        right: 0;
        margin: 0 auto;
    }

    .wh-four-box-2 .wh-four-box-item-2:nth-child(1) .vc_column-inner {
        padding: 30px 0px 30px 0px;
    }

    .wh-four-box-2 .wh-four-box-item-2:nth-child(2) .vc_column-inner {
        padding: 0px 0px 30px 0px;
    }

    .wh-four-box-2 .wh-four-box-item-2:nth-child(2) .vc_column-inner::before,
    .wh-four-box-2 .wh-four-box-item-2:nth-child(1) .vc_column-inner::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 90%;
        height: 1px;
        background-color: #3d5c5b;
    }
}


.team-max-width {
    max-width: 1200px;
    margin: 0 auto;
}

.xteam-center .left {
    justify-content: center;
}


.page-id-2542 header#top #logo img,
.page-id-9 header#top #logo img {
    display: none;
}

.page-id-2542 header#top #logo,
.page-id-9 header#top #logo {
    width: 183px;
    height: 45px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    transition: height 0.15s ease, opacity 0.2s ease;
}

.page-id-2542 .small-nav header#top #logo,
.page-id-9 .small-nav header#top #logo {
    width: 170px;
    height: 42px;
}

.page-id-2542 header#top #logo {
    background-image: url('http://roodcpas.showmyproject.net/wp-content/uploads/2026/01/Rood_logo-_healthcare.png');
}

.page-id-9 header#top #logo {
    background-image: url('http://roodcpas.showmyproject.net/wp-content/uploads/2026/01/Rood-_-logo_non_profit.png');
}


@media (max-width: 767.98px) {
    .global-popup-content h5 {
        margin: 10px 0 20px 0;
    }

}

@media (min-width: 1000px) and (max-width: 1400.98px) {
    .x-small-container-wrap {
        max-width: 100%;
    }
}

.page-id-3190 .x-small-container {}

.page-id-3190 .x-small-container .wm-box {}

.page-id-3190 .x-small-container {
    max-width: 100%
}

.page-id-3190 .wm-box .row_col_wrap_12_inner>div {
    width: 262px;
}

.page-id-3190 .wm-box .row_col_wrap_12_inner>div .vc_column-inner {}


.row-max-width2 .row_col_wrap_12 {
    max-width: 1035px;
    margin: auto !important;
    align-items: flex-end;
}

.row-max-width2 .wpb_wrapper ul {
    padding: 0 !important;
    margin: 18px 0 0 0 !important;
}

.row-max-width2 .wpb_wrapper ul li {
    list-style: none;
    border-top: 1px solid #9caba8;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    font-family: 'LATO';
    position: relative;
}

.row-max-width2 .wpb_wrapper ul li:before {
    position: absolute;
    background: #7c918e;
    height: 1px;
    width: 100%;
    content: "";
    top: 0px;
}

.row-max-width2 .wpb_text_column p {

    font-size: 19px;
    color: #2c2e35;
    line-height: 34px;
    font-family: Lato;
}

.bg-greenn2 .wpb_text_column p {
    color: #fff;
}

.bg-greenn2 .wpb_wrapper ul li {
    border-top: 1px solid #e7ebeb;
    color: #fff;
}

.bg-greenn2 .wpb_wrapper ul li:before {
    background: #6e8584;
}


.row-max-width2 a.nectar-button.regular-button {
    padding: 0 !important;
    margin: 0 !IMPORTANT;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato';
    max-width: 157px;
    width: 100%;
    color: #3d5c5b !important;
    border: 1px solid #3d5c5b !important;
    border-radius: 0 !important;
    height: 43px;
    text-align: center;
    line-height: 43px;
    box-shadow: none !important;
    transform: unset !important;
    background: transparent !important;
}

.bg-greenn2 a.nectar-button.regular-button {
    background: #fff !important;
    color: #3d5c5b !important;
}

.bg-greenn2 a.nectar-button.regular-button:hover {
    color: #3d5c5b !important;
    background: #ced4cb !important;
}


.row-max-width2 a.nectar-button {
    padding: 0 !important;
    margin: 0 !IMPORTANT;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato';
    max-width: 157px;
    width: 100%;
    color: #3d5c5b !important;
    border: 1px solid #3d5c5b !important;
    border-radius: 0 !important;
    height: 43px;
    text-align: center;
    line-height: 43px;
    box-shadow: none !important;
    transform: unset !important;
    background: transparent !important;
}

.bg-greenn2 a.nectar-button {
    background: #fff !important;
    color: #3d5c5b !important;
}

.bg-greenn2 a.nectar-button:hover {
    color: #3d5c5b !important;
    background: #ced4cb !important;
}