/*---Life @ SEGi---*/


.container_absolute {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	right:0;
	margin:0 auto;
	z-index:3;
}
.life_grid1, .life_grid2, .life_grid3 {
	width:33.33%;
	float:left;
	height:135px;
	color:#fff;
	position:relative;
	padding:15px;
}

.life_grid1 {
	background:#63b9b5;
	text-align:center;
}
.life_grid2 {
	background:#58b1ae;
	text-align:center;
}
.life_grid3 {
	background:#50a5a1;
	text-align:center;
}
.life_absolute .image {
	display:table-cell;
	padding-right:30px;
	vertical-align:top;
	color:#fff;
	width:140px;
	text-align:center;
}
.life_absolute .image img{
	max-width:75px;
}
.life_absolute .info {
	display:table-cell;
	width:calc(100%-170px);
	vertical-align:top;
	color:#fff;
	text-align:left;
}
.life_absolute .info h2 {
	color:#fff;
	margin-bottom:0px;
	font-size:18px !important;
	background:none !important;
	padding-bottom:0px;
}
.life_absolute .info p {
	color:#fff !important;
	margin-bottom:0px;
	font-family:'OpenSans Regular', sans-serif;
}
.life_absolute .info a.life_button {
	color:#fff;
	display:inline-block;
	padding:2px 15px;
	border:1px solid #fff;
	font-size:12px;
}
.life_absolute .info a.social_button {
	display:inline-block;
	margin:0 3px;
}
.life_absolute {
	position:relative;
	top:50%;
	transform:translateY(-50%);
	display:inline-block;
}

.student_info {
	float:left;
	width:40%;
	height:615px;
	border-right:3px solid #b89561;
}
.student_info .student1 {
	height:205px;
	background:#50a5a1;
	padding:15px 10% 15px 20%;
	position:relative;
}
.student_info .student2 {
	height:205px;
	padding:15px 10% 15px 20%;
	position:relative;
}
.student_info .student3 {
	height:205px;
	background:#d8d8d8;
	padding:15px 10% 15px 20%;
	position:relative;
}
.student_image {
	float:left;
	width:60%;
	height:615px;
	overflow:hidden;
	background:url(../../images/doctor.jpg) no-repeat center;
	background-size:cover;
}
.student_image.experience {
	background:url(../../images/community.jpg) no-repeat center;
	background-size:cover;
}

