.admissions-block {
    position:relative;
    min-height:200px;
    margin: 30px 0;
}

.admissions-block img {
    margin-bottom:20px
}

.arrow-block::after {
    content: url(../images/arrow-down-sharp-thin-full.svg);
    display: block;
    width: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}

.admissions h2 {
    color: #009bbb;
    text-align: center;
    font-family: adobe-garamond-pro, serif;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: block;
    padding-bottom: 15px;
}

.admissions h3 {
    text-align: center;
    font-family: adobe-garamond-pro, serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #009bbb;
    line-height:1;
    text-transform: none;
}

.admissions p {
    font-family: proxima-nova, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.clear	{ 
	clear: both;
	display: block;
	width: 0; 
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.section--white {
	background-color: #FFFFFF;
}

.section--red {
	background-color: #E74C3C;
}

.section--purple {
	background-color: #D6A8E9;
}

.section--blue {
	background-color: #33CCF7;
}

.section--yellow {
	background-color: #F4E9B4;
}

.section--green {
	background-color: #80D99D;
}
.section--cyan{
	background-color: #80D99D;
}

.section--pale{
	background-color: #F4E9B4;
}

.col_third section { margin: 0; }

.icn_red { color: #FF3D6A; }
.icn_purple { color: #9B59B6; }
.icn_blue{ color: #3498DB; }
.icn_yellow { color: #F1C40F; }
.icn_green { color: #80D99D; }

/*-=-=-=-=-=-=-=-=-=-*/
/* Wow Image */
/*-=-=-=-=-=-=-=-=-= */

.service-section {
	margin: 20px 0;
	position: relative;
	overflow: hidden;
}

.wow_imgage {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 270px;
	height: 180px;
}

.wow_imgage img {
	border: 4px solid #e4e4e1;
}

/*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }

