.blog-article .article-tag.news a {
    background: linear-gradient(135deg, #038dc1, #0a7e80);
    color: #ffffff;
}

svg.svg-inline--fa.fa-phone,
svg.svg-inline--fa.fa-facebook-f {
    margin-top: 5px !important;
}

.main-slider-carousel .owl-nav svg.svg-inline--fa.fa-chevron-right {
    margin-top: 20px;
}

.main-slider-carousel .owl-nav svg.svg-inline--fa.fa-chevron-left {
    margin-top: 20px;
}

.news-section-new .news-category.blue a {
    color: #ffffff;
}

a.next.page-numbers svg {
    margin-top: 20px;
}

a.prev.page-numbers svg {
    margin-top: 20px;
}

span.page-numbers.current {
    line-height: 60px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    height: 60px;
    font-weight: 700;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: #222;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    transition: all 500ms ease;
}

@media only screen and (min-width: 1200px) {
    .programs-section-new .program-content {
        min-height: 375px;
    }
}

p:empty {
    display: none !important;
}
.intake-form-wrapper span.wpcf7-not-valid-tip {
    position: absolute;
	padding-top: 0;
	min-width: 150px;
}
.intake-form-wrapper form.invalid .form-group{
	margin-bottom:40px !important;
}
.phone-wrapper input.wpcf7-form-control.wpcf7-tel{
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.intake-form-wrapper .consent-check span.wpcf7-list-item-label{
	display:none;
}
.intake-form-wrapper .consent-check label {
    margin-top: 1px;
}
.intake-form-wrapper .consent-check span.wpcf7-list-item.first.last {
    margin-left: 0;
}
.intake-form-wrapper form.invalid .consent-section {
    padding-bottom: 35px !important;
}