.navigation {
	height: 5.5rem;
	line-height: 1.25rem;
}
.navigation * {
	line-height: 1.25rem;
}
#toggle {
	display: inherit;
	width: 10rem;
	position: absolute!important;
	right: 0;
	font-weight: normal;
	color: #FFFFFF;
}
#toggle:before {
	font-size: 2.25rem;
	line-height: 1.75rem;	
	content: '\f0c9';
	font-family: 'Font Awesome 5 pro';
	color: #FFFFFF;
}
#toggle[aria-expanded='true']:before {
	content: '\f00d';
	font-family: 'Font Awesome 5 pro';
	color: #000000;
}

/*BUTTONS*/

.navigation button {
	width: 100%;
	display: flex;
	height: 5.5rem;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	/*font-size: 0.8rem; JUSTICE ROWE REQUEST */
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	border: 0px;
	background-color: transparent;
	position: relative;
	z-index: 20;
	cursor: pointer;
	color: white;
}
.navigation button span {
	transition: transform .1s;
}
.navigation button:hover span {
	transform: scale(1.13);
	z-index: 30;
}
.navigation button:focus {
	text-decoration: underline;
	outline: none;
}

.nav-menu-open .navigation button {
	color: black;
}


/*NAVIGATION PANELS*/
	.nav_panel {
		height: 100vh;
		padding-top: 5.5rem;
		background-color: white;
		/*width: 32rem; ISSUE WITH RENDERING*/
		width: 38rem;
		/*position: fixed;*/
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
	}
	.nav_panel:after {
		content: '';
		display: block;
		height: 5.5rem;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-size: 700px;
		background-position: 50%;
		background-color: silver;
		filter: grayscale(100%);
		opacity: 0.09;
	}
	.nav_panel {
		height: 100vh;
		padding-top: 5.5rem;
		background-color: white;
		/*width: 32rem; ISSUE WITH RENDERING*/
		width: 38rem;
		/*position: fixed;*/
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
	}
	.nav_panel:before {
		content:"";
		display: block;
		position: absolute;
		height: 100vh;
		width: 100vw;
		background-color: white;
		top: 0;
		bottom: 0;
		left: 100%;
		/*border-left: 1px solid silver;*/
		-webkit-box-shadow: inset 16px 1px 16px -13px rgba(59,59,59,0.25); 
		box-shadow: inset 16px 1px 16px -13px rgba(59,59,59,0.25);
	}

	.nav_panel .has_sub_panel {
		list-style: none;
		padding: 0;
	}
	.nav_panel h2,
	.nav_panel h3,
	.nav_panel h4 {
		margin: 0;
		padding: 0;
	}
	
	.nav_panel h2 {
		margin-left: 2rem;
		padding-bottom: 1rem;
		padding-top: 2rem;
		margin-bottom: 1rem;
		cursor: pointer;
		position: relative;
		font-size: 2rem;
		font-weight: 600;
		cursor: default;
		/*font-family: Means Web, Georgia, Times, Times New Roman, serif;*/
	}
	.nav_panel h2:before {
		/*content: '';*/
		display: block;
		width: 5.5rem;
		height: 10px;
		background-color: #434343;
		position: absolute;
		bottom: -5px;
		left: -3.5rem;
	}		
	.nav_panel h2:after {
		/*content: '';*/
		display: block;
		width: 20rem;
		left: 2rem;			
		position: absolute;
		height: 10px;
		background: linear-gradient(to right, #434343,rgba(0,0,255,0));	
		bottom: -5px;
	}
	.nav_panel h3 {
		margin-left: 2rem;
		padding-bottom: 1rem;
		padding-top: 1rem;
		margin-bottom: 0;
		cursor: pointer;
		position: relative;
		font-size: 1.25rem;
		font-weight: 500;
	}
	.nav_panel h4 {
		margin-left: 0.5rem;
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
		margin-bottom: 0;
		cursor: pointer;
		position: relative;
		font-size: 1.15rem;
		font-weight: 500;
	}
	.nav_panel h3 a, .nav_panel h4 a {
		color: black;
	}
	.nav_panel .has_sub_panel > h3:before {
		content: "\f053";
		font-family: 'Font Awesome 5 pro';
		position: absolute;
		top: 2px;
		left: -2rem;
		display: flex;
		align-items: center;
		height: 100%;
		width: 2rem;
	}
	.nav_panel .has_sub_panel > h3.open:before {
		content: "\f060";
		font-family: 'Font Awesome 5 pro';
		position: absolute;
		top: 2px;
		left: -2rem;
		display: flex;
		align-items: center;
		height: 100%;
	}
	.nav_panel .has_sub_panel > h3.open {
		text-decoration: underline;
	}
	
	.nav_panel hr {
		border: none!important;
		border-bottom: 1px dashed #eeeeee!important;
	}
	

	/*JUDGE LISTS ON FLYOUT */
	h4 {
		background-color: inherit;
	}
	h4 a[data-toggle="shrink"] {
		background-color: inherit;
	}
	h4 a[data-toggle="shrink"] span {
		background-color: inherit;
		position: relative;
		padding-right: 0.75rem;
	}
	h4 a[data-toggle="shrink"]:before {
		position: absolute;
		content: "";
		margin: auto;
		border-bottom: solid 1px #cecece;
		width: 100%;
		display: block;
		top: 50%;
	}
	h4 a[data-toggle="shrink"]:after {
		position: absolute;
		content: "\f078";
		font-family: 'Font Awesome 5 pro';
		display: inline-block;
		z-index: 1;
		right: 0px;
		padding-left: 1rem;
		background-color: inherit;
	}
	#list-justices, #list-occa, #list-coca {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	h4 a[data-toggle="shrink"][aria-expanded="true"]:after {
		content: "\f068";
	}
	
	/*PANEL CONTAINER*/
	.panel_container {
		height: 100%;
		overflow-y: auto;
		padding-left: 1.5rem;
		padding-right: 0.5rem;
		background-color: white;
		border-top: none;
		border-bottom: none;
		padding-bottom: 5rem;
		scrollbar-gutter: stable;
	}
	.admin-bar .toggled .panel_container {
		height: 92%!important;
	}
	.admin-bar .panel_container {
		height: 94%!important;
	}
	
	/*SUB PANELS*/
	.sub_panel {
		height: 100vh;
		box-sizing: border-box;
		position: absolute;
		right: 100%;
		z-index: -10;
		transform: translateX(100%);
		width: 22rem;
		top: 0;
		padding-top: 6.5rem;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-bottom: 47px;
	}
	.sub_panel.open {
		opacity: 1;
		position: absolute;
		z-index: -99;
		/*transition: opacity 0.35s, transform 0.25s ease-out;*/
		transform: translateX(0%);
		overflow-y: auto;
		background-color: #f6f6f4;	
	}	
	.sub_panel p {
		margin-left: 1em;
	}

	.sub_panel ul {
		list-style: none;
		margin: 0;
		padding: 0;
		padding-left: 0.75rem;
	}
	.sub_panel ul li {
		display: block;
		padding: 0.5rem 0;
		position: relative;
	}
	.sub_panel ul li a{
		color: black;
		text-decoration: underline;
	}
	.toggled .sub_panel.open .sub_panel_title {
		visibility: visible;
	}
	.sub_panel_title{
		visibility: hidden;
		position: absolute;
		top: 0rem;
		line-height: 5.5rem;
		left: 1.5rem;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.panel_container h2.wp-block-heading {
		width: 100%;
		z-index: 100;
		height: 5.5rem;
		left: 0;
		margin: 0;
		padding-left: 2rem
	}	

	/*LINK FONTAWESOME BUTTONS*/
.panel_container h3 a:after,
.panel_container h3:after,
.panel_container h3 a:before,
.panel_container .offsite a:before,
.panel_container a.offsite:before {
	font-family: 'Font Awesome 5 pro';
	font-weight: 100;
	position: absolute;
	width: 30px;
	right: 1rem;
	text-align: center;
	font-size: 1.5rem;
}
.panel_container h3 a:before {
	font-size: 1rem;
	top: 19px;
    left: -30px;
    color: silver;
}
.panel_container .offsite a:before,
.panel_container a.offsite:before {
	font-size: 1rem;
	left: -1.75rem;
    color: silver;
	content: '\f08e';
}
 /*COURTS*/
.navigation h3 a[href*='#district-courts']:after			{ content: ' \f752';} /*f63d f007 f0c0 f66f*/
.navigation h3 a[href*='#supreme-court']:after				{ content: ' \f66f';} /*f63d f007 f0c0 f66f*/
.navigation h3 a[href*='#court-of-criminal-appeals']:after	{ content: ' \f24e';} /*f63d f007 f0c0 f66f*/
.navigation h3 a[href*='#court-of-civil-appeals']:after		{ content: ' \f0e3';} /*f63d f007 f0c0 f66f*/
.navigation h3 a[href*='JudicialDirectory']:after 			{ content: ' \f2b9';}

/*LEGAL RESEARCH*/
.navigation h3 a[href*='#case-law']:after					{ content: ' \f5db'; }
.navigation h3 a[href*='STOKCN']:after						{ content: ' \f70f'; }
.navigation h3 a[href*='STOKRU']:after						{ content: ' \f03a'; }
.navigation h3 a[href*='STOKLG']:after						{ content: ' \f02d'; }
.navigation h3 a[href*='STOKST']:after						{ content: ' \f24e'; }
.navigation h3 a[href*='STOKSS']:after						{ content: 'SCADs'; font-size: 0.75rem; }
/*---------------------------------*/
.navigation h3 a[href*='#legal-forms']:after				{ content: ' \f15c'; }
.navigation h3 a[href*='#reports']:after					{ content: ' \f1fe'; }
.navigation h3 a[href*='#schedules']:after					{ content: ' \f022'; }
.navigation h3 a[href*='#uniform-jury-instructions']:after	{ content: ' \f14e'; }


/*AOC*/
.navigation h3 a[href*='adrs.oscn.net']:after					{ content: ' \f2b5'; }
.navigation h3 a[href*='CourtImprovement']:after				{ content: ' \f1ae'; }
.navigation h3 a[href*='interpreter.asp']:after	   				{ content: ' \f0ac'; }
.navigation h3 a[href*='csr.asp']:after							{ content: ' \f8e7'; }
.navigation h3 a[href*='www.okjnc.com']:after					{ content: ' \f759'; }
/*---------------------------------*/
.navigation h3 a[href*='#annual-reports']:after				    { content: ' \f1fe'; }
.navigation h3 a[href*='/jobs/']:after							{ content: ' \f508'; }
.navigation h3 a[href*='cojc.html']:after						{ content: ' \f735'; }

/*DOCKETS*/
.navigation h3 a[href*='/dockets/']:after						{ content: ' \f002'; }
.navigation h3 a[href*='#efiling']:after						{ content: ' \f56f'; }
.navigation h3 a[href*='epayments']:after						{ content: ' \f09d'; }
.navigation h3 a[href*='helpcontextid=5']:after					{ content: ' \f129'; }
.navigation h3 a[href*='helpcontextid=4']:after					{ content: ' \f059'; }
.navigation h3 a[href*='efile']:after							{ content: ' \f390'; }
.navigation h3 a[href*='DailyFilings']:after					{ content: ' \f64b'; }


/*COUNTY ACCORDIAN*/
.panel_container > .county-list {
    background-color: white;
}
.panel_container > .county-list div a:before, .panel_container > .county-list div a:after, .panel_container > .county-list div span {
    background-color: inherit!important;
}

.panel_container > .county-list {
    margin: 0rem 2rem!important;
    margin-right: 1.4rem!important;
	margin-bottom: 1rem!important;
}

.county-list ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0!important;;
}
a.county-link {
	display: inline-block;
	padding: 15px 0px;
	color: black;
	font-weight: 500;
	font-size: 1rem;
}
a.county-link:visited, a.county-link:hover {
	color: black;
}
.county-list > div > a {
	position: relative;
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: left;
	font-size: 1.15rem;
	background-color: white;
	line-height: 2.25rem;
	margin-bottom: 3px;
}
.county-list > div > a:before {
    position: absolute;	
	content: "";
    margin: auto;
    border-bottom: solid 1px #cecece;
    width: 100%;
    display: block;
    top: 50%;
}

.county-list > div > a:after {
    position: absolute;	
	content: "\f078";
	font-family: 'Font Awesome 5 pro';
    display: inline-block;
	z-index: 1;
	right: 0px;
	padding-left: 1rem;
}
.county-list > div > a[aria-expanded="true"]:after {
	content: "\f068";
}
.county-list > div > a > span {
	display: inline-block;
	background-color: #f6f6f4;
	z-index: 1;
	position: relative;
	padding-right: 1rem;
}


.county-seat {
	font-style: italic
}
.county-seat:before {
	content: ' - '
}
.county-seat:after {
	content: ', OK'
}


.shrink {
	opacity: 0;
	position: absolute; /*TO PREVENT EXTENDING THE PARENT MENU*/
	visibility: hidden;
}
.show{
	height: auto;
	/*max-height: 100%;*/
	opacity: 1;
	position: relative;
	/*transition: 400ms all ease-in-out;*/
	visibility: visible;
}