/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*#header.brown #header-wrap { background-color: rgba(65,37,1,0.9*/

.red-text-highlight { color: #ea1d3e !important; }
.blue-text-highlight { color: #16264e !important; }
.emerald-text-dark { color: #10665d !important; }
.brown-text-dark { color: #16264e !important; }
.white-text { color: #FFFFFF !important; }
.brown-box{ border: 2px solid #475c91 !important; }
.black-text { color: #2b2b2b !important; }


.line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 60px 0;
	border-top: 2px solid #EEE;
}

.line.line-sm { margin: 30px 0; }


.grey-Bg{
    background: #e9e9e9 !important;
}
