/* Home News Section */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #009A94;
    border-color: #009A94 #009A94 #009A94;
    font-family: 'Roboto-Medium';
}
.nav-tabs {
    border-bottom: 2px solid #009A94;
}
.nav-tabs .nav-link {
	background-color: #EAEAEA;
	margin-right: 5px;
	border-bottom: 1px solid #009A94;
}
.nav-tabs a.nav-link { color: grey; }
.carousel-item { min-height: 130px; }
.carousel-indicators li { background-color: #b1b1b1; }
.carousel-indicators li.active { background-color: #009a94; }
h4.title { 
	font-family: 'Roboto-Regular';
	color: #1C4A76;
	font-size: 18px;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 15px; }
p.subtitle {
	font-family: 'Roboto-Regular';
	color: #1C4A76;
	font-size: 18px;
	padding-left: 30px;
}
p.subtitle .fa-color { color: red; }

.quarter-link a { color: #1C4A76; }
.quarter-link a:hover { color: black; }

/*community */
.comm-cont { padding-left: 50px; }
.comm-cont h3 {
	color: #ffff;
    font-size: 18px;
    font-family: 'Roboto-Regular';
    padding-top: 10px;
}
.comm-cont ul {
    list-style: none;
    color: #009994;
    padding-left: 20px;
    font-size: 15px;
    font-family: 'Roboto-Regular';
    padding-top: 5px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
}