.sectionHeader {
	background-color: #9e9e9e;
}
.sectionHeader .title{
	font-size: 2rem;

}



.sectionHeader .nav-pills .nav-link{
	background-color: #FFF;
	color: #000;
	margin: 0.2rem;
}

.subsections .nav-link:hover{
	/*font-weight: 700;*/
	text-decoration: underline;
    text-decoration-thickness: 0.3em;
}

.subsections .nav-link.active{
	font-weight: 700;
	text-decoration: underline;
    text-decoration-thickness: 0.3em;
}

.sections-container{
	overflow-x: auto;
    display: flex;
	flex-wrap: nowrap;
}

.sections-container ul{
	margin: 0;
	padding:  0;
    list-style: none;
    flex-wrap: nowrap;
    white-space: nowrap;

}
.sections-container ul li{
	display:  inline-flex;

}

.sections-container .nav-link{
	color:  #FFF;
	font-size: 1.5rem;
	padding: 0 0.5rem;
}

.sections-container .nav-link.active{
	font-weight: 700;
	text-decoration: underline;
    text-decoration-thickness: 0.3em;
	font-weight: bold;
}

/*Subsections*/
.sectionHeader  .subsections{
		width: auto;
  	max-width: unset;
}

.sectionHeader .nav-pills .nav-link.header_section_hover_12702{
	padding:  0.48rem;
}
.sectionHeader .nav-pills .nav-link.header_section_hover_12702:hover, .sectionHeader .nav-pills .nav-link.header_section_hover_12702.active{
	background-color: rgba(255,255,255,0.85) !important;
}
.sectionHeader .nav-pills .nav-link.header_section_hover_13172{
	padding:  0.48rem;
}
.sectionHeader .nav-pills .nav-link.header_section_hover_13172:hover, .sectionHeader .nav-pills .nav-link.header_section_hover_13172.active{
	background-color: rgba(255,255,255,0.85) !important;
}
.sectionHeader .subsections-container .nav-pills .nav-link{
	font-size: 0.8rem;
}
.sectionHeader .subsections-container .nav-pills .nav-link.active{
    background-color: transparent;
    color: #FFF!important;
   font-weight: 700;
	text-decoration: underline;
    text-decoration-thickness: 0.3em;
	font-weight: bold;
}

.sectionHeader .subsections-container .nav-pills .nav-link:hover{
    background-color: transparent;
    color: #FFF!important;
    font-weight: 700;
	text-decoration: underline;
    text-decoration-thickness: 0.3em;
	font-weight: bold;
}

@media(max-width:  768px){
	.sectionHeader.sticky {
		position: fixed;
		top:  60px;
		z-index: 10000;
		background-color: #9e9e9e;
		width:  100%;
		    box-shadow: 0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.05)!important;
	}

	.sectionHeader.sticky .sections-container .nav-link{
		font-size: 1rem;
	}

	.sectionHeader.sticky .subsections-container .nav-pills .nav-link{
		padding:  0;
		background-color: transparent;
		color:  #FFF;
		line-height: 2rem;
		font-size: 0.8rem;
		margin:  0 0.5rem;
		box-shadow: none!important;
	}
	.sectionHeader.sticky .subsections-container .nav{
		margin:  0!important;
	}

	.sectionHeader.sticky .subsections-container .nav-pills .nav-link img{
		height: 18px;
		width:  auto;
		background-color: #FFF;
		pading:  2px 5px;
	}

}
@media(min-width:  769px){
	.sectionheaderBlock{
		display: none!important;
	}

}