/**
 * Gel 2019.2
 * Index Stylesheet
 * @version 2019.2.1 r 6
 * @created 2018-04-05 by Fritz Green
 * @modified 2022-08-19 by Grant Mosier
 */.index {
	display: block;
	height: auto;
}
.index-hero {
	display: flex;
}
h1.homepage {
	color: #686058;
	filter: none;
}
.index-hero-i {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	color: #F6F4F2;
	text-align: center;
}
.index-hero-full {
	background-image: url(/images/index/BRTA-HomeHeader-Aug22.jpg);
	background-color: #00A6CE;
}
.index-hero-improve {
	background-image: url(/images/index/improve-lg.jpg);
	background-color: #7DA2A9;
}
.index-hero-find {
	background-image: url(/images/index/find-lg.jpg);
	background-color: #1C364B;
}
.index-hero-text {
	max-width: 50em;
	margin: 12em;
}
.index-hero-i h2 {
	margin-top: 0;
}
.index-hero-improve h2 {
	color: #1C364B;
}
.index-hero-i p {
	text-align: center;
}
.index-hero-i .button {
	margin: 1em 0 0;
}
.index-hero-improve .button {
	border-color: #1C364B;
	color: #1C364B;
}
.index-hero-improve .button:hover {
	color: #7DA2A9;
}
.index-hero-improve .button:after {
	background: #1C364B;
}
.index-hero-find .button:hover {
	color: #1C364B;
}
@media screen and (max-width: 1700px) {
	.index-hero-text {
		max-width: 25.5em;
		margin: 8em;
	}
}
@media screen and (max-width: 1450px) {
	.index-hero-text {
		margin: 4em;
	}
}
@media screen and (max-width: 1100px) {
	.index-hero {
		flex-wrap: wrap;
	}
	.index-hero-i {
		flex: 0 0 100%;
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	.index-hero-text {
		margin: 3em;
	}
}
@media screen and (max-width: 600px) {
	.index-hero-full {
		background-image: url(/images/index/BRTA-HomeHeaderSmall-Aug22.jpg);
	}
	.index-hero-improve {
		background-image: url(/images/index/improve-sm.jpg);
	}
	.index-hero-find {
		background-image: url(/images/index/find-sm.jpg);
	}
	.index-hero-text {
		margin: 2em;
	}
}


.index-entry-description {
	max-width: 54em;
	color: #686058;
}
.index-entry {
	display: flex;
	align-items: flex-start;
	margin: 3em -2em 0;
}
.index-entry-i {
	flex: 1 1 25%;
	width: 25%;
	padding: 0 2em;
	text-align: center;
}
.index-entry-i:nth-of-type(2) {
	border-right: 1px solid #B9C3CF;
	border-left: 1px solid #B9C3CF;
}
.index-entry-i h3 {
	position: relative;
	z-index: 1;
	margin-top: -.1em;
	padding: .1em 0 .25em;
	border-top: 1px solid #1C364B;
	border-bottom: 1px solid #1C364B;
	text-align: center;
}
.index-entry-i:nth-of-type(1) h3 {
	color: #00A6CE;
}
.index-entry-i:nth-of-type(2) h3 {
	color: #F18A00;
}
.index-entry-i:nth-of-type(3) h3 {
	color: #80BC00;
}
.index-entry-i:nth-of-type(1) .index-entry-header:hover h3 {
	color: #0083A3;
}
.index-entry-i:nth-of-type(1) .index-entry-header:hover .building-shading * {
	fill: #0083A3;
}
.index-entry-i:nth-of-type(1) .index-entry-header:hover .building-background * {
	fill: #D6E2E3;
}
.index-entry-i:nth-of-type(2) .index-entry-header:hover h3 {
	color: #CC7400;
}
.index-entry-i:nth-of-type(2) .index-entry-header:hover .building-shading * {
	fill: #CC7400;
}
.index-entry-i:nth-of-type(2) .index-entry-header:hover .building-background * {
	fill: #F0EBE1;
}
.index-entry-i:nth-of-type(3) .index-entry-header:hover h3 {
	color: #628F00;
}
.index-entry-i:nth-of-type(3) .index-entry-header:hover .building-shading * {
	fill: #628F00;
}
.index-entry-i:nth-of-type(3) .index-entry-header:hover .building-background * {
	fill: #E2E9D2;
}
.index-entry-i .button {
	width: 100%;
	margin: 1em 0 0;
}
.index-entry-i:nth-of-type(1) .button {
	border-color: #0083A3;
	color: #0083A3;
}
.index-entry-i:nth-of-type(1) .button:hover {
	color: #F6F4F2;
}
.index-entry-i:nth-of-type(1) .button:after {
	background: #00A6CE;
}
.index-entry-i:nth-of-type(2) .button {
	border-color: #CC7400;
	color: #CC7400;
}
.index-entry-i:nth-of-type(2) .button:hover {
	color: #F6F4F2;
}
.index-entry-i:nth-of-type(2) .button:after {
	background: #F18A00;
}
.index-entry-i:nth-of-type(3) .button {
	border-color: #628F00;
	color: #628F00;
}
.index-entry-i:nth-of-type(3) .button:hover {
	color: #F6F4F2;
}
.index-entry-i:nth-of-type(3) .button:after {
	background: #80BC00;
}
@media screen and (max-width: 1150px) {
	.index-entry {
		flex-wrap: wrap;
		margin: 3em 0 0;
	}
	.index-entry-i {
		flex: 0 0 100%;
		width: 100%;
		padding: 3em 0;
		border-top: 1px solid #B9C3CF;
		text-align: center;
	}
	.index-entry-i:nth-of-type(2) {
		border-right: none;
		border-left: none;
	}
	.index-entry-i:last-of-type {
		padding-bottom: 0;
	}
	.index-entry-i .button {
		width: auto;
	}
}
@media screen and (max-width: 1150px) and (min-width: 450px) {
	.index-entry-i svg {
		width: 18.8em;
		height: 6.94em;
	}
}
@media screen and (max-width: 1000px) {
	.index-entry-i h3 {
		margin-top: -.15em;
	}
}
@media screen and (max-width: 750px) {
	.index-entry-i .button {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.index-entry-i {
		padding: 2em 0;
	}
	.index-entry-i h3 {
		margin-top: -.2em;
	}
}