/**
 * Gel 2019.2
 * Index Stylesheet
 * @version 2019.2.1 - r4
 * @created 2018-04-05 by Fritz Green
 * @modified 2021-07-02 Grant Mosier
 */.index-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
	.index-logo {
		font-size: 5em;
	}
}
















































































































































































































.content-hero {
	background-image: url("../images/index/unity-square-downtown-bartlesville.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -999;
	margin-top: .5em;
	position: relative;
	margin-bottom: 1em;
	flex: 1 0 auto;
}
.content-hero .content-i {
	background: transparent;
	height: 48em;
	display: flex;
	align-items: center;
	max-width: 105rem;
	justify-content: flex-end;
}
.content-hero h1 {
	color: #FFF;
	text-align: left;
	border: none;
	text-shadow: 5px 5px 5px rgba(0, 43, 31, .75);
	font-size: 3.6em;
	line-height: 70px;
	line-height: 70px;
	padding: 0 0 .2em;
}
.content-hero .index-photo-credit {
	border: none;
	max-width: 20em;
	height: auto;
	position: absolute;
	bottom: 10px;
}
.flw-hero {
	width: 34em;
	z-index: 999;
	position: relative;
}
.credit {
	font-weight: 700;
	color: #fff;
	font-size: 1.25em;
	letter-spacing: 2px;
	text-align: right;
	padding-right: 3.7em;
	margin: -.8em 0 0;
	text-shadow: 5px 5px 5px rgba(0, 43, 31, .75);
}
.flw-pattern {
	position: absolute;
	z-index: -1;
	right: 0;
	width: 56.5em;
	height: 100%;
	transform: rotate(180deg);
}
.content-o.content-weather {
	flex: 1 0 auto;
}
.content-o.content-funnels {
	padding: 0 4em 0 0;
	position: relative;
	border-top: 1.5px solid #D3E6E6;
	margin-top: 2em;
	flex: 1 0 auto;
}
.content-funnels hr {
	position: absolute;
	top: 5em;
}
.index-pattern {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 13.89em;
}
.long-line {
	position: absolute;
	height: 100%;
	border-left: 1.5px solid #D3E6E6;
	left: 7em;
}
.content-funnels .content-i {
	background: transparent;
	padding: 3em 0 4em 4em;
}
.index-funnel {
	background: #fff;
	border: 1.5px solid #E0AE2E;
	width: 20em;
	padding: 0 1em;
	margin-left: 3em;
}
.index-funnel.visit {
	margin-left: 0;
}
.index-funnel h2 {
	color: #67AB46;
	display: flex;
	align-items: center;
	margin: .4em 0;
	font-size: 2.25em;
}
.index-funnel h2 svg {
	margin-left: .4em;
}
.index-funnel.events h2 svg {
	margin-left: 0;
	margin-right: .4em;
}
.content-o.content-unity {
	margin: 0 auto 4em;
	padding: 0;
	position: relative;
	flex: 1 0 auto;
}
.content-unity .content-i {
	border: 1.5px solid #D3E6E6;
	max-width: 100%;
	padding: 0;
	width: auto;
	margin: 0 4em;
	background: transparent;
}
hr.rule {
	border-bottom: 2px solid #E0AE2E;
	position: absolute;
}
hr.unity, hr.bcc-r {
	display: none;
}
hr.price {
	top: 16.15em;
	z-index: 1;
}
.unity-bville {
	position: relative;
	width: 100%;
	max-width: 80rem;
	margin: auto;
	padding: 2em 4em 2em;
}
.unity-bville h2 {
	color: #006838;
	margin: 0;
}
.unity-places {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 2;
	position: relative;
}
.place-i {
	position: relative;
	margin: 3em 1.5em 0;
}
.diamond {
	border: 2px solid #E0AE2E;
	width: 13.5em;
	height: 13.5em;
	transform: rotate(45deg);
	position: absolute;
	top: 1.8em;
	left: 2.3em;
}
.place-i h3 {
	text-align: center;
	width: 100%;
}
.place-i.bcc-entry h3 {
	margin: 1em 0 0;
}
.place-i.bcc-entry h3.smaller-h3 {
	margin: 0;
	font-size: 1.2em;
}
.unity-bville p {
	margin-top: 2em;
}
.index-pattern.diamond-svg {
	position: absolute;
	left: 3em;
	top: 7em;
	height: 80.22px;
	width: 80.22px;
}
.diamond-svg {
	position: absolute;
	right: 1.55em;
	top: 7em;
}
.circle-svg {
	position: absolute;
	bottom: 2em;
	left: 2.25em;
}
@media screen and (max-width: 1470px) {
	.content-hero .content-i {
		max-width: 80rem;
	}
}
@media screen and (max-width: 1269px) {
	hr.unity {
		display: block;
		top: 39.1em;
	}
	.place-i.bcc-entry {
		margin: 0 1.5em 0;
	}
}
@media screen and (max-width: 1185px) {
	.index-funnel.rent {
		margin-top: 3em;
	}
}
@media screen and (max-width: 1127px) {
	.diamond-svg {
		right: .55em;
	}
	.circle-svg {
		left: 1.25em;
	}
}
@media screen and (max-width: 1024px) {
	.flw-pattern {
		width: 35.3em;
		z-index:1;
	}
	.content-hero .content-i {
		height: 30em;
	}
	.content-o.content-funnels {
		padding: 0;
	}
	.content-funnels .content-i {
		padding: 3em;
	}
	.content-unity .content-i {
		margin: 0 3em;
	}
	.unity-bville {
		padding: 2em 3em 2em;
	}
	.content-hero {
		background-image: url("../images/index/unity-square-downtown-bartlesville-800.jpg");
	}
	.content-hero .index-photo-credit {
		border: none;
		max-width: 12em;
		height: auto;
		position: absolute;
		bottom: 10px;
		left: 20px;
	}
}
@media screen and (max-width: 970px) {
	.downtown {
		display: none;
	}
}
@media screen and (max-width: 900px) {
	.unity-places {
		display: block;
	}
	.place-i {
		margin: 3em 0 0;
		width: 16em;
		margin-right: auto;
	}
	.place-i.unity-sq-entry, .place-i.bcc-entry {
		margin: 0 0 0;
	}
	hr.bcc-r {
		display: block;
		top: 51.05em;
	}
	.place-i.unity-sq-entry {
		margin-left: auto;
		margin-right: 2em;
	}
	.place-i h3 {
		position: absolute;
	}
	.place-i.price-tower-entry h3 {
		right: -9em;
		top: 4.5em;
	}
	.place-i.unity-sq-entry h3 {
		right: 7em;
		top: 4.5em;
	}
	.place-i.bcc-entry h3 {
		right: -9em;
		top: 4.5em;
	}
	.place-i.bcc-entry h3.smaller-h3 {
		right: -14.5em;
		top: 11em;
	}
	hr.unity {
		top: 33.58em;
	}
}
@media screen and (max-width: 820px) {
	.index-content {
		display: block;
	}
	.index-funnel {
		margin-left: auto;
		margin-top: 1em;
	}
	.index-funnel.visit {
		margin-left: auto;
		margin-top: 0;
	}
	.index-funnel.rent {
		margin-top: 1em;
	}
}
@media screen and (max-width: 674px) {
	.place-i {
		width: 10em;
	}
	.place-i svg {
		height: 12em;
		width: 12em;
	}
	.diamond {
		width: 9em;
		height: 9em;
		top: 1.5em;
		left: 1.5em;
	}
	hr.price {
		top: 16.65em;
	}
	hr.unity {
		top: 28.95em;
	}
	hr.bcc-r {
		top: 41.25em;
	}
	.place-i h3 {
		font-size: 1.5em;
		width: 125%;
	}
	.place-i.price-tower-entry h3 {
		right: -9em;
		top: 4.1em;
	}
	.place-i.unity-sq-entry h3 {
		right: 5em;
		top: 4.1em;
	}
	.place-i.bcc-entry h3 {
		right: -9em;
		top: 4.1em;
	}
	.place-i.bcc-entry h3.smaller-h3 {
		right: -13.49em;
		top: 9.7em;
		font-size: 1em;
	}
	.content-hero {
		background-image: url("../images/index/unity-square-downtown-bartlesville-600.jpg");
	}
}
@media screen and (max-width: 660px) {
	.diamond-svg, .circle-svg {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.credit {
		padding-right: 0;
	}
	.flw-pattern {
		right: 0;
	}
	.index-funnel {
		width: 18em;
	}
	.content-funnels .content-i {
		padding: 2em;
	}
	.content-unity .content-i {
		margin: 0 2em;
	}
	.unity-bville {
		padding: 2em;
	}
	hr.price {
		top: 12.6em;
	}
	hr.unity {
		top: 24.9em;
	}
	hr.bcc-r {
		top: 37.2em;
	}
}
@media screen and (max-width: 535px) {
	.content-hero h1 {
		font-size: 2.5em;
		line-height: 50px;
	}
	.credit {
		font-size: 1em;
		letter-spacing: 1px;
		margin: -.6em 0 0;
	}
}
@media screen and (max-width: 500px) {
	.content-funnels .content-i {
		padding: 1em;
	}
	.content-unity .content-i {
		margin: 0 1em;
	}
	.unity-bville {
		padding: 2em 1em;
	}
	.content-hero {
		background-image: url("../images/index/unity-square-downtown-bartlesville-400.jpg");
	}
}
@media screen and (max-width: 440px) {
	.place-i h3 {
		position: relative;
	}
	.place-i.price-tower-entry h3 {
		right: 0;
		top: 0;
	}
	.place-i.unity-sq-entry h3 {
		right: 0;
		top: 0;
	}
	.place-i.bcc-entry h3 {
		right: 0;
		top: 0;
	}
	.place-i.bcc-entry h3.smaller-h3 {
		right: 0;
		top: 0;
	}
	hr.price {
		top: 14.65em;
	}
	hr.unity {
		top: 28em;
	}
	hr.bcc-r {
		top: 43.45em;
	}
}
@media screen and (max-width: 400px) {
	hr.unity {
		top: 30.1em;
	}
	hr.bcc-r {
		top: 45.5em;
	}
}
@media screen and (max-width: 370px) {
	.content-hero h1 {
		font-size: 2em;
		line-height: 40px;
	}
	.content-funnels .content-i {
		padding: 1em 0 1em;
	}
	.index-funnel {
		width: 17em;
		margin-right: auto;
	}
	.place-i {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.diamond {
		left: unset;
	}
}