
div.slideshow-container ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div.slideshow-container img {
	display: block;
	max-width: 100%;
}

.slide-wrapper {
	overflow: hidden;
}

.slide {
	display: flex;
}

.slide:hover {
	will-change: transform;
}

#body-content .slide li {margin:0; }
#body-content ul.custom-controls {padding-left:0; padding-top:10px}
#body-content ul.custom-controls li {margin:0;}
.custom-controls.text li {font-family: 'Futura', 'Tw Cen MT', 'Franklin Gothic', sans-serif; font-size: 10px; background-color:#ff8400; color:white; text-align:center;line-height:12px!important; margin:auto; }

.slideshow-2022 .custom-controls.text li::before {
    content: "";
    display: block;
    margin-top: 8px;
}


.slide li {
	flex-shrink: 0;
	max-width: 1024px;
	border-radius: 4px;
	overflow: hidden;
	opacity: .8;
	transform: scale(.8);
	transition: .4s;
}

.slide li:not(.active)
	{
	cursor: pointer;
	}

.slide li:not(.active):hover
	{
	opacity: 1;
	}


.slide li.active {
	opacity: 1;
	transform: scale(1);
}

[data-control="slide"] {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

[data-control="slide"] li a {
	display: block;
	width: 12px;
	height: 12px;
	background: #FB5;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -999px;
	margin: 5px;
}

[data-control="slide"] li.active a, [data-control="slide"] li a:hover {
	background: #E54;
}

.custom-controls {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.custom-controls li {
	opacity: .8;
	transform: scale(.8);
	width: 50px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
	margin: 2px;
	transition: .3s;
	cursor: pointer;
}

.custom-controls li:hover {
	opacity:1;
}
.custom-controls li.active {
	opacity: 1;
	transform: scale(1);
	cursor: auto;
}

.arrow-nav {
	display: flex;
	justify-content: space-around;
	margin: 10px 10px 0 10px;
}

.arrow-nav button {
	cursor: pointer;
	border: none;
	border-radius: 50%;
	color: white;
	width: 40px;
	height: 30px;
	background: #999 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij4KICA8cG9seWdvbiBmaWxsPSIjRkZGIiBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHBvaW50cz0iMCAwIDAgMTQgMTEgNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIvPgo8L3N2Zz4K") center center no-repeat;
  	outline: none;
}

.arrow-nav button:hover {
	background: #333 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij4KICA8cG9seWdvbiBmaWxsPSIjRkZGIiBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHBvaW50cz0iMCAwIDAgMTQgMTEgNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIvPgo8L3N2Zz4K") center center no-repeat;
	transition: ease-in-out .3s;
}

.arrow-nav button.prev {
	transform: rotate(-180deg);
}

.wrap-controls {
	display: flex;
	justify-content: center;
	align-items: center;
}

.slideshow-spacer.width1024 {
	height: 870px;
}
.slideshow-spacer.width1024widescreen {
	height: 614px;
}
.slideshow-spacer.width800 {
	height: 702px;
}
.slideshow-spacer.width800widescreen {
	height: 522px;
}
/* 
i dunno xxx
 */
.slideshow-spacer.width400by350high {
	height: 400px;
}



.width1024 p.caption,.width1024widescreen p.caption {margin:0 auto; width:1024px;text-align:left;}
.width800 p.caption, .width800widescreen p.caption {margin:0 auto; width:800px;text-align:left;}
.width400by350high p.caption {margin:0 auto; width:400px;text-align:left;}



@media (max-width: 1030px) {
	.width1024 p.caption,.width1024widescreen p.caption  {width:98%; margin:0 10px 0 10px;}
}

@media (max-width: 810px) {
	.width800 p.caption,.width800widescreen p.caption {width:98%;}
}


@media (max-width: 899px) {
 	#body-content .custom-controls li {margin:0; }
	#body-content ul.custom-controls {padding-left:0!important; }

	.slideshow-container {
		margin: 0 -10px;
	}
	#body-content .slideshow-container .slide {
		padding-left: 0 !important;
	}
	.slideshow-container .slide img {
		width: calc(100vw - 15px);
	}
	.slideshow-container .slide p {
		width: calc(100vw - 30px)!important;
	}
	.slideshow-spacer {
		display: none;
	}
	.width800 p.caption,.width800widescreen p.caption,.width400by350high p.caption {margin:0 10px 0 10px; text-align:left;}

}

@media (min-width: 900px) and (max-width: 1049px) {

	.slideshow-container.width1024 .slide img {
		width: calc(100vw - 15px);
		height: auto;
	}

}

@media (min-width: 900px) {
	.slideshow-container {
		position: absolute;
		left: 0;
		right: 0;
	}
	.slideshow-container.width800,.slideshow-container.width800widescreen {
		position: absolute;
		left: -68px;
		right: 0;
	}
	.slideshow-spacer {
		visibility: hidden;
	}
}

@media (min-width: 1100px) {
	.slideshow-container.width800,.slideshow-container.width800widescreen {
		position: absolute;
		left: -228px;
		right: 0;
	}
}


@media print {

.slideshow-container,.slideshow-container.width800,.slideshow-container.width800widescreen {position:static; left:0!important;}

img {margin-top:1em;}
div.slideshow-spacer,div.wrap-controls{display:none;}
.slide-wrapper{overflow:visible;}

/* having both syntaxes needed for Safari. This code is invalid for print css but is necessary and works */
 ul.slide , ul[slide]  {
	transition:none !important;
 	transform:translate3d(0,0,0) !important;
	}

.slide {
	display: block;
	}

.slide img {height: auto;}

.slide li {
	transform: scale(1);
	width:100%;
	opacity: 1;
	margin: 20px 0;
	box-shadow: none;
	border-radius: 0px;
	overflow:visible;
	page-break-inside: avoid;
	break-inside:avoid;
	}

}