.page-template-meet-our-students .content-area {
	max-width: 1440px;
}

.stud-content > p {
	margin-top: 30px;
	margin-bottom: 60px;
}

.student.panel-group {
	margin-bottom: 57px;
}

.student:after {
	clear: both;
	display: block;
	content: "";
}

.student .panel {
	-webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 7px;
}

.student .panel-heading {
	padding: 0px;
}

.student .panel-heading .with-img {
	float: left;
	width: 106px;
	height: 106px;
	overflow: hidden;
}

.student .panel-heading img {
	width: 100%;
	height: auto;
	margin-top: -20px;
}

.student .panel-heading .right-side {
	float: left;
	background: #f4f4f4;
	margin-left: 7px;
	min-height: 106px;
	padding-right: 15px;
	width: 86%;
	width: calc(100% - 113px);
	width: -webkit-calc(100% - 113px);
	width: -moz-calc(100% - 113px);
	width: -o-calc(100% - 113px);
	width: -ms-calc(100% - 113px);
	width: -khtml-calc(100% - 113px);
	padding-left: 28px;
	position: relative;
}

.student .panel-heading .right-side h3 {
	/*font-size: 22px;*/
	color: #313131;
	margin-top: 28px;
	margin-bottom: 7px;
}

.student .panel-heading .right-side p {
	font-size: 14px;
	line-height: 17px;
	color: #535353;
	text-transform: uppercase;
}

.student .panel-heading .right-side a {
	display: block;
	width: 39px;
	height: 39px;
	background: #4bc5df;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	text-decoration: none;
	outline: none;
}

.student .panel-heading .right-side a i.indicator {
	background: #4bc5df url("../img/accordion-students1.png") 0 0 no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	margin: 9.5px 9.5px;
}

.student .panel-heading .right-side a[aria-expanded='true'] i.indicator {
	background: #4bc5df url("../img/accordion-students1.png") -20px 0 no-repeat;
}

.student .panel-collapse {
	margin-top: 0px;
	background: transparent;
}

.student .panel .panel-collapse .panel-body {
	border-top: 0px;
	padding: 0px;
}

.student .panel-body .left-side {
	background: #f39b32;
	width: 340px;
	float: left;
	padding: 27px 28px 17px 28px;
	margin: 6px 20px 13px 0px;
}

.student .panel-body .left-side p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 12px 0;
}

.student .panel-body .left-side span {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-top: 4px;
}
.student .panel-body .information-block {
	background: #f4f4f4;
	width: calc(100% - 114px);
	margin-left: 114px;
	padding: 0 28px 28px 32px;
}

@media(max-width: 991px) {
	.stud-content > p {
		margin-bottom: 40px;
	}
	.student .panel-heading .right-side {
		width: 84%;
		width: calc(100% - 113px);
		width: -webkit-calc(100% - 113px);
		width: -moz-calc(100% - 113px);
		width: -o-calc(100% - 113px);
		width: -ms-calc(100% - 113px);
		width: -khtml-calc(100% - 113px);
	}
	.student .panel-body .information-block {
		padding-bottom: 20px;
	}
}

@media(max-width:767px) {
	.student .panel-heading .with-img {
		width: 95px;
		height: 132px;
	}
	.student .panel-heading img {
		margin-top: 0px;
	}
	.student .panel-heading .right-side {
		padding: 0px 20px 0 10px;
		height: 132px;
		width: 80%;
		width: calc(100% - 102px);
		width: -webkit-calc(100% - 102px);
		width: -moz-calc(100% - 102px);
		width: -o-calc(100% - 102px);
		width: -ms-calc(100% - 102px);
		width: -khtml-calc(100% - 102px);*/
	}
	.student .panel-heading .right-side h3 {
		margin-top: 10px;
		padding-right: 40px;
		margin-bottom: 10px;
		max-height: 52px;
		display: block; /* Fallback for non-webkit */
	  	display: -webkit-box;
	  	height: auto;
		line-clamp: 2;
	  	-webkit-line-clamp: 2;
	  	-o-line-clamp: 2;
	  	-moz-line-clamp: 2;
	  	-ms-line-clamp: 2;
	  	box-orient: vertical;
	  	-webkit-box-orient: vertical;
	  	-o-box-orient: vertical;
	  	-moz-box-orient: vertical;
	  	-ms-box-orient: vertical;
	  	overflow: hidden;
	  	text-overflow: ellipsis;
	}
	.student .panel-heading .right-side p {
		max-height: 50px;
		display: block; /* Fallback for non-webkit */
	  	display: -webkit-box;
	  	height: auto;
		line-clamp: 3;
	  	-webkit-line-clamp: 3;
	  	-o-line-clamp: 3;
	  	-moz-line-clamp: 3;
	  	-ms-line-clamp: 3;
	  	box-orient: vertical;
	  	-webkit-box-orient: vertical;
	  	-o-box-orient: vertical;
	  	-moz-box-orient: vertical;
	  	-ms-box-orient: vertical;
	  	overflow: hidden;
	  	text-overflow: ellipsis;
	}
	.student .panel-body .left-side {
		margin: 0px;
	    float: none;
	    width: 100%;
	}
	.student .panel-body .information-block {
		width: 100%;
	    margin: 0px;
	    padding-top: 15px;
	}
}
@media(max-width:550px) {
	.student .panel-heading .right-side {
		width: 68%;
		width: calc(100% - 102px);
		width: -webkit-calc(100% - 102px);
		width: -moz-calc(100% - 102px);
		width: -o-calc(100% - 102px);
		width: -ms-calc(100% - 102px);
		width: -khtml-calc(100% - 102px);*/
	}
}
@media(max-width:350px) {
	.student .panel-heading .right-side {
		width: 62%;
		width: calc(100% - 102px);
		width: -webkit-calc(100% - 102px);
		width: -moz-calc(100% - 102px);
		width: -o-calc(100% - 102px);
		width: -ms-calc(100% - 102px);
		width: -khtml-calc(100% - 102px);*/
	}
}

.page-template-noteable-alumni-template blockquote p {
	font-size: 18px;
	font-style: italic;
}
.page-template-noteable-alumni-template blockquote p:before {
	content: '"';
}
.page-template-noteable-alumni-template blockquote p:after {
	content: '"';
}