/* Color Tokens */
#primary {
	color: #00548B; /* $primary */
}

#secondary {
	color: #D0282E; /* $secondary */
}

#tertiary {
	color: #3F79BC; /* $tertiary */
}

#light {
	color: #EFECE4; /* $light */
}

#dark {
	color: #53616F; /* $dark */
}

#white {
	color: #FFFFFF; /* $white */
}

#text {
	color: #2B2E30; /* $text */
}
/* End Color Tokens */

/* Find A Service */
.find-service {
	padding: 0;
}

.header-banner {
	background-color: #00548B; /* $primary */
}

.header-banner .fourth {
	padding: 1em 2.889em;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header-banner .fourth icon {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #FFFFFF; /* $white */
	font-size: 2em;
	margin-right: 0.425em;
}

.header-banner h1 {
	color: #FFFFFF; /* $white */
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	line-height: 1;
}

.header-banner .three-fourths {
	background-color: #3F79BC; /* $tertiary */
	padding: 3em 5% 3em 0;
}

.find-service .header-banner .three-fourths {
	background-size: cover;
	background-image: url(/images/design-assets/banner-photo-gallery.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 5em 5% 5em 0;
}

.header-banner .input-text {
	max-width: 50em;
}

.header-banner .input-text input {
	padding-right: 4em;
}

.header-banner .input-text icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3.5em;
	background-color: #D0282E; /* $secondary */
	color: #FFFFFF; /* $white */
	border: solid 0.35em #FFFFFF; /* $white */
	background-image: linear-gradient(to right,#D0282E 34%,#F73E3E 34%,#F73E3E 65%,#D0282E 65%);
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-size: 300% 100%;
	background-position: 100% 0;
	background-repeat: no-repeat;
	transition: background-position .4s ease;
	cursor: pointer;
}

.header-banner .input-text icon:hover {
	background-position: 0 0;
}
/* End Find A Service */

/* Find A Service [Results List] */
.find-service .service-results {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.service-results h4 {
	font-weight: 300;
	font-size: 1.667em;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.find-service .service-results aside {
	background-color: #DDEAF2;
}

.find-service .service-results aside .side-nav-info {
	padding: 2.889em;
	transition: transform .4s ease 0s;
}

.find-service .service-results aside .side-nav-info.sticky {
	position: fixed;
	left: 0;
	top: 0;
	right: auto;
}

.up-scroll .find-service .service-results aside .side-nav-info.sticky {
	-webkit-transform: translateY(7em);
	-ms-transform: translateY(7em);
	transform: translateY(7em);
}

.down-scroll .find-service .service-results aside .side-nav-info.sticky {
	transition: transform .4s ease 1s;
}

.service-results aside header {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: solid 1px #53616F; /* $dark */
	padding-bottom: 0.125em;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 1.5em;
}

.service-results aside header a {
	display: block;
	color: #D0282E; /* $secondary */
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
	font-size: 0.778em;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 0.75em;
}

.service-results aside header a:hover {
	color: #00548B; /* $primary */
}

.service-results fieldset {
}

.service-results fieldset li {
	margin-top: 0.75em;
}

.service-results .alphabet-grid {
}

.service-results .alphabet-grid ul {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.service-results .alphabet-grid li {
	width: 16%;
	max-width: calc(16.667% - 0.25em);
	margin: 0.25em 0.25em 0 0;
}

.service-results .alphabet-grid li label {
	display: block;
	background-color: #FFFFFF; /* $white */
	text-align: center;
	line-height: 1;
	padding: 0.75em 0.25em;
	font-weight: 600;
	color: #3F79BC; /* $tertiary */
	font-size: 1.167em;
	transition: 0.5s ease;
	cursor: pointer;
}

.service-results .alphabet-grid li input:disabled + label {
	opacity: .3;
	pointer-events: none;
}

.service-results .alphabet-grid li input {
	display: none;
}

.service-results .alphabet-grid li label:hover, .service-results .alphabet-grid li .active, .service-results .alphabet-grid li label:focus, .service-results .alphabet-grid li input:checked + label {
	background-color: #3F79BC;
	color: #FFFFFF; /* $white */
}

.find-service .service-results article {
	padding: 4.667em 1.667em;
}

.find-service .service-results article small {
	display: block;
	font-size: 1em;
	color: #53616F; /* $dark */
	font-family: 'Source Sans 3', sans-serif;
	margin-bottom: 1.5em;
}

.find-service .service-results .no-path strong {
	font-size: 1.111em;
	font-weight: 600;
	line-height: 1.25;
	margin-top: 0.5em;
}

.find-service .service-results .no-path small {
	font-size: 0.889em;
	line-height: 1em;
	margin-bottom: 0;
}

.find-service .service-results .no-path small a {
	display: inline;
	padding: 0;
	font-size: 1em;
}

.find-service.loading .service-results article > nav, .find-service.loaded .service-results article > nav {
	display: none;
}

.service-results article nav {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 1em;
}

.service-results article nav a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	font-weight: 700;
	color: #FFFFFF; /* $white */
	background-color: #000000;
	position: relative;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.25;
	min-height: 13em;
	padding: 1em;
	width: 24.3333%;
	max-width: calc(25% - 1em);
	margin-right: 1em;
	margin-bottom: 1em;
	box-shadow: 0 0 0 0 #deeaf2;
	transition: 0.5s ease;
}

.service-results article nav a:hover {
	box-shadow: 0 0 0 0.65em #deeaf2;
}

.service-results article nav a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
	opacity: .7;
}

.service-results article nav a:hover img {
	opacity: .5 !important;
	transition: 0.5s ease;
}

.service-results article nav a strong {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 1.333em;
	font-weight: 600;
	max-width: 13em;
}

.letter-results {
	font-family: 'Source Sans 3', sans-serif;
}

.letter-results + .letter-results {
	margin-top: 2em;
}

.letter-results strong {
	display: block;
	font-size: 2em;
	font-weight: 300;
	color: #53616F; /* $dark */
	line-height: 1;
}

.letter-results ul {
	margin-top: 1em;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.letter-results a {
	padding-right: 1em;
	font-weight: 600;
	font-size: 1.111em;
	line-height: 1.25;
	margin-top: 0.5em;
	display: block;
}

.find-service .service-results .service-list > a {
	display: none;
}
/* End Find A Service [Results List] */

/* Responsive [1650px] */
@media screen and (max-width: 1650px) {
	.header-banner .fourth {
		padding: 1em 1.5em;
	}

	.find-service .service-results aside {
	}

	.find-service .service-results aside .side-nav-info {
		padding: 2.5em 1.5em;
	}

		.find-service .service-results article {
		padding: 4.667em 1em;
	}
}
/* End Responsive [1650px] */

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
	.service-results article nav a strong {
		font-size: 1.111em;
	}

	.service-results h4 {
		font-size: 1.567em;
	}

.service-results article nav a {
	width: 32.333%;
	max-width: calc(33% - 1em);
}
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width: 1200px) {
	.find-service .service-results aside, .header-banner .fourth {
		width: 33.333%;
	}

	.find-service .service-results article, .header-banner .three-fourths {
		width: 66.667%;
	}

	.find-service .service-results article {
		padding: 4em 3em 4em 4em;
	}

	.service-results article nav a {
		width: 49%;
		max-width: calc(50% - 1.5em);
		min-height: 10em;
	}

	.letter-results li {
		width: 50%;
	}

	.letter-results strong br {
		display: none;
	}
}
/* End Responsive [1200px] */

/* Responsive [1000px] */
@media screen and (max-width: 1000px) {
}
/* End Responsive [1000px] */

/* Responsive [800px] */
@media screen and (max-width: 800px) {
	.find-service .service-results aside {
		width: 100%;
	}

	.find-service .service-results article {
		width: 100%;
		padding: 4em 0.5em 4em 1.5em;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.service-results fieldset ul {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.service-results fieldset .select {
		width: 49%;
		max-width: calc(50% - 1em);
	}

	.service-results article nav {
		display: none;
	}

}
/* End Responsive [800px] */

/* Responsive [600px] */
@media screen and (max-width: 600px) {
	.letter-results a {
		font-size: 1em;
	}

	.header-banner .fourth, .header-banner .three-fourths {
		width: 100%;
	}

	.header-banner .fourth {
		padding: 1.5em;
	}

	.header-banner .three-fourths {
		padding: 2em 1.5em;
	}

	.service-results article nav a {
		padding: 1em 3%;
	}

	.service-results article nav a strong {
		font-size: 1em;
	}
	
	.find-service .service-results .no-path strong {
		font-size: 1em;
	}

}
/* End Responsive [600px] */

/* Responsive [450px] */
@media screen and (max-width: 450px) {
	.service-results fieldset .select {
		width: 100%;
		max-width: none;
	}

	.find-service .service-results article {
		padding: 3em 1.5em;
	}

	.service-results article nav a {
		width: 100%;
		max-width: none;
		margin-right: 0;
	}

	.letter-results li {
		width: 100%;
	}
}
/* End Responsive [450px] */
