.page-template-curriculum #content main, .page-template-apply #content main, .page-template-careers #content main, .page-template-student-life #content main {
	margin-bottom: 34px;
}

.page-template-curriculum #content main:after, .page-template-apply #content main:after, .page-template-careers #content main:after, .page-template-student-life #content main:after {
	content: "";
	display: block;
	clear: both;
}

.page-template-curriculum #content .content-area, .page-template-apply #content .content-area, .page-template-careers #content .content-area, .page-template-student-life #content .content-area, .error404 #content .content-area {
	max-width: 1440px;
}

.curricum-content {
	height: 400px;
}

.curriculums {
	padding-right: 7px;
	padding-left: 0px;
}

.with-no-disp {
	display: none;
}

.curriculum-post {
	height: 190px;
	background: #fff;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 47%;
	width: calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	padding: 0px 30px;
	overflow: hidden;
}

.curriculum-post.curr-with-img:nth-child(1) {
	padding: 0px;
}

.curriculum-post:nth-child(even) {
	//margin-right: 0px;
}

.curriculum-post img {
	min-width: 100%;
	height: auto;
	min-height: 100%;
}

.curriculum-post h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 30px;
	line-height: 24px;
	max-height: 48px;
	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: "...";
}

.curriculum-post h3 a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

.curriculum-0 h3 {
	color: #f39b32;
}

.curriculum-1 h3 {
	color: #4bc5df;
}

.curriculum-2 h3 {
	color: #b8d45f;
}

.curriculum-3 h3 {
	color: #f39b32;
}

.curriculum-post p {
	color: #313131;
	font-size: 16px;
	max-height: 46px;
	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: "...";
  	margin-bottom: 15px;
}

.curriculum-post > a {
	font-size: 11px;
	text-transform: uppercase;
	color: #535353;
	text-decoration: none;
	border: 1px solid #535353;
	line-height: 18px;
	display: block;
	float: left;
	padding: 0px 12px;
}

.curriculum-2, .curriculum-3 {
	margin-bottom: 0px;
}

.curriculum-right {
	height: 100%;
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	color: #313131;
	padding: 0px 30px;
}

.curriculum-right h1 {
	font-size: 34px;
	font-weight: bold;
	margin-top: 58px;
	text-transform: uppercase;
}

.curriculum-right p {
	font-size: 18px;
	line-height: 24px;
	margin-top: 27px;
}

@media(max-width: 1284px) {
	.curriculum-post {
		/*padding: 0 15px;*/
	}
	.curriculum h3 {
		/*margin-top: 15px;*/
	}
}

@media(max-width: 1200px) {
	.curriculum-post h3 {
		/*margin-top: 15px;*/
	}
}

@media(max-width: 1160px) {
	.curricum-content {
		/*height: 440px;*/
	}
	.curriculum-post {
		/*height: 210px;*/
	}
	.curriculum-post h3 {
		/*font-size: 19px;*/
	}
	.curriculum-right h1 {
		margin-top: 50px;
	}
}

@media ( max-width : 991px) , only screen and (max-device-width: 991px) {
	.with-no-disp {
		display: block;
		padding: 0px;
	}
	.with-no-disp h1 {
		font-size: 36px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.with-no-disp p {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 50px;
	}
	.curriculum-right {
		display: none;
	}
	.curriculum-post {
		width: calc(50% - 10px);
		padding: 0 30px;
	}
	.curriculum-post:nth-child(even) {
		margin-right: 0px;
	}
	.curriculum-post h3 {
		font-size: 23px;
		margin-top: 30px;
	}
	.curriculum-post > a {
		font-size: 13px;
		line-height: 20px;
		padding: 0 15px;
	}
}

@media(max-width: 860px) {
	/*.curriculum-post {
		width: calc(50% - 10px);
		padding: 0 15px;
	}
	.curriculum-post h3 {
		font-size: 23px;
		margin-top: 20px;
	}*/
}

@media ( max-width : 767px) , only screen and (max-device-width: 767px) {
	.page-template-curriculum #content, .page-template-apply #content, .page-template-careers #content, .page-template-student-life #content {
		padding-bottom: 40px;
	}
	.curriculum-post {
		width: 100%;
		height: auto;
		margin-bottom: 14px;
		margin-right: 0px;
		padding: 23px 20px;
	}
	.curriculum-post img {
		width: 100%;
		height: auto;
		min-height: 0;
	}
	.curriculum-post h3 {
		margin-top: 0px;
		line-height: 28px;
		margin-bottom: 15px;
		max-height: 55px;
	}
	.curriculum-post p {
		margin-bottom: 15px;
	}
	.curriculum-post > a {
		font-size: 15px;
		line-height: 22px;
		padding: 0 15px;
	}
}

@media(max-width: 420px) {
	.with-no-disp h1 {
		font-size: 28px;
	}
	.with-no-disp p {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 35px;
	}
}