/* Color Tokens */
.color-tokens {
	color: #990000; /* $primary */
	background-color: #01152C; /* $secondary */
	border-top-color: #D87E08; /* $tertiary */
	border-right-color: #555559; /* $text */
	border-bottom-color: #E1EDEF; /* $light */
	border-left-color: #2C2C2E; /* $dark */
}
/* End Color Tokens */

/* Physician Profile Styles */
.physician-profile.hc1 {
	padding: 2em 0;
}

.physician-profile.hc1 a[href*='tel'] {
	color: #2C2C2E; /* $dark */
}

.physician-profile.hc1 a[href*='tel']:hover {
	color: #2C2C2E; /* $dark */
}

.physician-profile.hc1 header {
	padding: 2em 0 4em 0;
	text-align: center;
}

.physician-profile.hc1 header h1 {
	font-size: 3em;
	color: #7A0000; /* darken($primary,20%) */
}

.physician-profile.hc1 .searchbox {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 52%;
	margin: 2em auto;
	border: solid 5px #E1EDEF; /* $light */
}

.physician-profile.hc1 .searchbox input {
	width: 92%;
	padding: 1em;
	font-size: 1em;
	color: #2C2C2E; /* $dark */
	border: solid 1px #E1EDEF; /* $light */
	border-right: none;
}

.physician-profile.hc1 .searchbox a.btn {
	display: block;
	width: 8%;
	padding: .5em 0 0 0;
	font-size: 1.5em;
}

.physician-profile.hc1.physician .autodrop {
	width: 45.5%;
}

.physician-profile.hc1 .physician-detail {
	padding: 1em 0;
	color: #2C2C2E; /* $dark */
}

.physician-profile.hc1 .physician-detail h3 span {
	font-size: .5em;
	font-style: italic;
	color: #990000; /* $primary */
}

.physician-profile.hc1 .physician-detail h5 {
	margin: .5em 0 0;
	font-size: 1em;
	color: #990000; /* $primary */
}

.physician-profile.hc1 .top-detail {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 1em 0;
}

.physician-profile.hc1 .top-detail .jwplayer, .physician-profile.hc1 .top-detail video {
	max-height: 270px;
}

.physician-profile.hc1 .top-detail img.biopic {
	display: block;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 22%;
	height: 22%;
	margin: 0 3% 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 15em;
}

.physician-profile.hc1 .top-detail img.biopic.nopic {
	background-color: #E1EDEF; /* $light */
	background-position: center;
	background-size: 100%;
}

.physician-profile.hc1 .top-detail .physician-info {
	width: 50%;
}

.physician-profile.hc1 .top-detail .physician-info h3 {
	margin: .7em 0;
	font-size: 2.2em;
	color: #2C2C2E; /* $dark */
}

.physician-profile.hc1 .top-detail .physician-info .specialty * {
	font-size: 1rem;
}

