/* Red Ribbon */

/** {
  box-sizing: border-box;
}*/

.education-pro-cresthaven .red-ribbon .contain {
  width: 90%;
  max-width: 1000px;
  /*height: 80px;*/
  margin: 40px auto; 
  position: relative;
}

.education-pro-cresthaven .red-ribbon .one > div {
  height: 50px;
}

.education-pro-cresthaven .red-ribbon .main {
  background: #ed1c24; 
  position: relative;
  display: block;
  width: 90%;
  left: 50%;
  top: 0;
  /*padding: 5px;*/
  margin-left: -45%;
  z-index: 10;
}

.education-pro-cresthaven .red-ribbon .main > div {
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  padding: 12px 0;
  text-align: center;
}

.education-pro-cresthaven .red-ribbon .main > div a,
.education-pro-cresthaven .red-ribbon .main > div a:hover { color: #FFFFFF; }

.education-pro-cresthaven .red-ribbon .bk {
 background: #ed1c24;
 position: absolute;
 width: 8%;
 top: 0px;
}

.education-pro-cresthaven .red-ribbon .bk.l {
 left: 0;
}

.education-pro-cresthaven .red-ribbon .bk.r {
 right: 0;
}

.education-pro-cresthaven .red-ribbon .skew {
  position: absolute;
  background: #ed1c24;
  width: 3%;
  top: 6px;
  z-index: 5;
}

.education-pro-cresthaven .red-ribbon .skew.l {
  left: 5%;
  transform: skew(00deg,20deg);
}

.education-pro-cresthaven .red-ribbon .skew.r {
  right: 5%;
  transform: skew(00deg,-20deg);
}

.education-pro-cresthaven .red-ribbon .bk.l > div {
  left: -15px;
}

.education-pro-cresthaven .red-ribbon .bk.r > div {
  right: -15px;
}

.education-pro-cresthaven .red-ribbon .arrow {
  height: 25px !important;
  position: absolute;
  z-index: 2;
	width: 0; 
	height: 0; 
}

.education-pro-cresthaven .red-ribbon .arrow.top {
  top: 0px;
  border-top: 0px solid transparent;
	border-bottom: 25px solid transparent; 	
	border-right: 15px solid #ed1c24; 
}

.education-pro-cresthaven .red-ribbon .arrow.bottom {
  top: 25px;
  border-top: 25px solid transparent;
	border-bottom:0px solid transparent; 	
	border-right: 15px solid #ed1c24; 
}

.education-pro-cresthaven .red-ribbon .r .bottom {
  border-top: 25px solid transparent;
	border-bottom: 0px solid transparent; 	
	border-left: 15px solid #ed1c24; 
  border-right: none;
}

.education-pro-cresthaven .red-ribbon .r .top {
  border-bottom: 25px solid transparent;
	border-top: 0px solid transparent; 	
	border-left: 15px solid #ed1c24; 
  border-right: none;
}

@media all and (max-width: 1020px) {
  .education-pro-cresthaven .red-ribbon .skew.l {
    left: 5%;
    transform: skew(00deg,25deg);
  }

  .education-pro-cresthaven .red-ribbon .skew.r {
    right: 5%;
    transform: skew(00deg,-25deg);
  }
}

@media all and (max-width: 680px) {
  .education-pro-cresthaven .red-ribbon .skew.l {
    left: 5%;
    transform: skew(00deg,30deg);
  }

  .education-pro-cresthaven .red-ribbon .skew.r {
    right: 5%;
    transform: skew(00deg,-30deg);
  }
}

@media all and (max-width: 460px) {
  .education-pro-cresthaven .red-ribbon .skew.l {
    left: 5%;
    transform: skew(00deg,40deg);
  }
  .education-pro-cresthaven .red-ribbon .skew.r {
    right: 5%;
    transform: skew(00deg,-40deg);
  }
}



/* Blue Ribbon */

.education-pro-cresthaven .blue-ribbon .contain {
	width: 100%;
	/*max-width: 1000px;*/
	/*height: 80px;*/
	margin: 40px 0; 
	position: relative;
}

.education-pro-cresthaven .blue-ribbon .one > div {
	height: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.education-pro-cresthaven .blue-ribbon .main {
	background: #141a52;
	border-left: 3px solid #36599b;
	position: relative;
	display: block;
	width: 90%;
	top: 0;
	z-index: 10;
}

.education-pro-cresthaven .blue-ribbon .main > div {
	border-color: rgba(255, 255, 255, 0.5);
	color: #FFFFFF;
	padding: 12px 0;
	font-weight: bold;
}

.education-pro-cresthaven .blue-ribbon .main > div em { font-weight: normal; }

.education-pro-cresthaven .blue-ribbon .main > div a,
.education-pro-cresthaven .blue-ribbon .main > div a:hover { color: #FFFFFF; }

.education-pro-cresthaven .blue-ribbon .bk {
	background: #141a52;
	position: absolute;
	width: 8%;
	top: 0px;
}

.education-pro-cresthaven .blue-ribbon .bk.l {
	left: 0;
}

.education-pro-cresthaven .blue-ribbon .bk.r {
	right: 50px;
}

.education-pro-cresthaven .blue-ribbon .skew {
	position: absolute;
	background: #141a52;
	width: 3%;
	top: 6px;
	z-index: 5;
}

.education-pro-cresthaven .blue-ribbon .skew.l {
	left: 5%;
	transform: skew(00deg,20deg);
}

.education-pro-cresthaven .blue-ribbon .skew.r {
	right: 5%;
	transform: skew(00deg,-20deg);
}

.education-pro-cresthaven .blue-ribbon .bk.l > div {
	left: -15px;
}

.education-pro-cresthaven .blue-ribbon .bk.r > div {
	right: -15px;
}

.education-pro-cresthaven .blue-ribbon .arrow {
	height: 25px !important;
	position: absolute;
	z-index: 2;
	width: 0; 
	height: 0; 
	border: 3px solid #FF0000;
}

.education-pro-cresthaven .blue-ribbon .arrow.top {
	top: 0px;
	border-top: 0px solid transparent;
	border-bottom: 25px solid transparent; 	
	border-right: 15px solid #141a52; 
}

.education-pro-cresthaven .blue-ribbon .arrow.bottom {
	top: 25px;
	border-top: 25px solid transparent;
	border-bottom:0px solid transparent; 	
	border-right: 15px solid #141a52; 
}

.education-pro-cresthaven .blue-ribbon .r .bottom {
	border-top: 25px solid transparent;
	border-bottom: 0px solid transparent; 	
	border-left: 15px solid #141a52; 
	border-right: none;
}

.education-pro-cresthaven .blue-ribbon .r .top {
	border-bottom: 25px solid transparent;
	border-top: 0px solid transparent; 	
	border-left: 15px solid #141a52; 
	border-right: none;
}

@media all and (max-width: 1020px) {
  .education-pro-cresthaven .blue-ribbon .skew.l {
    left: 5%;
    transform: skew(00deg,25deg);
  }

  .education-pro-cresthaven .blue-ribbon .skew.r {
    right: 5%;
    transform: skew(00deg,-25deg);
  }
}

@media all and (max-width: 680px) {
  .education-pro-cresthaven .blue-ribbon .skew.l {
    left: 5%;
    transform: skew(00deg,30deg);
  }

  .education-pro-cresthaven .blue-ribbon .skew.r {
    right: 5%;
    transform: skew(00deg,-30deg);
  }
}

@media all and (max-width: 460px) {
  .education-pro-cresthaven .blue-ribbon .skew.l {
    left: 5%;
    transform: skew(00deg,40deg);
  }
  .education-pro-cresthaven .blue-ribbon .skew.r {
    right: 5%;
    transform: skew(00deg,-40deg);
  }
}
