/* 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);
  }
}


/* Red Ribbon #2 */


.education-pro-cresthaven div.cranberry {
    /*width: 500px;
    height: 200px;*/
	width: 80%;
    background-color: #141a52;
	border: 4px solid #2d3d85;
    margin: 0 auto 30px;
    padding: 20px 0px;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}

.education-pro-cresthaven input.cranapple {
    display: block;
    width: 130px;
    margin: 20px auto;
}

/* Ribbon */
.education-pro-cresthaven .ribbon {
    position: relative;
    width: 100%;
    margin: 0;
}


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

.education-pro-cresthaven .ribbon a { text-decoration: none; }
.education-pro-cresthaven .ribbon a:hover { text-decoration: underline; }

.education-pro-cresthaven .ribbon i { font-style: normal; }

.education-pro-cresthaven .ribbon:before,
.education-pro-cresthaven .ribbon i:before {
    content: '';
    position: absolute;
    bottom: -23px;
    border: 24px solid #c45045;
}

.education-pro-cresthaven .ribbon:before {
    left: -54px;
    border-left-color: transparent;
    -webkit-transform: rotate(-16deg);
       -moz-transform: rotate(-16deg);
        -ms-transform: rotate(-16deg);
         -o-transform: rotate(-16deg);
            transform: rotate(-16deg);
}
.education-pro-cresthaven .oldie .ribbon:before {
    left: -48px;
}

.education-pro-cresthaven .ribbon i:before {
    right: -54px;
    border-right-color: transparent;
    -webkit-transform: rotate(16deg);
       -moz-transform: rotate(16deg);
        -ms-transform: rotate(16deg);
         -o-transform: rotate(16deg);
            transform: rotate(16deg);
    /*z-index: -1;*/
    z-index: 0;
}
.education-pro-cresthaven .oldie .ribbon i:before {
    right: -48px;
}

.education-pro-cresthaven .ribbon i:after,
.education-pro-cresthaven .ribbon u:after {
    content: '';
    position: absolute;
    border-style: solid;
    bottom: -16px;
    z-index: 0;
}

.education-pro-cresthaven .ribbon i:after {
    right: -16px;
    border-color: transparent transparent transparent #a33d33;
    border-width: 0 0 16px 16px;
}

.education-pro-cresthaven .ribbon u:after {
    left: 0;
    border-color: transparent #a33d33 transparent transparent;
    border-width: 0 16px 16px 0;
}

.education-pro-cresthaven .ribbon u {
    display: block;
    position: relative;
    width: 100%;
    left: -16px;
    /*padding: 0 16px 16px;*/
    padding: 8px 16px 16px;
    background: #ed1c24;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d0726a), to(#c7574d));
    background-image: -webkit-linear-gradient(#d0726a, #c7574d);
    background-image:    -moz-linear-gradient(#d0726a, #c7574d);
    background-image:     -ms-linear-gradient(#d0726a, #c7574d);
    background-image:         linear-gradient(#ed1c24, #ed1c24);
    -webkit-border-top-left-radius: 50% 16px;
            border-top-left-radius: 50% 16px;
    -webkit-border-top-right-radius: 50% 16px;
            border-top-right-radius: 50% 16px;
    text-align: center;
    /*font: 28px/48px Museo, cursive;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;*/
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
    color: #fff;
    text-shadow: 0 1px 1px rgba(163, 61, 51, .8), 0 2px 1px rgba(163, 61, 51, .6);
}
.education-pro-cresthaven .oldie .ribbon u {
    padding: 0 16px;
    *left: 0px;
    *padding: 0;
}

.education-pro-cresthaven .ribbon u {
    left: 0;
    margin: 0 -16px;
    width: auto;
	text-decoration: none;
}

.education-pro-cresthaven .ribbon u::selection { background-color: #a33d33; }
.education-pro-cresthaven .ribbon u::-moz-selection { background-color: #a33d33; }

.education-pro-cresthaven .ribbon u:before,
.education-pro-cresthaven .ribbon:after {
    content: '';
    position: absolute;
    height: 16px;
    left: 0;
    bottom: 0;
    -webkit-border-top-left-radius: 50% 16px;
            border-top-left-radius: 50% 16px;
    -webkit-border-top-right-radius: 50% 16px;
            border-top-right-radius: 50% 16px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .3);
}
.education-pro-cresthaven .oldie .ribbon u:before,
.education-pro-cresthaven .oldie .ribbon:after {
    content: none;
}

.education-pro-cresthaven .ribbon u:before {
    width: 100%;
    background: #a33d33;
}

.education-pro-cresthaven .ribbon:after {
    width: 100%;
    background: #141a52;
    z-index: 1;
}




/* Blue Ribbon */

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

.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;
}

@media all and (max-width: 680px) {
	.education-pro-cresthaven .blue-ribbon .bk.r {
		right: 30px;
	}
}

@media all and (max-width: 460px) {
	.education-pro-cresthaven .blue-ribbon .bk.r {
		right: 20px;
	}
}

.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);
  }
}
