.tm-header .uk-navbar-container::after {
	content: '';
	background: url('/wp-content/uploads/2023/06/header-bar-scaled.jpg') 0 100% no-repeat;
	background-size: auto;
	background-size: 100% auto;
	display: block;
	width: 100%;
	height: 8px;
}
.heading-bg {
    display: inline;
	background: #004C75;
    padding: 0px 10px;
}

/* Common Contact Form 7 */
.wpcf7-spinner {
	display: none;
}
.wpcf7-not-valid-tip {
	color: #c00518;
	font-size: 13px;
}
.privacy {
    font-size: 0.85rem;
	margin: 8px 0px 5px 0px;
}
.privacy a {
    color: #004C75 !important;
}
.uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default {
	background-image: linear-gradient(to top, #d2a113, #d7a715, #dcad16, #e1b418, #e6ba1a, #eac132, #edc944, #f1d054, #f4da74, #f7e492, #faedaf, #fef6cc);
	color: #191919;
	border: 2px solid #EFD67D;
}
.uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover {
	background-image: linear-gradient(to top, #f0be2d, #f2c230, #f4c632, #f6ca35, #f8ce38, #f9d347, #fbd855, #fcdd62, #fce37b, #fde993, #feefab, #fff5c2);
	color: #191919;
	border: 2px solid #F3E099;
}

/* Contact Form */
#contactForm .uk-textarea {
	height: 247px;
}

/* RequestForm */
#requestForm .uk-textarea {
	height: 247px;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
 	font-size: 14px;
	max-width: 100%;
}

@media only screen and (max-width: 690px) {
	#contactForm .uk-button,
    #requestForm .uk-button {
    	font-size: 1.1rem;
    	width: 100%;
        margin-top: 25px;
        padding: 15px 10px;
    }
}