#content section {
    margin-bottom: 0px !important;
}

body {
    overflow-x: hidden;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}

.page header {
    display: none;
}

.team-member-pic img.eael-trigger-image {
    width: 290px !important;
    border-radius: 50%;
}

body div.mfp-bg {
    background: rgba(255,255,255);
    opacity: 0.9;
}

.mfp-content .eael-lightbox-container {
    background: none !important;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.mfp-content .eael-lightbox-container .eael-lightbox-title {
    margin: 0px 0px 20px;
}

.mfp-close {
    right: 10em;
}


element.style {
}
.enrollment-process-step a {
    text-decoration: none;
}
.enrollment-process-step .step-number {
    text-align: center;
    color: #333;
    text-decoration: none;
    border-radius: 35px;
    border: 1px solid #2d2d2d;
    width: 56px;
    margin: 29px auto;
    height: 56px;
    padding: 10px;
    font-size: 28px;
    font-weight: bold;
}

.enrollment-process-step .step-number:after {
    display: block;
    content: '';
    position: absolute;
    width: 255px;
    background: #2d2d2d;
    left: 55px;
    right: 0;
    top: 26px;
    height: 3px;
    opacity: 0.1;
}

.enrollment-process-step a:hover .step-number {
    color: #fff; 
}

.enrollment-process-step a:hover .step-number:before {
    transform: scaleY(1);
    border-radius: 35px;
}

.enrollment-process-step .step-image {
    padding: 0 3em;
    text-align: center;
}

.enrollment-process-step .step-number {
    text-align: center;
    color: #333;
    background: #fff;
    text-decoration: none;
    border-radius: 35px;
    border: 1px solid #2d2d2d;
    width: 57px;
    height: 57px;
    margin: 29px auto;
    padding: 10px;
    font-size: 28px;
    font-weight: bold;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.step-number:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6f8e69;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.enrollment-process-step .step-number-last {
    text-align: center;
    color: #333;
    background: #fff;
    text-decoration: none;
    border-radius: 35px;
    border: 1px solid #2d2d2d;
    width: 56px;
    margin: 29px auto;
    height: 56px;
    padding: 10px;
    font-size: 28px;
    font-weight: bold;
}

.enrollment-process-step a:hover .step-number-last {
    color: #fff; 
}

.enrollment-process-step a:hover .step-number-last:before {
    transform: scaleY(1);
    border-radius: 35px;
}

.enrollment-process-step .step-number-last {
    text-align: center;
    color: #333;
    text-decoration: none;
    border-radius: 35px;
    border: 1px solid #2d2d2d;
    width: 57px;
    height: 57px;
    margin: 29px auto;
    padding: 10px;
    font-size: 28px;
    font-weight: bold;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.step-number-last:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6f8e69;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@media only screen (min-width: 864px) and (max-width: 1200px) {
    .enrollment-process-step .step-number:after {
       width: 194px !important;
     }
}

@media only screen and (max-width: 864px) {
   .enrollment-process-step .step-number:after {
       display: none;
   }
}