.physician-profile.hc1 .contact-info {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.physician-profile.hc1 .contact-info .specialties {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 40%;
	line-height: 1.5em;
}

.physician-profile.hc1 .contact-info .contact {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 60%;
}

.physician-profile.hc1 .contact-info p {
	margin: .5em 0;
}
.physician-profile.hc1 .content-tabs {
	width:100%;
}
.physician-profile.hc1 .bottom-section {
	position: relative;
	padding: 1em 0 2em 0;
}

.physician-profile.hc1 .bottom-section .share {
	position: absolute;
	top: 2em;
	right: 0;
}

.physician-profile.hc1 .bottom-section .content-tabs .tabs {
	display: block;
	width: 100%;
	border-bottom: solid 1px #E1EDEF; /* $light */
}

.physician-profile.hc1 .bottom-section .content-tabs .thumb {
	position: relative;
	display: inline-block;
	padding: 1em 1.5em;
	color: #FFFFFF;
	background-color: #990000; /* $primary */
	border-right: solid 1px #E1EDEF; /* $light */
}

.physician-profile.hc1 .bottom-section .content-tabs .thumb:hover, .physician-profile.hc1 .bottom-section .content-tabs .thumb.active {
	color: #FFFFFF;
	background-color: #D87E08; /* $tertiary */
}

.physician-profile.hc1 .bottom-section .content-tabs .thumb.active:after {
	position: absolute;
	bottom: -.5em;
	left: 44%;
	font-family: 'icomoon-ult';
	color: #FFFFFF;
	content: '\e0e9';
}

.physician-profile.hc1 .bottom-section .content-tabs ul {
	position: relative;
	display: block;
	min-height: 40em;
	overflow: hidden;
	border-bottom: solid 1px #E1EDEF; /* $light */
}

.physician-profile.hc1 .bottom-section .content-tabs li.panel {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	padding: 2em 0;
}

.physician-profile.hc1 .bottom-section .content-tabs li:first-child {
	display: block;
}

.physician-profile.hc1 .bottom-section .content-tabs li.transition-in {
	transition: 1.5s ease 0s;
}

.physician-profile.hc1 .bottom-section .content-tabs li.slide-start {
	margin-left: 100%;
}

.physician-profile.hc1 .bottom-section .content-tabs li.slide-start.reverse {
	margin-left: -100%;
}

.physician-profile.hc1 .bottom-section .content-tabs li.slide-in, .physician-profile.hc1 .bottom-section .content-tabs li.slide-start.slide-in.reverse {
	z-index: 1;
	margin-left: 0;
}

.physician-profile.hc1 .bottom-section .content-tabs li.transition-out {
	transition: 1.5s ease 0s;
}

.physician-profile.hc1 .bottom-section .content-tabs li.slide-end {
	margin-left: -100%;
}

.physician-profile.hc1 .bottom-section .content-tabs li.slide-end.reverse {
	margin-left: 100%;
}

.physician-profile.hc1 .bottom-section .panel {
	line-height: 1.5em;
}

.physician-profile.hc1 .bottom-section .panel h3 {
	margin: 0 0 .5em 0;
	font-size: 1.8em;
	color: #2C2C2E; /* $dark */
}

.physician-profile.hc1 .bottom-section .panel .contact-left, .physician-profile.hc1 .bottom-section .panel .contact-right {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 33%;
}

.physician-profile.hc1 .bottom-section .panel .contact-map {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30%;
}

.physician-profile.hc1 .bottom-section .panel .small-text {
	font-size: .8em;
}

.physician-profile.hc1 .bottom-section .panel .about {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 35%;
}

.physician-profile.hc1 .bottom-section .panel .bio {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.physician-profile.hc1 .bottom-section .panel .video {
	display: block;
	width: 80%;
}

.physician-profile.hc1 .bottom-section .panel .video img {
	width: 100%;
}
/* End Physician Profile Styles */

/* Physician Profile IE Fallbacks */
.no-flexbox .physician-profile.hc1 .top-detail .physician-info {
	float: right;
	width: 75%;
}

.no-flexbox .physician-profile.hc1 .top-detail img {
	float: left;
}

.no-flexbox .physician-profile.hc1 .top-detail {
	display: block;
}

.no-flexbox .physician-profile.hc1 .bottom-section .panel .flex > * {
	vertical-align: top;
}

.no-flexbox .physician-profile.hc1 .bottom-section .panel > * {
	vertical-align: top;
}

.no-backgroundsize .physician-profile.hc1 .top-detail img {
	border: none;
}
/* End Physician Profile IE Fallbacks */

/* Responsive @ 1100px */
@media screen and (max-width:1100px) {
	.physician-profile.hc1 .top-detail {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.physician-profile.hc1 .top-detail video, .physician-profile.hc1 .top-detail .jwplayer {
		margin: 1em auto;
	}

	.physician-profile.hc1 .top-detail .physician-info {
		width: 100%;
		text-align: center;
	}

	.physician-profile.hc1 .top-detail img.biopic {
		margin: 1em auto;
	}
}
/* End Responsive @ 1100px */

/* Responsive @ 900px */
@media screen and (max-width:900px) {
	.physician-profile.hc1 .bottom-section .share {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 0 1em 1em;
	}

	.physician-profile.hc1 .bottom-section .content-tabs .tabs {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.physician-profile.hc1 .bottom-section .content-tabs .thumb {
		flex-grow: 1;
		text-align: center;
		border-top: 1px solid #E1EDEF; /* $light */
	}
}
/* End Responsive @ 900px */

/* Responsive @ 800px */
@media screen and (max-width:800px) {
	.physician-profile.hc1 .bottom-section .panel .contact-left, .physician-profile.hc1 .bottom-section .panel .contact-right {
		width: 50%;
	}

	.physician-profile.hc1 .bottom-section .panel .flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.physician-profile.hc1 .bottom-section .panel .flex > * {
		width: 100%;
	}

	.physician-profile.hc1 .bottom-section .content-tabs li.panel {
		padding-top: 1em;
	}
}
/* End Responsive @ 800px */

/* Responsive @ 650px */
@media screen and (max-width:650px) {
	.physician-profile.hc1 .top-detail img.biopic {
		width: 50%;
		height: 50%;
	}

	.physician-profile.hc1 .top-detail .physician-info h3 {
		margin-top: 0;
	}

	.physician-profile.hc1 .physician-detail h3 span {
		display: none;
	}

	.physician-profile.hc1 .contact-info {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.physician-profile.hc1 .top-detail {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.physician-profile.hc1 .contact-info .specialties, .physician-profile.hc1 .contact-info .contact {
		width: 100%;
	}

	.physician-profile.hc1 header {
		padding: 1em 0;
	}

	.physician-profile.hc1 header h1 {
		font-size: 2em;
	}
}
/* End Responsive @ 650px */

/* Responsive @ 550px */
@media screen and (max-width:550px) {
	.physician-profile.hc1 .bottom-section .panel .contact-left, .physician-profile.hc1 .bottom-section .panel .contact-right {
		width: 100%;
	}

	.physician-profile.hc1 .top-detail .physician-info h3 {
		font-size: 1.7em;
	}
}
/* End Responsive @ 550px */
