/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

body .siteHeader { z-index: 3; }



/* START temp added for sidebar navigation mock up by dev KBL 4/1/2020 */
.sub-nav .sub-nav-title {
/* 	color: #009A71; */
		color: #006649;

	
	
    text-transform: uppercase;
    font-size: 20px;
/*     font-size: 2rem!important; */
    border-bottom: 2px solid #ecf1f3;
    padding-bottom: 15px;
    margin-bottom: 2px;
    line-height: 1.25;
}

.sub-nav ul{
	list-style-type: none;
}


.sub-nav ul li.selected a {
	text-decoration: none;
    /* 	color: #009A71; */
		color: #006649;
	text-align: right;
}
.sub-nav ul a {
    display: block;
    padding: 7px 0;
    line-height: 1.25;
	text-decoration: none;
	text-align: right;
}
.sub-nav a {
    text-decoration: none;
    /* 	color: #009A71; */
		color: #006649;
}

.ou-nav-list{   
	margin-top: 55px;
	margin-right: 20px;
}
.ou-nav-article{   
	margin-top: 55px;
/* 	margin-right: 10px; */
}

.ou-ldp-form-element {
    display: none;
}

/* END temp added for sidebar navigation mock up by dev KBL 4/1/2020 */
