/* Staff Teaser */

.tx-ep-houses .staff-teaser-container{
	padding: 3rem 0;
}
.tx-ep-houses .staff-container {
	text-align: center;
}

.tx-ep-houses .staff-container .image-mobile{
	display: none;
}

@media only screen and (max-width: 992px) {
	.tx-ep-houses .staff-container .image-mobile{
		display: block;
	}
	.tx-ep-houses .staff-container .image-mobile img{
		transform: rotate(10deg);
		width: 50%;
		height: auto;
		margin-bottom: 50px;
	}
}

.tx-ep-houses .staff-container .staff-subheader {
	font-family: 'MGH-Soft';
    /*
    font-size: 38px;
    line-height: 42px;
    */
    font-size: 2.375rem;
    line-height: 2.625rem;

	margin-bottom: 8px;
}

@media only screen and (max-width: 700px) {
	.tx-ep-houses .staff-container .staff-subheader {
        /*
        font-size: 24px;
        line-height: 26px;
        */
        font-size: 1.5rem;
        line-height: 1.625rem;
	}
}

.tx-ep-houses .staff-container  {
	font-family: 'MGH-Soft';
    /*
    font-size: 64px;
    line-height: 70px;
    */
    font-size: 4rem;
    line-height: 4.375rem;
}
@media only screen and (max-width: 700px) {
	.tx-ep-houses .staff-container  {
		font-family: 'MGH-Soft';
        /*
        font-size: 32px;
        line-height: 32px;
        */
        font-size: 2rem;
        line-height: 2rem;
	}
}
.tx-ep-houses .staff-container .staff-info {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.tx-ep-houses .staff-container .staff-description {
	margin: 0 auto;
	display: inline-block;
	max-width: 50%;
}
@media only screen and (max-width: 992px) {
	.tx-ep-houses .staff-container .staff-description {
		max-width: 100%;
	}
}

.tx-ep-houses .staff-container .staff-description p{
    /*
    font-size: 22px;
    line-height: 33px;
    */
    font-size: 1.375rem;
    line-height: 2.063rem;
}
@media only screen and (max-width: 700px) {
	.tx-ep-houses .staff-container .staff-description p {
        /*
        font-size: 14px;
        line-height: 21px;
        */
        font-size: 0.875rem;
        line-height: 1.313rem;
	}
}
.tx-ep-houses .staff-container .staff-image-container {
	width: 10%;
	position: absolute;
	right: 10%;
	top: 30%;
}
@media only screen and (max-width: 992px) {
	.tx-ep-houses .staff-container .staff-image-container {
		display: none;
	}
}

.tx-ep-houses .staff-container .staff-image-container .staff-image-portrait {
	width: 100%;
	height: auto;
	transform: rotate(10deg);
}
.tx-ep-houses .staff-container .staff-image-container .staff-image-landscape {
	width: 100%;
	height: auto;
	transform: rotate(10deg);
}
.tx-ep-houses .staff-container .staff-link {
	display: inline-block;
}

.staff-member-detail  {
	display: flex;
	flex-wrap: wrap;
}
.staff-member-detail .header-info {
		margin-top: 30px;
}

.staff-member-detail .header-info .staff-subtitle {
	font-family: 'MGH-Soft';
    /*
    font-size: 24px;
    line-height: 29px;
    */
    font-size: 1.5rem;
    line-height: 1.813rem;
}
@media (min-width: 576px) {
		.staff-member-detail .staff-subtitle {
				background-image: url('vhs-assets-css-4ba1bc17a42abfa529c147ed6d279f49.svg');
				background-repeat: no-repeat;
				background-position-x: 90%;
				background-size: 30px;
		}
}
.staff-member-detail .header-info .staff-title {
    /*
    font-size: 64px;
    line-height: 70px;
    */
    font-size: 4rem;
    line-height: 4.375rem;
}
.staff-member-detail .header-info .staff-short-info {
    /*
    font-size: 24px;
    line-height: 36px;
    */
    font-size: 1.5rem;
    line-height: 2.25rem;
}
.staff-member-detail .header-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	min-height: 250px;
}
@media (min-width: 992px) {
	.staff-member-detail .header-image {
		height: auto;
		min-height: 500px;
	}
}
.staff-member-detail .staff-content {
	background-color: #E6F6FD;
	padding: 10% 0 10% 0;
}
@media (min-width: 992px) {
	.staff-member-detail .staff-content {
		padding: 4% 0 5% 0;
		background-image: url('vhs-assets-css-4c96e34ff19b1e4db26f968b73b4df38.svg');
		background-position: 90% 350px;
		background-repeat: no-repeat;
		background-size: 70px;
	}
}
.staff-member-detail .staff-content .col-12 {
	background-image: url('vhs-assets-css-e41c6c4a2122e724d68aa542c1e0d21e.svg');
	background-position: 1.5rem 0;
	background-repeat: no-repeat;
	background-size: 40px;
	padding-top: 15px;
}
@media (min-width: 992px) {
	.staff-member-detail .staff-content .col-12 {
		background-position: 0 0;
	}
}

.staff-teaser-image-wrapper {
	position: relative;
	width: 145px;
	height: 145px;
}

@media only screen and (min-width: 992px) {
	.staff-teaser-image-wrapper {
		position: absolute;
	}
}

.staff-teaser-image-left {
	transform: rotate(-10deg);
}
@media only screen and (min-width: 992px) {
	.staff-teaser-image-left {
		top: 2rem;
		left: 1rem;
	}
}

.staff-teaser-image-right {
	transform: rotate(10deg);
	right: 0;
}
@media only screen and (min-width: 992px) {
	.staff-teaser-image-right {
		right: 4rem;
		bottom: 0rem;
	}
}

.teaser-text p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
}

/* Overwrite RTE Input Field */

.staff-teaser-text-wrapper p {
	margin: 0;
}

@media only screen and (max-width: 992px) {
	.tx-ep-houses .staff-container .staff-description {
		max-width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.tx-ep-houses .staff-container .staff-description p{
        /*
        font-size: 14px;
        line-height: 21px;
        */
        font-size: 0.875rem;
        line-height: 1.313rem;
	}
}

.tx-ep-houses .staff-container .staff-image-container {
	width: 10%;
	position: absolute;
	right: 10%;
	top: 30%;
}
@media only screen and (max-width: 992px) {
	.tx-ep-houses .staff-container .staff-image-container {
		display: none;
	}
}
.tx-ep-houses .staff-container .staff-image-container .staff-image-portrait{
	width: 100%;
	height: auto;
	transform: rotate(10deg);
}

.tx-ep-houses .staff-container .staff-image-container .staff-image-landscape {
	width: 100%;
	height: auto;
	transform: rotate(10deg);
}

.tx-ep-houses .staff-container .staff-link {
	display: inline-block;
}

/* Staff Random  */
.random-staff {
	padding: 3rem 0;
	text-align: center;
}

.random-staff .random-staff-header {
	margin-bottom: 2rem;
}

.random-staff .staff-links-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.random-staff .staff-links-container .staff-link {
	font-family: 'MGH-Soft';
	text-transform: uppercase;
	text-decoration: underline;
	color: #E60022;
    /*
    font-size: 48px;
    line-height: 48px;
    */
    font-size: 3rem;
    line-height: 3rem;
	margin-bottom: 24px;
	width: fit-content;
}
.random-staff .staff-links-container .staff-link:hover {
	color: #E60022;
}


