﻿.expandable {
	padding: 0;
	margin: 0;
}


.expandable-header {
	position: relative;
	width: 97%;
	padding: 3px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 15px 0;
	border-radius: 7px;
	box-shadow: 0px 1px 1px 1px #666666;
	line-height: 1.4;
	background-color: #1f3776;
	cursor: pointer;
	color: white;
	font-weight: bold;
	border: 1px solid black;
	/*	vertical-align:top;*/
}


.expandable-icon
{
	padding:5px;
	margin:0;
	font-size:1.2em;
	color:white;
/*	right:0;*/ 
	font-weight: normal;
}



.expandable-content {
	display: none;
	width: 99.8%;
	margin: 0;
	padding: .25em;
	line-height: 200%
}

.expandable-content2 {
	display: none;
	width: 99.8%;
	margin: 0;
	padding: .25em;
}


button.expand_all,
button.minimize_all {
	background: none;
	border: none;
	padding: 5px 0px;
	margin: 0;
	color: #1F3776;
	cursor: pointer;
	text-decoration: underline dashed;
	text-underline-offset: 4px;
	text-decoration-thickness: .02em;
	font-size: .9rem;
}

	button.expand_all:hover,
	button.minimize_all:hover {
		text-decoration: underline;
		color: #CC0000;
	}

.expandable-header:hover,
.expandable-header:focus-visible {
	background-color: #CFDCFE;
	color: #1f3776;
}

	.expandable-header:hover .expandable-icon,
	.expandable-header:focus-visible .expandable-icon {
		color: #1f3776;
	}


.expandable-header:focus,
.expandable-header2:focus {
	outline: none;
	border: 2px solid black;
}

.quick-links {
	display: block;
	border: thin solid #1f3776 !important;
	background-color: #FEF8E5 !important;
	padding: 10px !important;
	color: #1f3776;
}

	.quick-links nav {
		margin: 0 0 6px 0 !important;
	}

	.quick-links .expandable {
		margin: 0 !important;
		padding: 0 !important;
		font-weight: normal !important;
	}

	.quick-links .expandable-header {
		display: inline-flex;
		align-items: center;
		background: none;
		box-shadow: none;
		border: 0;
		margin: 0;
		padding: 0;
		color: #1F3776;
		cursor: pointer;
		font-size: .9rem;
		font-family: Arial, Helvetica, sans-serif;
		border-bottom: 1px dashed #1F3776;
		width: auto;
		font-weight: normal;
		line-height: .6;
		border-radius: 0;
	}

	.quick-links .expandable-icon {
		color: #1f3776;
		font-size: .9em;
	}

	.quick-links .expandable-header:focus {
		background-color: unset;
		outline: 2px solid black;
		outline-offset: 1px;
	}

	.quick-links .expandable-header:focus .expandable-icon {
		background-color: unset;
	}

	.quick-links .expandable-header:hover {
		background-color: unset;
		color: #EE0000;
		border: 0;
		border-bottom: 1px dashed #EE0000;
	}


		.quick-links .expandable-header:hover .expandable-icon {
			background-color: unset;
			color: #EE0000 !important;
		}

	.quick-links .expandable-content {
		margin: 0 !important;
		padding: 0 !important;
		font-size: .8em !important;
	}
