#content {
  text-align: center;
}
#content p {
  line-height: 1.3;
}
#content p#breadcrumbs {
  text-align: left;
}
#content h1.entry-title {
  display: none;
}
#content h2,
#content h3,
#content h4 {
  font-weight: 400;
}
#content h2 strong,
#content h3 strong,
#content h4 strong {
  font-weight: 700;
}
#content h2 {
  font-size: 3em;
}
#content h3 {
  font-size: 2em;
}
#content h4 {
  font-size: 1.5em;
}
#content h2 + h3 {
  margin-top: -0.75em;
}
#content a.gsite-button {
  width: 350px;
}
#content .market-list {
  background: #808080;
  max-width: 250px;
  margin: 10px auto;
  line-height: 2;
}

/* join us form */
.ju-form-holder .ai-default-cf7wrap {
	max-width: 100%;
	margin: 0 auto;
	text-align: left
  }
  .ju-form-holder .aidefcf-subtitle {
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #797979;
	line-height: 1.4;
	margin-bottom: 16px;
  }
  .ju-form-holder .aidefcf-subtitle span {
	font-weight: 500;
	font-size: 18px;
	color: #343434;
	letter-spacing: 0;
  }
  .ju-form-holder .aidefcf-left, .ju-form-holder .aidefcf-right {
	width: calc(50% - 15px);
  }
  .ju-form-holder .ai-default-cf7wrap input[type=text],
  .ju-form-holder .ai-default-cf7wrap input[type=tel],
  .ju-form-holder .ai-default-cf7wrap input[type=email],
  .ju-form-holder .ai-default-cf7wrap input[type=date],
  .ju-form-holder .ai-default-cf7wrap select {
	height: 47px;
	border: 1px solid #797979;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #404040;
	margin: 4px 0;
	padding: 0 18px !important;
	background: transparent;
	width: 100%;
  }
  .ju-form-holder .ai-default-cf7wrap select option {
	color: #000;
  }
  .ju-form-holder .aidefcf-wrapper .wpcf7-form-control.wpcf7-select {
	background-color: transparent;
	/* background-image: url(../../images/what-is-my-home-worth/arrow-dark.png);
	background-repeat: no-repeat;
	background-position: 98% center; */
	color: #fff;
  }
  .ju-form-holder .ai-default-cf7wrap textarea {
	height: 97px;
	border: 1px solid #797979;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.02em;
	color: #404040;
	padding: 19px 20px !important;
	background: transparent;
  }
  .ju-form-holder .form-btn {
	margin: 46px 0 0;
	width: 174px;
	position: relative;
	height: 45px;
  }
  .ju-form-holder .form-btn span.ajax-loader {
	position: absolute;
	bottom: -30px;
	left: 0;
  }
  .ju-form-holder .ai-default-cf7wrap input[type=submit] {
	height: 45px;
	margin: 0;
	background: transparent !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff !important;
	position: relative;
	z-index: 1;
	border: 1px #fff solid;
  }
  .ju-form-holder .ai-default-cf7wrap input[type=submit]:hover {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
  }
  .ju-form-holder .form-disclaimer {
	font-size: 13px;
	letter-spacing: 0.02em;
	color: #fff;
	line-height: 1.2;
	margin: 9px 0 0;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	}
  .ju-form-holder .aidefcf-wrapper .use-floating-validation-tip span.wpcf7-not-valid-tip {
	left: 5%;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
  }
  .ju-form-holder .aidefcf-wrapper .wpcf7-form-control-wrap {
	display: block;
  }
  .ju-form-holder .aidefcf-row {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
	background: #cbcccf;
	margin: 60px 0;
	padding: 38px 48px 53px;
	transition: background 0.3s ease;
  }
  .ju-form-holder .aidefcf-custom-title {
	text-transform: uppercase;
	width: 100%;
	font-weight: 500;
	font-size: 15px;
	overflow: hidden;
	margin-bottom: 26px;
	font-family: "Spartan", sans-serif;
  }
  .ju-form-holder .aidefcf-custom-title span {
	color: #343434;
	position: relative;
	font-weight: 700;
	letter-spacing: 0.36em;
	display: inline-block;
	transition: color 0.3s ease;
  }
  .ju-form-holder .aidefcf-row .aidefcf-custom-title span:before {
	content: "";
	height: 1px;
	width: 2000px;
	background: #797979;
	opacity: 0.4;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto auto auto 26px;
	left: 100%;
  }
  .ju-form-holder .aidefcf-field {
	width: calc(50% - 15px);
	margin-bottom: 14.5px;
  }
  .ju-form-holder .aidefcf-field.field-full {
	width: 100%;
  }
  .ju-form-holder .aidefcf-field label {
	display: block;
	width: 100%;
	font-size: 15px;
	letter-spacing: 0.02em;
	color: #404040;
	transition: color 0.3s ease;
  }
  .ju-form-holder .aidefcf-field small {
	display: block;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.2;
	color: #4d4d4d;
	transition: color 0.3s ease;
  }
  .ju-form-holder .aidefcf-row.active {
	background: #0c0c0c;
  }
  .ju-form-holder .aidefcf-row.active .aidefcf-custom-title span {
	color: #fff
  }
  .ju-form-holder .aidefcf-row.active .aidefcf-field label,
  .ju-form-holder .aidefcf-row.active .aidefcf-field small {
	color: #fff;
  }
  .ju-form-holder .ai-default-cf7wrap .aidefcf-row.active input[type=text],
  .ju-form-holder .ai-default-cf7wrap .aidefcf-row.active input[type=tel],
  .ju-form-holder .ai-default-cf7wrap .aidefcf-row.active input[type=email],
  .ju-form-holder .ai-default-cf7wrap .aidefcf-row.active input[type=date],
  .ju-form-holder .ai-default-cf7wrap .aidefcf-row.active select,
  .ju-form-holder .aidefcf-wrapper .aidefcf-row.active .wpcf7-form-control.wpcf7-select,
  .ju-form-holder .ai-default-cf7wrap .aidefcf-row.active textarea {
	color: #fff;
  }
  .ju-form-holder .aidefcf-wrapper .aidefcf-row.active .wpcf7-form-control.wpcf7-select {
	background-image: url(../../images/what-is-my-home-worth/arrow-white.png);
  }
/* end - join us form */