/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 08:53:20 */
.header_first_row .top-bar a, .header_first_row .top-bar p{
	color: #000000;
}

.header_first_row .fl-row-content-wrap{
	background-color: #fff !important;
}

.button.header-main__cta{
	background-color: var(--aqua);
    padding: 12px var(--spacing-xl);
    border-radius: var(--radius-sm);
    border: 0;
    font-family: var(--font-body);
    font-size: var(--font-size-body);
    font-weight: 700;
    line-height: var(--line-height-body);
    color: var(--grey-button-text);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 147px;
    white-space: nowrap;
    text-decoration: none;
    box-sizing: border-box;
}

.button.header-main__cta:hover, .button.header-main__cta:active, .button.header-main__cta:focus{
	background-color: var(--blue);
	border: 0;
    color: var(--white);
    text-decoration: none;
}

.search--menu svg {
	fill: rgba(255, 255, 255, 1.0) !important;
}

.fl-theme-builder-header-sticky .search--menu svg {
	fill: rgba(67, 66, 74, 1.0) !important;
}

.sf_apply_now_btn a:hover {
	color: #4982b9 !important;
}