/* General */
.multicontent.hc1 {
	-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;
}

.multicontent.hc1 .scroller {
	color: #767676;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: .888em;
	font-weight: 300;
	width: 100%;
	text-align: center;
	padding: 1em 0 2em;
	display: none;
}

.multicontent.hc1 .scroller icon {
	display: block;
}

.multicontent.hc1 .home-content {
	width: 100%;
}

.multicontent.hc1 .home-content .btn {
	margin: 0 auto;
	display: block;
	max-width: 18em;
}

.multicontent.hc1 .cta-content {
	width: 100%;
}

.multicontent.hc1 .cta-content .service-ctas {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.multicontent.hc1 .cta-content .link {
	margin-top: 2em;
}

.multicontent.hc1 .cta-content .service-ctas .item {
	-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: 48%;
	height: 140px;
	margin: .111em;
	text-align: center;
	background-color: #0096D6; /* $primary */
}

.multicontent.hc1 .cta-content .service-ctas .item a {
	position: relative;
	-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%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .35s ease 0s;
	overflow: hidden;
	color: #FFF !important;
}

.multicontent.hc1 .cta-content .service-ctas .item a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	transition: opacity .35s ease 0s;
	z-index: 2;
	opacity: 0;
}

.multicontent.hc1 .cta-content .service-ctas .item:hover a:before {
	background-color: rgba(65,65,65,0.502);
	opacity: 1;
}

.multicontent.hc1 .cta-content .service-ctas .item h3 {
	position: relative;
	z-index: 3;
	padding: 0 .5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: .9666em;
	font-weight: 400;
	letter-spacing: .08em;
	color: #fff;
	text-transform: uppercase;
}

.multicontent.hc1 .cta-content .service-ctas .item h3:after {
	position: absolute;
	bottom: -.5em;
	left: 50%;
	display: block;
	width: 10em;
	height: 1px;
	background-color: #90D3EB; /* $light */
	content: '';
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* End General */

/* Responsive @ >1200px */
@media screen and (min-width: 1200px) {
	.multicontent.hc1 .home-content {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 45%;
	}

	.multicontent.hc1 .cta-content {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 45%;
	}

	.B-medical-services .multicontent.hc1 .cta-content {
		width: 55%;
		display: block;
	}

	.multicontent.hc1 .home-content .btn {
		margin: 0;
		display: inline-block;
	}

	.multicontent.hc1 .cta-content .service-ctas .item {
		height: 163px;
	}

	.multicontent.hc1 .cta-content .service-ctas .item h3 {
		font-size: 1.1666em;
	}

	.multicontent.hc1 .scroller {
		display: block;
	}
}
/* End Responsive @ >1200px */

/* Responsive - No Hover on Touch */
@media (max-width:1000px) {
	.touch .multicontent.hc1 .cta-content .service-ctas .item:hover a:after {
		background-color: #0096D6; /* $primary */
	}
}
/* End Responsive - No Hover on Touch */
