









.catchy-phrase {
	font-size: 1.3rem !important;
	font-weight: 700 !important;
}

h2.catchy-phrase {
	font-size: 1.4rem !important;
}



.clear-space {
	clear: both;
	padding-top: 10px;
}







.apply-button {
	background: #1e6b52;
	color: #fff;
}


.simple-grid {
	border: 1px solid #1e6b52;
	padding: 20px;
	margin: 20px 0 20px 0;
}




.focus-box-full-grey {
	padding: 1.5em;
    background-color: var(--campus-green-15);
	text-align: center;
	margin: 20px 0;
}




/***************************************Begin Facts & Figures ******************************/

span.int-stat,
div.int-stat {
	color: #1e6b52;
	line-height: 110px;
	font-weight: 700;
	font-size: 75px;
}

div.int-stat {
	color: #00714b;
	font-family: "kulturista-web", serif !important;
	font-size: 100px;
}

span.info {
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
}

/***************************************End Facts & Figures ******************************/
/**********************************COUNTER STATISTICS*********************/

.wrapper-counter {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.counter-item {
	flex-grow: 1;
}

.counter-h3 {
	margin-bottom: 0;
	text-align: center;
}

.count {
	text-align: center;
	color: #078459;
	font-size: 4em !important;
}

.counter-head {
	font-size: 1em;
	margin-top: 0.5em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-family: "kulturista-web", serif !important;
	letter-spacing: 0.05em;
}

/**********************************COUNTER STATISTICS ENDS*********************/
/***********************Feebback/help subfooter Begins********************/



.gbl-subfooter {
	align-items: center;
	background-color: #eee;
	display: flex;
	justify-content: center;
	min-height: 170px;
}

.gbl-subfooter--container {
	max-width: 980px;
	padding: 1em 1em 1em 3em;
}

.half-right {
	padding: 0 0 0 30px !important;
	box-sizing: border-box;
}





/***********************Feebback/help subfooter Ends********************/
/***********************Media Queries Begins********************/

@media only screen and (max-width: 1024px) {
	.focus-box {
		float: none;
		width: 98%;
		margin: 1em 0;
	}

	.home-news-events>div {
		flex-basis: calc(61% - 4em);
	}

	.home-news-events>div {
		border-right: none;
	}

	.half-right {
		padding: 0 !important;
	}

	#facts-figures ul.infographics>li {
		width: 100%;
	}
}

@media only screen and (max-width: 986px) {
	.image--mobile-full-width {
		width: 100% !important;
		float: none !important;
		margin: .5em 0 !important;
	}
}

/***********************Media Queries Ends********************/



/***********************Estimated Costs Table********************/

#processes {
	border-collapse: collapse;
	width: 100%;
}

#processes td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;


}

#processes tr:nth-child(even) {
	background-color: #f2f2f2;
}

#processes tr:hover {
	background-color: #ddd;
}

#processes th {

	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;




	background-color: #1E6B52 !important;
	color: white;

}

.bottom-line {
	background-color: #1E6B52;
	padding: 3px;
	color: #ffffff !important;
}

/***********************Estimated Costs Table Ends********************/



/*BEGIN Directory Email Fix */

.into-uab-team joomla-hidden-mail {
    display:block;
}

/*END Directory Email Fix */