/* 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 */

/* Specialty Centers [Map & List] */

.specialty-centers {
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0;
}

.specialty-centers figure {
	background-color: #D8E4F2; /* lighten($tertiary,80%) */
	position: relative;
	min-height: 25em;
}

.specialty-centers .location-popup {
	position: absolute;
	text-align: center;
	box-shadow: 0 3px 40px 0 rgba(0, 84, 139, 0.25);
	max-width: 18em;
	width: 100%;
	border-radius: 10px;
	z-index: 50;
	visibility: hidden;
	opacity: 0;
	transition: opacity .4s ease 0s, visibility 0s ease 0.4s;
}

.specialty-centers .location-popup .close-location-popup {
	position: absolute;
	bottom: calc(100% - 0.6em);
	left: calc(100% - 0.5em);
	font-size: 1.5em;
	color: #00548B; /* $primary */
	z-index: 2;
	transition: color .4s ease 0s;
	cursor: pointer;
	background-color: #FFF;
	border-radius: 50%;
	line-height: .7em;
}

.no-touch .specialty-centers .location-popup .close-location-popup:hover {
	color: #3F79BC; /* $tertiary */
}

.specialty-centers .location-popup .name {
	display: block;
	padding: 1em;
	font-size: 1.056em;
	color: #D0282E; /* $secondary */
	letter-spacing: -0.025em;
	font-weight: 700;
	background-image: linear-gradient(to right,#f2f2ee,#d7ecfa);
	line-height: 1.4em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	z-index: 1;
	position: relative;
}

.specialty-centers .location-popup .contact-info {
	padding: 1em;
	background-color: #FFF;
	z-index: 1;
	position: relative;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.specialty-centers .location-popup address {
	font-style: normal;
	font-weight: 400;
	font-size: 1.056em;
	line-height: 1.263em;
	color: #53616f;
	font-family: 'Source Sans 3', sans-serif;
}

.specialty-centers .location-popup .phone-num {
	font-size: 1.167em;
	color: #00548b;
	font-weight: 500;
}

.specialty-centers .location-popup .view-link {
	font-size: 0.778em;
	letter-spacing: 0.1em;
	color: #D0282E;
	text-transform: uppercase;
	font-weight: 600;
	display: table;
	margin: 0 auto;
	line-height: 1em;
}

.specialty-centers .location-popup .view-link.hide {
	display: none;
}

.specialty-centers .location-popup:before {
	content: '';
	position: absolute;
	top: calc(100% - 0.85em);
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 1.7em;
	height: 1.7em;
	background-color: #FFF;
	z-index: 0;
	box-shadow: 0 3px 40px 0 rgba(0, 84, 139, 0.25);
}

.specialty-centers .location-popup.below:before {
	bottom: calc(100% - 0.85em);
	top: auto;
	background-color: transparent;
	background-image: linear-gradient(to right,#e7eff3,#e4eff5);
}

.specialty-centers .location-popup.active {
	visibility: visible;
	opacity: 1;
	transition: opacity .4s ease 0s, visibility 0s ease 0s;
}

.specialty-centers .imap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}

.specialty-centers .centers-list {
}

.specialty-centers .centers-list header {
	background-color: #D8E4F2; /* lighten($tertiary,80%) */
	background-image: linear-gradient(to right,#EFECE4,#D8E4F2); /* $light,lighten($tertiary,80%) */
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	padding: 1.75em 4em;
}

.centers-list header .drawn-arrow-container {
	left: 0;
	top: 1.75rem;
}

.centers-list.visible .drawn-arrow-container {
	width: 3rem;
}

.centers-list .drawn-arrow-container .drawn-arrow {
	color: #FFFFFF; /* $white */
}

.centers-list .drawn-arrow-container .drawn-arrow:before {
	background-image: none;
	background-color: #FFFFFF; /* $white */
}

.specialty-centers .centers-list header > icon {
	position: absolute;
	width: 2.65em;
	height: 100%;
	background-color: #3F79BC;
	top: 0;
	right: 100%;
	color: #FFFFFF;
	font-size: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.specialty-centers .centers-list h4 {
	font-weight: 300;
	font-size: 1.444em;
	color: #00548B; /* $primary */
}

.recolor .specialty-centers .centers-list h4 {
	color: #FFFFFF;
}

.specialty-centers .centers-list nav {
	padding: 2em 4em;
	max-width: 31.5em;
}

.specialty-centers .centers-list .ui-scroll {
	max-height: 27.5em;
	overflow: auto;
	padding-right: 2em;
}

.centers-list .ui-scroll::-webkit-scrollbar {
	background-image: linear-gradient(to right,rgba(0,84,139,0) 3px,rgba(0,84,139,0.125) 3px,rgba(0,84,139,0.125) 9px,rgba(0,84,139,0) 9px);
}

.centers-list .ui-scroll::-webkit-scrollbar-thumb {
	background-color: #3F79BC; /* $tertiary */
}

.specialty-centers .centers-list li {
	padding: 0 0 1.35em;
}

.specialty-centers .centers-list li + li {
	border-top: solid 1px rgba(0,0,0,0.125);
	padding-top: 1.35em;
}

.specialty-centers .centers-list li:last-child {
	padding-bottom: 0;
}

.specialty-centers .centers-list li strong, .specialty-centers .centers-list li strong a {
	display: block;
	color: #D0282E; /* $secondary */
	font-weight: 600;
	font-size: 1.056em;
	line-height: 1.125;
}

.specialty-centers .centers-list li p {
	color: #53616F; /* $dark */
	font-size: 1.056em;
	line-height: 1.5;
	margin-top: 0.5em;
}

.specialty-centers .centers-list li span {
	display: -ms-flexbox;
	display: flex;
	color: #3F79BC; /* $tertiary */
	font-weight: 600;
	font-size: 0.833em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0.5em;
}

.specialty-centers .centers-list li span::before {
	content: '';
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 0.75em;
	font-size: 0.85em;
	color: #3F79BC;
}[Map & List] */

/* Specialty Centers [Map & List Green Theme] */

.green-theme .specialty-centers .centers-list header > icon {
	background-color: #006d66;
}

.green-theme .specialty-centers .centers-list header {
	background: #008E85;
}

.green-theme .specialty-centers .centers-list h4 {
	color: #FFFFFF;
}

/* End Specialty Centers [Map & List Green Theme] */

/* Specialty Centers [Map & List Recolor Theme] */

.recolor .specialty-centers .centers-list header {
	background: #61A037;
}

.recolor .specialty-centers .centers-list li strong, .recolor .specialty-centers .centers-list li strong a {
	color: #B0478C;
}


/* End Specialty Centers [Map & List Recolor Theme] */

/* V2 */
.specialty-centers.v2 .centers-list header > icon {
    position: absolute;
    width: 2.65em;
    height: 100%;
    background-color: rgba(71, 115, 167, 1);
}
.specialty-centers.v2 .centers-list header{
	background-color: #61A037;
	background-image: none;
}
.specialty-centers.v2 .centers-list header > * {
	color: #FFF;
}

/* Responsive [1650px] */

@media screen and (max-width: 1650px) {
}

/* End Responsive [1650px] */

/* Responsive [1500px] */

@media screen and (max-width: 1500px) {
	.specialty-centers .centers-list .ui-scroll {
		padding-right: 1em;
	}

	.specialty-centers .centers-list nav {
		padding: 2em 3em 2em 4em;
	}
}

/* End Responsive [1500px] */

/* Responsive [1200px] */

@media screen and (max-width: 1200px) {
	.specialty-centers .centers-list nav {
		padding: 2em;
	}

	.specialty-centers .centers-list header {
		padding: 1.75em 2em;
	}

	.centers-list header .drawn-arrow-container {
		display: none;
	}
}

/* End Responsive [1200px] */

/* Responsive [1000px] */

@media screen and (max-width: 1000px) {
	.specialty-centers .centers-list {
		width: 40%;
	}

	.specialty-centers figure {
		width: 60%;
	}
}

/* End Responsive [1000px] */

/* Responsive [800px] */

@media screen and (max-width: 800px) {
	.specialty-centers figure {
		width: 100%;
		-ms-flex-order: 1;
		order: 1;
	}

	.specialty-centers .centers-list {
		width: 100%;
	}

	.specialty-centers .centers-list header > icon {
		display: none;
	}

	.specialty-centers .centers-list nav {
		max-width: none;
	}

	.specialty-centers .centers-list .ui-scroll {
		max-height: 18em;
	}
}

/* End Responsive [800px] */

/* Responsive [600px] */

@media screen and (max-width: 600px) {
}

/* End Responsive [600px] */

/* Responsive [450px] */

@media screen and (max-width: 450px) {
	.specialty-centers figure {
		min-height: 23em;
	}
}

/* End Responsive [450px] */
