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

/* Photo Scroller [Non Hospital Template] */
.photo-holder {
	padding: 2.35em 0 0 5em;
	position: relative;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.photo-only .photo-holder {
	width: 100%;
	padding: 2.35em 0 0 0;
}

.photo-holder header {
	margin-bottom: 1.5em;
}

.photo-holder h4 {
	color: #00548B; /* $primary */
}

.photo-holder h4 a {
	background-color: transparent;
}

.photo-holder li {
	width: 50%;
}

.photo-holder a {
	display: block;
	position: relative;
	background-color: #3F79BC; /* $tertiary */
}

.photo-holder a:after {
	content: '\f0d4';
	position: absolute;
	-webkit-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	left: 50%;
	top: 50%;
	font-family: 'icomoon-ult';
	color: #FFFFFF; /* $white */
	font-size: 1.35em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 2.35em;
	height: 2.35em;
	border: solid 0.2em #FFFFFF; /* $white */
	transition: 0.4s ease;
	border-radius: 50%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
}

.photo-holder a:hover:after, .photo-holder a:focus:after {
	opacity: 1;
}

.photo-holder img {
	display: block;
	width: 100%;
	height: 24em;
	background-size: cover;
	background-position: 50% 50%;
	transition: 0.4s ease;
}

.photo-holder p {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 2.5em;
	color: #FFFFFF; /* $white */
	z-index: 5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity .5s ease 0s;
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
}

.no-touch .photo-holder a:hover p, .no-touch .photo-holder a:focus p {
	opacity: 1;
}

.no-touch .photo-holder a:hover img, .no-touch .photo-holder a:focus img {
	opacity: 0.6;
}

.photo-holder .photo-scroll-footer {
	position: absolute;
	bottom: 0;
	right: 0;
}

.our-team-container .photo-holder a {
}

.no-touch .our-team-container .photo-holder a:hover img, .no-touch .our-team-container .photo-holder a:focus img {
}

.our-team-container .photo-holder a:after {
	display: none;
}
/* End Photo Scroller [Non Hospital Template] */

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

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
	.photo-holder img {
		height: 20em;
	}
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width: 1200px) {
	.photo-holder {
		padding: 2.35em 0 0 2.35em;
	}
}
/* End Responsive [1200px] */

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

/* Responsive [800px] */
@media screen and (max-width: 800px) {
	.photo-holder {
		width: 100%;
	}

	.our-team-container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
/* End Responsive [800px] */

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

/* Responsive [450px] */
@media screen and (max-width: 450px) {
	.photo-holder img {
		height: 16em;
	}
}
/* End Responsive [450px] */
