/*fonts*/
body {
  font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6, .hfe-nav-menu, button, .button, .btn, input[type="button"], .elementor-button {
  font-variation-settings: "wdth" 75;
}

/*links*/
a {
  color: #3078BE;
  font-weight: bold;
}
a.whiteLink {
  color: #fff;
}

/* contact forms */
.wpforms-field-label {
	font-size: 18px;
	font-weight: bold;
	color: #22315E;
	font-variation-settings: "wdth" 75;
}
.wpforms-container input[type="text"], .wpforms-container input[type="email"], .wpforms-container input[type="tel"], .wpforms-container textarea {
	border: 2px solid #ccc;
}
.wpforms-required-label {
	color: red;
}
.wpforms-container fieldset {
	border: none;
	padding: 0;
}
.wpforms-field {
	margin-bottom: 12px;
}
.wpforms-field ul {
	list-style-type: none;
	padding-left: 0;
}
.wpforms-container input[type="radio"] {
	margin-right: 6px;
}

.wpforms-field-checkbox label {
	width: 90%;
	margin-left: 12px;
}
.wpforms-submit {
	border-color: #000;
}

/* default page styling */
#content {
	margin-top: 60px;
	margin-bottom: 60px;
}

/* faqs */
.elementor-accordion .elementor-tab-title {
	border-radius: 60px;
}
.elementor-accordion-item {
	margin-bottom: 6px;
}