#header-pic-container{
	background-image: url('../../images/headers/education.png');
}
#main-container .page-header{
	background-color:rgb(176,31,36);
	margin-top:0;
	width:350px;
	transform: skew(-30deg);
	margin-left:-14%;
	left:0;
	padding-left:15%;
	padding-bottom:0;
}

#main-container .page-header h3.redbg{
	transform: skew(30deg);
	color:white;
	padding-top:0;
	margin-top:0;
	padding-top:8px;
	padding-bottom:4px;
}
.grbg{
	padding-top:0;
	background-color: #c1c1c1;
}
#main-container{

	background-color: #c1c1c1;
	padding:0;
}
@media screen and (max-width:767px){
.pointed-img:after,
.pointed-img:before{
		border:0;
		visibility:hidden;
		display:none;
} 
	#main-container .page-header{
		width:100%;
	 -webkit-transform: none !important;
	 transform: none !important;
		margin:0;
		
		text-align:center;
		padding:0;
	}
	#main-container .page-header h3.redbg{
   	 -webkit-transform: none !important;
   	 transform: none !important;
	}
}
p{
	color:#666;
}

.pointed-img {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;
}
.pointed-img:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-left: 120px solid #c1c1c1;
    border-bottom: 200px solid transparent;
}
.pointed-img:after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -1px;
    left: 0;
    width:119px;
	height:134px;
	background-image:url('../../images/rect.png');	z-index:2;
	background-size:100% auto;
	background-repeat:no-repeat;
}

#ed-1:before{
    border-left-color: #fff;
}

#ed-1{
	background-image: url('../../images/ed/1.png');
}

#ed-2{
	background-image: url('../../images/ed/2.png');
}
#ed-3{
	background-image: url('../../images/ed/3.png');
}
#ed-4{
	background-image: url('../../images/ed/1.png');
}
#ed-5{
	background-image: url('../../images/ed/2.png');
}
#ed-6{
	background-image: url('../../images/ed/3.png');
}
#ed-7{
	background-image: url('../../images/ed/1.png');
}

