  p.eyebrow {
    font-size: 16px!important;
    font-weight: bold;
    color: #0874c1;
    margin-bottom: 0;
}
.program-box .program-box-inside, .service-tile-item .item .box {
    position: relative;
    padding: 30px!important;
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 25%);
    border-radius: 0 0 10px 0;
    background: #FFFFFF;
	border:none;
    border-top: 5px solid #00aeef;
    transition: all .5s;
    z-index: 1;
}
.service-tile-item .item .box.text-center {text-align:left!important;}

.service-tile-item .item .box:hover {
    background: #003359;
	color:#fff!important;
}
.contact-area a:hover {
    background-size: 0 1em;
}
.item .box h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
}
.item .box p {margin-bottom:0;}
.item.contact-box p {
    margin-bottom: 10px !important;
}
.service-tile-item .item .box:hover h3, .service-tile-item .item .box:hover p, .service-tile-item .item .box:hover ul li, .service-tile-item .item .box:hover ol li, .service-tile-item .item .box:hover a:link {
    color: #fff!important;
}
.item .box .icon {color: #FFD400;}
.cta-bar-wrapper .cta-bar {
    background: none!important;
}
.info-cards .info-item .info-body p {
    margin-bottom: 10px;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
}
.info-cards .info-item .info-overlay span {
    display: none;
}
.item .box .icon:after {
    content: "\f063";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 2px;
    right: 15px;
    font-size: 22px;
}
.align-items-center {
    display: flex;
    align-items: center;
}
.flex-column {
    justify-content: center;
    flex-direction: column;
}
h2.main-title, h3.main-title {
    margin-bottom: 15px;
}
img.feature-photo {
    filter: drop-shadow(6px 5px 30px rgba(0, 0, 0, 0.25));
    width: 95%;
    border-radius: 8px;
}
.feature-photo {
    filter: drop-shadow(6px 5px 30px rgba(0, 0, 0, 0.25));
    width: 95%;
    border-radius: 8px;
}
.secondary-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}