.location-panel.v1 {
	padding-top:4.083rem;
}
.location-panel.v1 .el-tab-panel:not(.active) {
	display:block !important;
}

.location-panel.v1 .el-panel {
	display: none;
	opacity:0;
}

.location-panel.v1 .el-panel.active {
	display: block;
	animation: fadeIn .6s forwards;
}
/* Location Image */

.location-panel.v1 .location-img {
    width: 46.51rem;
    height: 29.22rem;
	position:relative;
	z-index:1;
	transition:1.5s ease 0s;
}

.location-panel.v1 .location-img ul {
	width:100%;
	height:100%;
	display:block;
	position:relative;
}

.location-panel.v1 .location-img li {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:.1s ease 0s;
}

.location-panel.v1 .location-img li figure {
	width:100%;
	height:100%;
	overflow:hidden;
}

.location-panel.v1 .location-img li figure img {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 1;
    transition: .8s ease 0s;
    image-rendering: -webkit-optimize-contrast;
}

.location-panel.v1 .location-img li.active {
}

.location-panel.v1 .location-img li.active > figure img {
	opacity:1;
	transition:.8s ease 0s;
} 

/* Location Content */
.location-panel.v1:not(.career) .content {
	width:41rem;
	margin-left:-4.556rem;
	position:relative;
	z-index:10;
	padding-top:4.722rem;
}

.location-panel.v1 .content.career {
	width:41rem;
	position:relative;
	margin-right:-4.556rem;
	z-index: 2;
	padding-top:4.722rem;
}

.location-panel.v1:not(.career) .content .content-cont {
	background-color:var(--white-color);
	padding:2.667rem 1rem 2.667rem 3.333rem;
}

.location-panel.v1 .content.career .content-cont {
	background-color:var(--white-color);
	padding:2.667rem 3.333rem 2.667rem 0;
}

.location-panel.v1 .content .btn-cont {
	padding-top:1.556rem;
}

.location-panel.v1 .content ul {
	padding-top:.778rem;
}

.location-panel.v1 .content ul li {
	margin-bottom:.444rem;
	width:50%;
}

.location-panel.v1.three .content {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    padding-top: 0;
}

/* Stephenson Override */
.location-panel.v1.stephenson-cancer-center .content .content-cont {
	padding:2.667rem 1.333rem 2.667rem 3.333rem;
}

/* Harold Hamm Override */
.location-panel.v1.local {
	padding-top:1.278rem;
}

/* Childrens Override */
.location-panel.v1.oklahoma-childrens .content .content-cont .title-style-1 {
	padding-bottom:.556rem;
} 

.location-panel.v1.oklahoma-childrens .tabs {
	padding-top:3.333rem;
}

/* Min Width 1025px */
@media screen and (min-width:1025px){
	.location-panel.v1 .location-img {
		opacity:0;
	}
	
	.location-panel.v1.visible .location-img {
		opacity:1;	
	}
}

/* 1280px Responsive */
@media screen and (max-width:1280px){
	.location-panel.v1 .content ul li {
		width:100%;
	}
}

/* 1024px Responsive */
@media screen and (max-width:1024px){
	.location-panel.v1:not(.career) .content {
		width:100%;
		padding-top:0;
		margin-left:0;
	}
	
	.location-panel.v1 .content .content-cont {
		padding:2.667rem 0;
	}
	
	.location-panel.v1 .location-img {
		display:none;
	}
	
	.location-panel.v1 .content ul li {
		width:50%;
	}
	
	.location-panel.v1 {
		padding-top:0;
	}
	
	.location-panel.v1.local .location-img {
		width:48%;
		display:block;
	}
	
	.location-panel.v1.local .content {
		width:48%;
	}
	
	.location-panel.v1.stephenson-cancer-center .content .content-cont,
	.location-panel.v1.local .content .content-cont {
		padding:1.667rem 0;
	}
	
	.location-panel.v1.local .content ul li {
		width:100%;
	}
	
	.location-panel.v1.local {
		padding-top:3.278rem;
	}
}

/* 800px Responsive */
@media screen and (max-width:800px){
	.location-panel.v1.local .main {
		flex-wrap:wrap;
	}
	
	.location-panel.v1.local .location-img {
		height:19.3rem;
		width:100%;
	}
	
	.location-panel.v1.local .content {
		width:100%;
	}
}

/* 550px Responsive */
@media screen and (max-width:550px){
	.location-panel.v1 .content ul li {
		width:100%;
	}
}

/* 500px Responsive */
@media screen and (max-width:500px){
	.location-panel.v1 .content .content-cont {
		padding-top:0;
	}
	
	.location-panel.v1 .content ul {
		padding-left:.89rem;
		padding-top:1.72rem;
	}
	
	.location-panel.v1 .content ul li {
		margin-bottom:0;
	}
	
	.location-panel.v1 .content ul li + li {
		margin-top:1.21rem;
	}
	
	.location-panel.v1 .link-style-1 {
		font-size:1.28rem;
		padding-left:1.98rem;
	}
	
	.location-panel.v1 .link-style-1:after {
		width:1.08rem;
		height:.704rem;
	}
	
	.location-panel.v1 .content .btn-cont {
		padding-top:1.92rem;
	}
	
	.location-panel.v1.local .location-img {
		height:14.9rem;
	}
	
	.location-panel.v1.local {
		padding-top:1.28rem;
	}
	
	.location-panel.v1.oklahoma-childrens .tabs {
		padding-left:0;
		padding-top:2.71rem;
	}
}