@charset "utf-8";

.carousel-indicators {
	display:flex;
	width:100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.carousel-indicators a {
	flex:1 1 50%;
	max-width:50%;
	text-align:center;
	padding:10px 0;
	font-size:15px;
	font-weight:700;
	color:#cbcbcb;
	text-decoration:none;
	border-right:1px solid #ddd;
	box-sizing:border-box;
}

.carousel-indicators a:last-child {
	border-right:none;
}

.carousel-indicators a.active {
	color:#000;
	border-bottom:1px solid #00a69c;
}

.text-wrap a:hover,
.text-wrap a:focus,
.text-wrap a:active {
    color:#000;
    text-decoration:none;
}

.na-title .na-info {
    height:28px;
}
