:root {
/* Colors */
--med-blue: #065f75;
--dk-blue: #033d4b;
--tan: #d79756;
--grey: #3c3c3c;
--lt-grey: #707070;
--cream: #fbf4ee;
--dk-cream: #fdf5ed;
}

.post-content {
	/* font-family: xxxxxxxxxxxxx, sans-serif !important; */
	/* font-weight: 400 !important; */
}

.post-content li {margin-bottom:6px;}

.post-content a {font-weight:700;}

strong, b {font-weight:700;}

h1,h2,h3,h4,h5,h6 {
	/* font-family: xxxxxxxxxxxxx, sans-serif !important; */
	/* font-weight: 700 !important; */
}

.thin-link a {
	font-weight: 400 !important;
	color: var(--grey) !important;
}

/* Symptoms */
#wpupg-grid-symptoms-conditions-filter-1 .wpupg-filter-item {
	font-weight: 700 !important;
}

#wpupg-grid-treatments-filter-1 .wpupg-filter-item {
	font-weight: 700 !important;
}

@media screen and (max-width: 640px) {
	#wpupg-grid-symptoms-conditions-filter-1 .wpupg-filter-item {
		padding: 10px 20px !important;
	}
	#wpupg-grid-treatments-filter-1 .wpupg-filter-item {
		padding: 10px 20px !important;
	}	
}

@media screen and (min-width: 640px) {
	#wpupg-grid-symptoms-conditions-filter-1 .wpupg-filter-item {
		padding: 20px 42.5px !important;
	}
	#wpupg-grid-treatments-filter-1 .wpupg-filter-item {
		padding: 20px 15.5px !important;
	}
}

.wpupg-choices__placeholder {
	opacity: 1 !important;
}

/* Provider Menu */
.provider-menu-link {
	color: var(--med-blue) !important;
}

.provider-menu-link:hover {
	color: #fff !important;
}


/* Header */
body, .fusion-header, .fusion-secondary-main-menu {
	border:none !important;
}

.fusion-header {
	background-size:cover !important;
}

.fusion-contact-info {
	color: var(--dk-blue);
	font-size: 16px;
	font-weight: 700 !important;
}

.fusion-contact-info a {
	color: var(--dk-blue);
	font-size: 16px;
	font-weight: 700 !important;
}

.fusion-contact-info a:hover {
	color: var(--dk-blue);
}

.contact-cnt {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	.contact-cnt {
		column-gap: 20px;
	}
}

@media screen and (min-width: 640px) {
	.contact-cnt {
		column-gap: 40px;
	}
}

.fusion-secondary-header {
	border:none !important;
}
.fusion-header-v5 .fusion-header {
	border-bottom:none !important;
}

.fusion-secondary-main-menu {
	border-bottom:none !important;
}

/* Main Navigation */
.fusion-main-menu > ul > li > a {
	border-top:none !important;
}

/* Forms */
.gform_wrapper.gravity-theme .gfield_label {
	color: var(--med-blue) !important;
	font-size: 18px !important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 18px !important;
}

.gform_wrapper.gravity-theme .gfield_required {
	color: var(--tan) !important;
	font-weight: 700 !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label {
	font-size: 18px !important;
}

.gform_wrapper {
	margin-bottom: 20px !important;
}

/* Quotes */
@media screen and (min-width: 1024px) {
	.fusion-testimonials .reviews {
		height: 200px !important;
	}
}

/* Footer */

.fusion-footer {
	/* font-family: xxxfontnamexxx, sans-serif !important; */
	/* font-weight: 400 !important; */
}

.footer-links a {
	color: #fff !important;
}

.footer-links a:hover {
	color: var(--tan) !important;
}