.student_absolute {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.student_info .student1 .student_absolute h2 {
	color:#fff;
	margin-bottom:10px;
}
.student_info .student1 .student_absolute p {
	color:#fff !important;
	margin-bottom:10px;
}
.student_info .student2 .student_absolute h2 {
	color:#50a5a1;
	margin-bottom:10px;
}
.student_info .student2 .student_absolute p {
	color:#50a5a1 !important;
	margin-bottom:10px;
}
.student_info .student3 .student_absolute h2 {
	color:#50a5a1;
	margin-bottom:10px;
}
.student_info .student3 .student_absolute p {
	color:#50a5a1 !important;
	margin-bottom:10px;
}
a.student_button {
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	background:#b99663;
	border:1px solid #b99663;
	padding:5px 10px;
	line-height:100%;
	font-size:12px;
}
a.student_button:hover {
	color:#b99663;
	background:#fff;
}

.support_bg {
	padding:60px 0px;
	background:#f3f3f3;
}

.support_bg1{
	background:#f3f3f3;

}

.support_bg .support_grid {
	height:440px;
	width:50%;
	float:left;
	position:relative;
}

.support_bg .support_grid1{
	height:230px;
	width:100%;
	float:left;
	position:relative;
}

.support_bg .support_grid1 .support_image1{
	width: 50%;
    height: 230px;
	float:left;
	position:relative;

}

.support_bg .support_grid1 .support_info1{
	height: 230px;
    width: 50%;
    float: left;
    background: #fff;
    padding: 15px;
    position: relative;
}

.support_bg .support_grid1 .support_info1 .support_absolute1{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.support_bg .support_grid1 .support_info1 .arrow_left {
	position: absolute;
    left: -18px;
    top: 40%;
	margin:0 auto;
}

.support_bg .support_grid1 .support_info1 .arrow_right {
	position: absolute;
    right: -18px;
    top: 40%;
	margin:0 auto;
	z-index: 1;
}
    
.support_bg .support_grid .support_image {
	height:230px;
	width:100%;
	position:absolute;
	top:0;
	overflow:hidden;
}
.support_bg .support_grid .support_image img {
	max-width:100%;
	max-height:300px;
}
.support_bg .support_grid .support_image.right {
	bottom:0;
	top:auto;
}
.support_bg .support_grid .support_image .support_more {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	background:rgba(0,0,0,0.7);
	opacity:0;
	transition:opacity 0.3s ease;
	-moz-transition:opacity 0.3s ease;
	-webkit-transition:opacity 0.3s ease;
}
.support_bg .support_grid .support_image a:hover > .support_more {
	opacity:1;
}
.support_bg .support_grid .support_image .support_more div.support_link {
	display:inline-block;
	position:relative;
	top:60%;
	transform:translateY(-50%);
	color:#fff;
}

.support_bg .support_grid1 .support_image1 .support_link1 .support_more1{
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

.support_bg .support_grid1 .support_image1 .support_link1 .support_more1:hover{
	opacity: 1;
}

.support_bg .support_grid1 .support_image1 .support_link1 .support_more1 .support_link2{
	display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}


.support_bg .support_grid .support_image .support_more div.support_link2 {
	display:inline-block;
	position:relative;
	top:40%;
	transform:translateY(-50%);
	color:#fff;
}
.support_bg .support_grid .support_info {
	height:220px;
	width:100%;
	float:left;
	background:#fff;
	padding:15px;
	position:absolute;
	bottom:0;
}
.support_bg .support_grid .support_info .arrow_up {
	position:absolute;
	top:-19px;
	left:0;
	right:0;
	margin:0 auto;
}
.support_bg .support_grid .support_info .arrow_down {
	position:absolute;
	bottom:-19px;
	left:0;
	right:0;
	margin:0 auto;
}
.support_bg .support_grid .support_info.right {
	bottom:auto;
	top:0;
}
.support_bg .support_grid .support_info .support_absolute {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.fbox-bg1{
    background: #63b9b5;
}

.fbox-bg2{
    background: #58b1ae;
}

.fbox-bg3{
    background: #50a5a1;
}

.fbox-bg4{
    background: #40938f;
}

.campus_bg {
	text-align:center;
	padding:0px 0 0;
}

.campus_grid {
	width:25%;
	float:left;
	position:relative;
	height:230px;
}
.campus_grid .campus_absolute {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:rgba(86, 165, 162, 0.7);
	padding:15px;
	transition:opacity 0.3s ease;
	-moz-transition:opacity 0.3s ease;
	-webkit-transition:opacity 0.3s ease;
	opacity:0;
}
.campus_grid:hover > .campus_absolute {
	opacity:1;
}
.campus_grid .campus_absolute .campus_relative {
	position:relative;
	top:50%;
	transform:translateY(-50%);	
}
.campus_grid h2 {
	color:#fff;
	background:url(../../images/title_border.jpg) no-repeat bottom center;
	padding-bottom:10px;
}
.campus_grid p {
	color:#fff !important;
}

.pursue_bg {
	background:#eee;
	padding:30px 0;
}

.factGrid .factContent {
	height:120px;
}

/*---Patient & Visitor Edition---*/

.patient_story {
	width:50%;
	float:left;
	height:900px;
	padding-top:60px;
}
.patient_story h2{
	background:none;
	color:#555 !important;
}
.patient_story.background {
	background:url(../../images/patient_story.jpg) no-repeat bottom center;
	background-size:cover;
}
.patient_story .patient_text {
	background-color:rgba(255,255,255,0);
	padding:15px;
}
.patient_story .patient_text, .patient_story .patient_text p {
	color:#555 !important;
}

.icon_accordion {
	display:inline-block;
	width:25px;
	vertical-align:middle;
	color:#555;
}
.title_accordion {
	display:inline-block;
	width:calc(90% - 25px);
	vertical-align:middle;
	color:#555;
	text-transform:uppercase;
	font-size:13px;
}
.conten_according{
	font-size:13px !important;
}

.international_patient {
	min-height:900px;
	background:url(../../images/international_patient.jpg) no-repeat bottom center;
	background-size:cover;
	padding:60px 0;
}
.international_patient .international_text {
	float:left;
	max-width:350px;
	width:100%;
	position:relative;
}
.international_patient .international_text.right {
	float:right;
}
.international_patient .international_text .info {
	background-color:rgba(255,255,255,0);
}
.international_patient .international_text .info .icon {
	width:20%;
}
.international_patient .international_text .info .title {
	width:calc(80% - 8px);
}

.student_info.support {
	width:50%;
	height:600px;
}
.student_info.support .student1 {
	height:200px;
}
.student_info.support .student2 {
	height:200px;
}
.student_info.support .student3 {
	height:200px;
}
.student_image.support {
	background:url(../../images/support_priviledges.jpg) no-repeat center;
	width:50%;
	height:600px;
}

.sunmed_grid {
	float:left;
	width:50%;
}
.sunmed_grid .image {
	float:left;
	width:50%;
	height:450px;
}
.sunmed_grid .image.cherish {
	background:url(../../images/cherish_image.jpg) no-repeat top center;
	background-size:cover;	
}
.sunmed_grid .image.kid {
	background:url(../../images/kid_image.jpg) no-repeat top center;
	background-size:cover;
}
.sunmed_grid .info {
	float:left;
	width:50%;
	height:450px;
	padding:15px;
}

@media (min-width:768px){

	.hide-desk{
		display: none;
	}
	.hide-mobile{
		display: block;
	}
	
}

@media (max-width: 1200px) {
	/*---Life @ SEGi---*/
	
	.support_bg .support_grid .support_info .arrow_up {
		display:none;
	}
	.support_bg .support_grid .support_info .arrow_down {
		display:none;
	}
}

@media (max-width: 979px) {
	/*---Life @ SEGi---*/
	
	.support_bg .support_grid .support_image {
		position:relative;
	}
	.support_bg .support_grid .support_info {
		position:relative;
	}
	
	.support_bg .support_grid {
		height:auto;
		margin-bottom:30px;
	}
	.support_bg .support_grid h2 {
		font-size:18px !important;
		height:60px;
	}
	.support_bg .support_grid p {
		font-size:13px !important;
		height:80px;
		margin:0 !important;
	}
	.support_bg .support_grid .support_info {
		height:auto;
	}
	.support_bg .support_grid .support_info .support_absolute {
		top:0;
		transform:translateY(0);
	}
	
	.life_absolute .info h2 {
		font-size:16px !important;
	}
	.life_absolute .info p {
		font-size:12px !important;
	}
	.life_absolute .info a.social_button img {
		max-height:30px;
		margin:0;
	}
	
	.life_absolute .image {
		padding-right:15px;
		width:100px;
	}
	.life_absolute .image img{
		max-width:50px;
	}
	
	.student_info {
		float:none;
		width:100%;
		height:auto;
		border-right:0px solid #b89561;
	}
	.student_info .student1, .student_info.support .student1 {
		padding:30px;
		height:auto;
		text-align:center;
	}
	.student_info .student2, .student_info.support .student2 {
		padding:30px;
		height:auto;
		text-align:center;
	}
	.student_info .student3, .student_info.support .student3 {
		padding:30px;
		height:auto;
		text-align:center;
	}
	.student_image {
		float:none;
		width:100%;
		overflow:hidden;
	}
	
	.student_absolute {
		top:0;
		position:static;
		transform:translateY(0);
	}
	
	ul.tab-nav:not(.tab-nav-lg) li a {
		font-size:13px !important;
		font-weight:300 !important;
		padding:0 10px;
	}
	
	.portfolio-filter {
		border-radius:0;
		border:none;
		text-align:center;
	}
	.portfolio-filter li {
		float:none;
		display:inline-block;
		margin:10px 0;
		border:1px solid rgba(0,0,0,0.07);
	}
	.portfolio-filter li:first-child a, .portfolio-filter li:last-child a {
		border-radius:0;
	}
	.portfolio-filter li a {
		border:none;
	}
	
	.factGrid .factContent {
		height:180px;
	}
	
	.menu_bg {
		margin-top:30px;
	}
	
	.campus_grid {
		width:50%;
	}
	
	/*---Patient & Visitor Edition---*/

	.patient_story {
		width:100%;
		float:none;
	}
	
	.international_patient .international_text {
		max-width:300px;
	}
	
	.student_info.support {
		width:100%;
		float:none;
		height:auto;
	}
	.student_image.support {
		width:100%;
		float:none;
	}
	
	.sunmed_grid {
		float:none;
		width:100%;
	}
}

@media (max-width: 767px) {
	/*---Life @ SEGi---*/
	.support_bg .support_grid {
		margin:0 auto 30px;
	}	
	.support_bg .support_grid .support_image {
		height:230px;
	}
	
	.support_bg .support_grid h2 {
		height:auto;
	}
	.support_bg .support_grid p {
		height:auto;
	}
	
	.life_grid1, .life_grid2, .life_grid3 {
		width:100%;
		float:none;
		text-align:left;
		padding:15px;
	}
	
	.life_absolute {
		left:50%;
		transform:translateX(-50%);
		top:0;
	}
	.life_absolute .info {
		width:200px;
	}
	
	.support_bg .support_grid {
		height:auto;
		width:100%;
		float:none;
	}
	
	.student_info .student1 {
		height:auto;
	}
	.student_info .student2 {
		height:auto;
	}
	.student_info .student3 {
		height:auto;
	}
	
	.student_absolute {
		top:0;
		transform:translateY(0);
	}
	
	.factsDiv {
		background:#1f1e23 !important;
	}
	
	.factGrid .factContent {
		height:auto;
	}
	
	/*---Patient & Visitor Edition---*/

	.patient_story {
		height:auto;
		padding:30px 0;
	}
	.patient_story.background {
		background:#ddd7db;
	}
	
	.international_patient {
		background:#ebfbfe;
		height:auto;
		padding:30px 0;
	}
	
	.international_patient .international_text {
		float:none;
		max-width:none;
	}
	.international_patient .international_text.right {
		float:none;
	}
	.international_patient .international_text .info {
		margin:15px 0;
	}
	
	.support_bg .support_grid1 .support_image1, .support_bg .support_grid1 .support_info1{
	    width:100%;
	}
	.hide-desk{
		display: block;
	}
	.hide-mobile{
		display: none;
	}
	.support_bg .support_grid1{
	    height:auto;
	    width:50%;
	    margin-bottom:30px;
	}
	.arrow_right, .arrow_left{
	    display:none;
	}
	.support_bg .support_grid1 .support_info1 .support_absolute1{
	   top: 40%;
	}
	
	.support_bg .support_grid1 .support_info1{
	    height:150px;
	}
	.support_bg{
	    padding:30px 0;
	}
	
	#content .single-post h2 a{
	    font-size:18px;
	}
	
	.support_bg .support_grid1 .support_info1 .mb-rlt-ctr{
	    top:45%;
	}
}



@media (max-width: 480px) {
	/*---Life @ SEGi---*/
	
	.campus_grid {
		width:100%;
		float:none;
		margin:0 auto;
		height:300px;
	}
	
	/*---Patient & Visitor Edition---*/
	
	.sunmed_grid .image {
		float:none;
		width:100%;
	}
	.sunmed_grid .info {
		float:none;
		width:100%;
		height:auto;
		padding:30px 15px !important;
	}
	
	.student_image.support {
		display:none;
	}
	
	.support_bg .support_grid1{
	    height:auto;
	    width:100%;
	}
	
	.student_image{
	    height:280px;
	}
	
	a.student_button{
	    display:inline-block! important;
	}
}