.text-header {
	padding: 10px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: block;
	border-left: 40px solid transparent;
	border-bottom: 40px solid #FF2600; 
	height: 0;
	line-height: 55px;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    border-top:    2px solid #FF2600;
    border-right:  none;
    border-bottom: 2px solid #FF2600;
    border-left:   none;
    line-height: 50px;
    padding: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 60%;
}

.article-details .article-header h1, .article-details .article-header h2 {
    color: #FF2600;
}