body {
    background-color: #FFF;
    color: #777;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.pageTitle, h1 {
    font-size: 2.0rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    /* text-transform: uppercase; */
}
h1 {
    font-size: 2.0rem;
	color: #0069AA;
	font-weight: bold;
}
h2 {
	font-size: 1.8rem;
    color: #ee5d10;
}
h3 {
	font-size: 1.6rem;
    color: #6996d7;
	margin-bottom: 15px;
}
.Custom-title {
	border: 1px solid #cccccc;
	border-radius:5px;
	padding:5px 5px 5px 10px;
	background-color: #0069AA;
}
.title-text {
	color: #ffffff;
	text-align: center;
	font-size: 19px;
}
.action-button {
    text-align: center;
    font-size: 12pt;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    background-color: #ee5d10;
    padding: 10px 30px;
    text-decoration: none;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
}
.footer-client {
    padding: 20px 0;
    border-top: 1px solid #DDDDDD;
    background: #333333 !important;
}
#main_side_nav {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: .095em;
    font-size: 16px;
}
#main_side_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.side_nav_current {
	margin-left:5px;
	font-weight: bold;
}
.side_nav {
	margin-left:10px;
}
#main_side_nav a.current_page {
    color: #EE5D10;
    background-color: transparent;
}
@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
		padding: 0.5rem .5rem;
		font-size: 13px;
	}
}