.Zebra_Accordion dt {
	/*margin-bottom: 10px;*/
	position: relative;
	display: inline-block;
	width: 100%;
	/*margin: 0;*/
	padding: 15px 40px 15px 15px;
	/*border: 1px solid #111;*/
	cursor: pointer;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.4em;
	/*background: rgb(103,14,7);*/
	/*background: -moz-linear-gradient(61deg, rgba(103,14,7,1) 0%, rgba(161,29,25,1) 100%);*/
	/*background: -webkit-linear-gradient(61deg, rgba(103,14,7,1) 0%, rgba(161,29,25,1) 100%);*/
	/*background: linear-gradient(61deg, rgba(103,14,7,1) 0%, rgba(161,29,25,1) 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#670e07",endColorstr="#a11d19",GradientType=1);*/

	background: url(../images/brushed-metal-46850941_1920x1280.jpg) no-repeat center center;
	/*-webkit-background-size: cover;*/
	/*-moz-background-size: cover;*/
	/*-o-background-size: cover;*/
	/*background-size: cover;*/
	/*color: #fff;*/
	opacity: 1;
	transition: opacity .2s;
}

.Zebra_Accordion dt:not(:first-child) {
	margin-top: 10px;
}


.Zebra_Accordion dt.Zebra_Accordion_Expanded,
.Zebra_Accordion dt:hover {
	text-decoration: none;
	opacity: .8;
}

.Zebra_Accordion dt:after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	font-size: 1em;
	content: "\f078";
	/*color: #fff;*/
}

.Zebra_Accordion dt.Zebra_Accordion_Expanded:after {
	content: "\f077";
}

.Zebra_Accordion dd {
	display: none;
	/*padding: 20px 20px;*/
	padding: 5px 15px 15px;
	/*border-left: 1px solid #333;*/
	border-left: none;
	/*border-right: 1px solid #333;*/
	border-right: none;
	/*border-top: 2px solid #222 !important;*/
	/*border-bottom: 2px solid #222 !important;*/
	/*background-color: #F8F8F8;*/
	background: none;
	/*border-left-color: #333;*/
	/*border-right: none;*/
	font-size: 1em;
	line-height: 1.363em;
}

.Zebra_Accordion dd a.btn {
	font-size: 1em;
}

#site-body .Zebra_Accordion dd ul {
	list-style-type: none;
	padding-left: 33px;
}

#site-body .Zebra_Accordion dd ul li {
	text-indent: -.5em;
	list-style-position: inside;
	line-height: 1.4em;
	margin-bottom: .3em;
}


.Zebra_Accordion dd p:first-child {
	margin-top: 3px;
}

.Zebra_Accordion dd p:last-child {
	margin-bottom: 3px;
}


@media screen and (max-width: 768px) {
	.Zebra_Accordion dd {
		padding: 5px 5px 15px!important;
	}
}