/* SITE WIDE */
@media screen and (min-width:1025px) {
    .cr-big-space-row .elementor-column:nth-of-type(1) {
        margin-right: 60px;
    }

    .cr-big-space-row .elementor-column:nth-of-type(2) {
        margin-left: 60px;
    }

    .cr-medium-space-row .elementor-column:nth-of-type(1) {
        margin-right: 30px;
    }

    .cr-medium-space-row .elementor-column:nth-of-type(2) {
        margin-left: 30px;
    }
}

/* HEADER */
.cr-header-nav .elementor-nav-menu li a {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.cr-header-nav .elementor-nav-menu li a:hover,
.cr-header-nav .elementor-nav-menu li a.elementor-item-active {
    background-color: #02b0ab !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: 400 !important;
    color: #ffffff !important;
}

/* PAGES */
/* Home Page */
.green-leaf-bullets {
    list-style-type: none;
    padding-left: 0;
}

.green-leaf-bullets li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}

.green-leaf-bullets li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url('/wp-content/uploads/2025/09/green-bullet.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Contact Us */
/* form */
#gform_wrapper_3 .gfield_label {
    font-weight: 400;
}

#gform_wrapper_3 .gfield_required,
#gform_wrapper_3 .gform_required_legend {
    display: none;
}

#gform_wrapper_3 #gform_submit_button_3 {
    display: block;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    padding: 8px 0 10px;
    border: 1px solid #000000;
    border-radius: 160px;
    transition: background-color 0.3s ease;
    width: 100%;
}

#gform_wrapper_3 #gform_submit_button_3:hover {
    background-color: #232222;
}

/* WHY CONSONUS */

.leadership-container {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: flex-start;
}

.leadership-container .leader {
    max-width: 200px;
}

.leadership-container .leader .leader-name {
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 1;
}


.leadership-container .leader .leader-title {
    margin-bottom: 2px;
    line-height: 1;
}


.leadership-container .leader a.linkedin {
    font-size: 15px;
    color: #B3B3B3;
    text-decoration: none;
    font-weight: 400;
}

.pharmacy-leadership-section .leadership-container .leader *,
.rehab-leadership-section .leadership-container .leader *,
.pharmacy-leadership-section .leadership-container .leader a.linkedin,
.rehab-leadership-section .leadership-container .leader a.linkedin {
    color: #fff;
}