/* 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 */

/* General Specialty Services Styles */
.specialty-services-container {
	padding: 0;
}

.specialty-services-container .specialty-header {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.specialty-header .specialty-icon {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #EFECE4;
	color: #00548B; /* $primary */
	width: 7.5%;
	padding: 2em 2.778em;
}

.specialty-header .specialty-icon icon {
	font-size: 2.5em;
}

.specialty-header .specialty-title {
	width: 42.5%;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 2em 2.778em;
}

.custom .specialty-header .specialty-title{
	width:92.5%;
}

.specialty-header .specialty-title h4 {
	color: #00548B; /* $primary */
	font-size: 2.667em;
	font-weight: 600;
}

.specialty-header .specialty-text {
	width: 50%;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 2em 2.778em;
	background-image: linear-gradient(to right,#F3F2ED,#D7ECFA);
}

.specialty-services-container.custom .specialty-header .specialty-text {
	width:100%;
}

.specialty-header .specialty-text p {
	font-size: 1.167em;
	line-height: 1.429em;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 24em;
}

.custom .specialty-header .specialty-text p {
	max-width: 100%;
}

.specialty-header .specialty-text .btn {
	margin: 0 0 0 1em;
	min-width: 13em;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.specialty-services-container .specialties-box {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
.specialty-services-container .specialties-box.new {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	flex-wrap:wrap;
}

.cms-editing .specialty-services-container .specialties-box {
	overflow: visible;
}

.specialties-box li.specialty {
	transition: width .5s ease 0s;
	z-index: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 42.222em;
}
.specialties-box.new li.specialty {
	transition: width .5s ease 0s;
	z-index: 1;
	-webkit-flex: 1 1 25.1%;
	-ms-flex: 1 1 25.1%;
	flex: 1 1 25.1%;
	height: 24.322em;
}

.specialties-box li.specialty.v1 {
	background-color: #A10E45;
}

.specialties-box li.specialty.v2 {
	background-color: #006D66;
}

.specialties-box li.specialty.v3 {
	background-color: #FFCA38;
}

.specialties-box li.specialty.v4 {
	background-color: #78678f;
}

.specialties-box li.specialty.v5 {
	background-color: #69C72D;
}

.specialties-box li.specialty.v6 {
	background-color: #E7AD8C;
}

.no-touch .specialties-box:hover li.specialty, .no-touch .specialties-box:focus li.specialty {
	width: 14%;
}

.no-touch .specialties-box li.specialty:hover, .no-touch .specialties-box li.specialty:focus {
	width: 58%;
}

.specialties-box li.specialty a {
	height: 100%;
	width: 100%;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.specialties-box li.specialty .specialty-info {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 0 .339em;
	width: 0;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: width .5s ease 0s, transform .5s ease 0s;
	-webkit-transform: translateX(17.278em);
	-ms-transform: translateX(17.278em);
	transform: translateX(17.278em);
	height: 100%;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.no-touch .specialties-box li.specialty:hover .specialty-info, .no-touch .specialties-box li.specialty:focus .specialty-info {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 21.5em;
}
.no-touch .specialties-box.new li.specialty:hover .specialty-info, .no-touch .specialties-box.new li.specialty:focus .specialty-info {
	width: 20.5em;
}

.specialties-box li.specialty .specialty-info h4 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF; /* $white */
	font-size: 1.333em;
	font-weight: 700;
	opacity: 0;
	transition: opacity .1s ease 0s;
	margin-bottom: 1.5em;
	padding: 0 1.5em;
	letter-spacing: .1em;
	line-height: 1.2em;
}

.specialties-box li.specialty:hover .specialty-info h4, .specialties-box li.specialty:focus .specialty-info h4 {
	opacity: 1;
	transition: opacity 0s ease .5s;
}

.specialties-box li.specialty .specialty-info p {
	width: 100%;
	text-align: center;
	color: #EFECE4;
	opacity: 0;
	transition: opacity 0s ease 0s;
	padding: 0 1.5em;
	max-height: 100%;
}


.specialties-box li.specialty.v3 .specialty-info p, .specialties-box li.specialty.v5 .specialty-info p, .specialties-box li.specialty.v6 .specialty-info p {
	color: #222222;
}
.specialties-box li.specialty.v3 .specialty-info h4, .specialties-box li.specialty.v5 .specialty-info h4, .specialties-box li.specialty.v6 .specialty-info h4 {
	color: #222222;
}

.recolor .specialties-box li.specialty.v5 .specialty-info h4 {
	color: #FFFFFF;
}

.specialties-box li.specialty:hover .specialty-info p, .specialties-box li.specialty:focus .specialty-info p {
	opacity: 1;
	transition: opacity .1s ease .5s;
}

.specialties-box li.specialty .specialty-image-area {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	z-index: 1;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: width .5s ease 0s;
	overflow: hidden;
	height: 100%;
	position: relative;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.specialties-box li.specialty .specialty-image-area:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	opacity: 1;
	transition: opacity .25s ease .25s;
	z-index: -1;
}

.no-touch .specialties-box li.specialty:hover .specialty-image-area:before, .no-touch .specialties-box li.specialty:focus .specialty-image-area:before {
	opacity: 0;
	transition: opacity .25s ease 0s;
}

.specialties-box li.specialty .specialty-image-area:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 500%;
	z-index: -1;
	transition: transform .5s ease 0s;
	-webkit-transform: translateX(-66.6%);
	-ms-transform: translateX(-66.6%);
	transform: translateX(-66.6%);
}

.no-touch .specialties-box li.specialty:hover .specialty-image-area:after, .no-touch .specialties-box li.specialty:focus .specialty-image-area:after {
	transition: transform 1.5s ease .25s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.specialties-box li.specialty.v1 .specialty-image-area:after {
	background-image: linear-gradient(to right,rgba(0,0,0,0) 34%,rgba(161,14,69,0.5) 34%,rgba(161,14,69,0.5) 65%,rgba(0,0,0,0) 65%);
}

.specialties-box li.specialty.v2 .specialty-image-area:after {
	background-image: linear-gradient(to right,rgba(0,0,0,0) 34%,rgba(0,109,102,0.5) 34%,rgba(0,109,102,0.5) 65%,rgba(0,0,0,0) 65%);
}

.specialties-box li.specialty.v3 .specialty-image-area:after {
	background-image: linear-gradient(to right,rgba(0,0,0,0) 34%,rgba(255,202,56,0.5) 34%,rgba(255,202,56,0.5) 65%,rgba(0,0,0,0) 65%);
}

.specialties-box li.specialty.v4 .specialty-image-area:after {
	background-image: linear-gradient(to right,rgba(0,0,0,0) 34%,rgba(120,103,143,0.5) 34%,rgba(120,103,143,0.5) 65%,rgba(0,0,0,0) 65%);
}

.specialties-box li.specialty.v5 .specialty-image-area:after {
	background-image: linear-gradient(to right,rgba(0,0,0,0) 34%,rgba(105,199,45,0.5) 34%,rgba(105,199,45,0.5) 65%,rgba(0,0,0,0) 65%);
}

.specialties-box li.specialty.v6 .specialty-image-area:after {
	background-image: linear-gradient(to right,rgba(0,0,0,0) 34%,rgba(231,173,140,0.5) 34%,rgba(231,173,140,0.5) 65%,rgba(0,0,0,0) 65%);
}

.specialties-box li.specialty .specialty-image-area h4 {
	color: #FFFFFF; /* $white */
	text-align: center;
	text-transform: uppercase;
	font-size: 1.667em;
	font-weight: 600;
	opacity: 1;
	transition: opacity .5s ease 0s;
	width: 70%;
	letter-spacing: .1em;
	line-height: 1.2em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.no-touch .specialties-box li.specialty:hover .specialty-image-area h4, .no-touch .specialties-box li.specialty:focus .specialty-image-area h4 {
	opacity: 0;
}

.specialties-box li.specialty .specialty-image-area .icon-holder {
	position: absolute;
	top: 50%;
	padding: 1.038em;
	background-color: #FFFFFF; /* $white */
	font-size: 1.444em;
	-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;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-110%);
	-ms-transform: translateY(-50%) translateX(-110%);
	transform: translateY(-50%) translateX(-110%);
	transition: transform .5s ease 0s;
}

.specialties-box li.specialty.v1 .specialty-image-area .icon-holder {
	color: #A10E45;
}

.specialties-box li.specialty.v2 .specialty-image-area .icon-holder {
	color: #006D66;
}

.specialties-box li.specialty.v3 .specialty-image-area .icon-holder {
	color: #FFCA38;
}

.specialties-box li.specialty.v4 .specialty-image-area .icon-holder {
	color: #78678F;
}

.specialties-box li.specialty.v5 .specialty-image-area .icon-holder {
	color: #69C72D;
}
.specialties-box li.specialty.v6 .specialty-image-area .icon-holder {
	color: #E7AD8C;
}

.specialties-box li.specialty:hover .specialty-image-area .icon-holder {
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

.specialties-box li.specialty .specialty-image-area .icon-holder icon {
}

.specialties-box li.specialty .specialty-image-area .icon-holder icon svg {
	fill: currentColor;
	stroke-width: 0;
}
/* End General Specialty Services Styles */

/* V2 */
.specialty-services-container.v2 .specialty-header .specialty-title h4, .recolor .specialty-services-container .specialty-header .specialty-title h4 {
	color: #00548B;
	font-size: 2.667em;
	font-weight: 600;
	background: linear-gradient(to right, #4773A7, #B0478C, #E1765C, #61A037);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.specialty-services-container.v2 .specialties-box li.specialty.v1,
.recolor .specialty-services-container .specialties-box li.specialty.v1 {
	background-color: rgba(176, 71, 140, 1);
}

.specialty-services-container.v2 .specialties-box li.specialty.v2,
.recolor .specialty-services-container .specialties-box li.specialty.v2 {
	background-color: rgba(71, 115, 167, 1);
}

.specialty-services-container.v2 .specialties-box li.specialty.v3,
.recolor .specialty-services-container .specialties-box li.specialty.v3 {
	background-color: rgba(97, 160, 55, 1);
}

.specialty-services-container.v2 .specialties-box li.specialty.v4,
.recolor .specialty-services-container .specialties-box li.specialty.v4 {
	background-color: rgba(148, 102, 159, 1);
}

.specialty-services-container.v2 .specialties-box li.specialty.v5,
.recolor .specialty-services-container .specialties-box li.specialty.v5 {
	background-color: rgba(71, 115, 167, 1);
}

.specialty-services-container.v2 .specialties-box li.specialty.v6,
.recolor .specialty-services-container .specialties-box li.specialty.v6 {
	background-color: rgba(225, 118, 92, 1);
}
.recolor .specialties-box li.specialty.v1 .specialty-image-area .icon-holder {
	color: rgba(176, 71, 140, 1);
}

.recolor .specialties-box li.specialty.v2 .specialty-image-area .icon-holder {
	color: rgba(71, 115, 167, 1)
}

.recolor .specialties-box li.specialty.v3 .specialty-image-area .icon-holder {
	color: rgba(97, 160, 55, 1);
}

.recolor .specialties-box li.specialty.v4 .specialty-image-area .icon-holder {
	color: rgba(148, 102, 159, 1);
}

.recolor .specialties-box li.specialty.v5 .specialty-image-area .icon-holder {
	color: rgba(71, 115, 167, 1);
}
.recolor .specialties-box li.specialty.v6 .specialty-image-area .icon-holder {
	color: rgba(225, 118, 92, 1);
}
.specialty-services-container.v2 .specialties-box li.specialty .specialty-info p,
.recolor .specialty-services-container .specialties-box li.specialty .specialty-info p{
	color: #FFF;
}

.specialty-services-container.v2 .specialties-box li.specialty.item-3 .specialty-info p,
.specialty-services-container.v2 .specialties-box li.specialty.item-4 .specialty-info p,
.recolor .specialty-services-container .specialties-box li.specialty.item-3 .specialty-info p,
.recolor .specialty-services-container .specialties-box li.specialty.item-4 .specialty-info p{
	color: #222222 !important;
}

.specialty-services-container.v2 .specialties-box li.specialty.v3 .specialty-image-area:after,
.recolor .specialty-services-container .specialties-box li.specialty.v3 .specialty-image-area:after{
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 34%, rgba(0, 109, 102, 0.5) 34%, rgba(0, 109, 102, 0.5) 65%, rgba(0, 0, 0, 0) 65%);
}
.specialty-services-container.v2 .specialties-box li.specialty.v2 .specialty-image-area:after,
.specialty-services-container.v2 .specialties-box li.specialty.v5 .specialty-image-area:after,
.recolor .specialty-services-container .specialties-box li.specialty.v2 .specialty-image-area:after,
.recolor .specialty-services-container .specialties-box li.specialty.v5 .specialty-image-area:after{
	background-image: linear-gradient(to right,rgba(0,0,0,0) 34%,rgba(71, 115, 167,0.5) 34%,rgba(71, 115, 167,0.5) 65%,rgba(0,0,0,0) 65%);
}

.recolor .specialty-header .specialty-text .btn {
	color: #fff;
	border: 2px solid #FFF;
	background: #B0478C;
	white-space: nowrap;
}

.recolor .specialty-header .specialty-text .btn:hover,
.recolor .specialty-header .specialty-text .btn:focus {
	border-color: #B0478C;
	color: #B0478C !important;
	background: #ffffff;
}


/* Responsive [1650px] */
@media screen and (max-width: 1650px) {
	.specialties-box li.specialty .specialty-image-area h4 {
		font-size: 1.35em;
		width: 95%;
	}
}
/* End Responsive [1650px] */

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
	.specialty-header .specialty-text {
		padding: 2em;
	}

	.specialties-box li.specialty .specialty-image-area h4 {
		font-size: 1.333em;
		letter-spacing: 0.05em;
	}
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width: 1200px) {
	.specialty-header .specialty-text {
		padding: 1.5em 2em;
		width: 25%;
	}

	.specialties-box li.specialty {
		height: 30em;
	}
	.specialties-box.new li.specialty {
		height: 20em;
	}

	.specialty-header .specialty-text p {
		display: none;
	}

	.specialty-header .specialty-icon {
		width: 10%;
	}

	.specialty-header .specialty-title {
		width: 65%;
	}

	.no-touch .specialty-services-container .specialties-box:hover .specialty-image-area h4, .no-touch .specialty-services-container .specialties-box:focus .specialty-image-area h4 {
		opacity: 0;
	}

	.specialty-header .specialty-text .btn {
		margin: 0 0 0 auto;
		width: 100%;
	}

	.no-touch .specialties-box li.specialty:hover .specialty-info, .no-touch .specialties-box li.specialty:focus .specialty-info {
		width: 19.5em;
	}
	.no-touch .specialties-box.new li.specialty:hover .specialty-info, .no-touch .specialties-box.new li.specialty:focus .specialty-info {
		width: 14.5em;
	}

	.specialties-box li.specialty .specialty-info h4 {
		font-size: 1.222em;
		padding: 0 1em;
	}

	.specialties-box li.specialty .specialty-image-area h4 {
		font-size: 1.222em;
		letter-spacing: 0.1em;
		max-width: 11em;
	}

	.specialties-box li.specialty .specialty-info p {
		padding: 0 0.85em;
	}
}
/* End Responsive [1200px] */

/* Responsive [1000px] */
@media screen and (max-width: 1000px) {
	.specialties-box li.specialty {
		width: 50%;
		height: 20em;
	}
	.specialties-box.new li.specialty {
		flex: 1 1 50%;
		height: 16em;
	}

	.no-touch .specialty-services-container .specialties-box:hover li, .no-touch .specialty-services-container .specialties-box:focus li {
		width: 50%;
	}

	.no-touch .specialties-box li.specialty:hover, .no-touch .specialties-box li.specialty:focus {
		width: 50%;
	}

	.no-touch .specialties-box li.specialty:hover .specialty-info, .no-touch .specialties-box li.specialty:focus .specialty-info {
		width: 0;
	}

	.specialty-services-container .specialties-box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.no-touch .specialties-box li.specialty:hover .specialty-image-area, .no-touch .specialties-box li.specialty:focus .specialty-image-area {
		width: 100%;
	}

	.specialties-box li.specialty .specialty-image-area {
		margin-left: .75em;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.specialties-box li.specialty:hover .specialty-image-area .icon-holder {
		display: none;
	}

	.specialties-box li.specialty .specialty-info {
		display: none;
	}

	.no-touch .specialties-box li.specialty:hover .specialty-image-area h4, .no-touch .specialties-box li.specialty:focus .specialty-image-area h4 {
		opacity: 1;
	}

	.specialty-header .specialty-title {
		width: 60%;
	}

	.specialty-header .specialty-text {
		width: 30%;
	}

	.specialties-box li.specialty .specialty-image-area h4 {
		max-width: none;
		font-size: 1.333em;
	}
}
/* End Responsive [1000px] */

/* Responsive [800px] */
@media screen and (max-width: 800px) {
	.specialties-box li.specialty {
		height: 18em;
	}

	.specialty-header .specialty-title h4 {
		font-size: 2em;
	}

	.specialty-header .specialty-text .btn {
		display: none;
	}

	.custom .specialty-header .specialty-text .btn {
		display: block;
	}

	.specialty-header .specialty-text {
		padding: .75em;
		width: 5%;
	}

	.specialty-header .specialty-title {
		width: 85%;
	}
}
/* End Responsive [800px] */

/* Responsive [600px] */
@media screen and (max-width: 600px) {
	.specialties-box li.specialty .specialty-image-area h4 {
		font-size: 1.111em;
		letter-spacing: 0.035em;
	}
}
/* End Responsive [600px] */

/* Responsive [450px] */
@media screen and (max-width: 450px) {
	.specialty-header .specialty-title {
		padding: 1.25em;
	}

	.specialty-header .specialty-title h4 {
		font-size: 1.6em;
	}

	.specialty-header .specialty-icon {
		padding: 2em 2.25em;
	}

	.specialties-box li.specialty {
		height: 15em;
	}
}
/* End Responsive [450px] */
