.carousel.with-slidenav .wd_slidetitle {
}
.carousel.with-slidenav .wd_slidetitle a {
	line-height: normal;
    font-weight: 700;	
	text-transform: uppercase;
	text-align: left;
	color: #212121;
	text-decoration: underline;
	font-size: 20px;
}
.carousel.with-slidenav .wd_slidetitle a:hover {
	color: #f27013;
}
.carousel.with-slidenav .wd_slidebody { 
	margin: 15px auto 20px;
    line-height: 24px;
    font-weight: 400;
	color: black;
	text-align: left;
	font-size: 15px;
}
.carousel.with-slidenav .wd_slidewrapper .wd_more {
	/* outline: dashed; */
	margin: 0 auto;
	width: fit-content;
	position: relative;
	z-index: 601;
}
.carousel.with-slidenav .wd_slidewrapper .wd_more a {
	display: inline-block;
	font-size: 15px;
	white-space: nowrap;

	border: 1px solid transparent;
	border-radius: 6px;
	box-shadow: 2px 2px 0 rgba(98,66,11,.4);
	font-weight: 700;
	color: #e26811;
	background-color: #fff;
	border-color: #e26811;
	padding: 10px 20px;
}
.carousel.with-slidenav .wd_slidewrapper .wd_more a:hover {
	color: white;
	background: #f27013;
}
.carousel.with-slidenav.active .slide {
	display: block !important;
	visibility: hidden;
	transition: left 0.6s ease-out;
}
.carousel.with-slidenav.active .slide.current {
	visibility: visible;
	left: 0;	
}
.carousel.with-slidenav.active .slide.next {
	left: 100%;
}
.carousel.with-slidenav.active .slide.prev {
	left: -100%;
}
.carousel.with-slidenav.active .slide.next.in-transition,
.carousel.with-slidenav.active .slide.prev.in-transition {
	visibility: visible;
}
.carousel.with-slidenav,
.carousel.with-slidenav .slide {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
.carousel.with-slidenav {
	/* position: relative; */
}
.carousel.with-slidenav ul {
	margin: 0;
	padding: 0;
}
.carousel.with-slidenav .slide {
	position: relative;
	background-size: cover;
	background-position: top;
	border: 1px solid #333;
	margin: 0;
	height: 100%;
}

.carousel.with-slidenav.active {
	position: relative;
	border: 1px solid #333;
	padding-bottom: 0 !important; 
	height: 300px;

	height: 370px;
}

.carousel.with-slidenav.active .slide {
	border: none;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.carousel.with-slidenav .slide.current {
	display: block;
}

.carousel.with-slidenav.active .slide .slide_container {
	display: flex;
	/* flex-wrap: wrap; */
	flex-direction: row-reverse;
	height: 100%;
}

.carousel.with-slidenav .slide_content_container {
	position: relative;
	padding: 0px;
	margin: 0 auto;
	height: 100%;
}
.carousel.with-slidenav .slide_content_inner {
	margin: 30px auto;
	height: calc(100% - 60px);
}



.carousel.with-slidenav .wd_slidewrapper {
	/* outline: dashed; */
	background: rgba(240, 237, 234, .95);
	margin: 0 auto;
	padding: 50px;
	height: auto;
	min-height: 100%;
}
.carousel.with-slidenav .slider_controls_container {
	/* outline: dashed 4px green; */
	position: relative;
	padding: 0;
	height: 100%;

	width: 98%;
}
.carousel.with-slidenav .btn-prev,
.carousel.with-slidenav .btn-next {
	position: absolute;
	z-index: 700;
	margin-top: -2.5em;
	border: 0;
	background: rgba(255, 255, 255, 0.6);
	line-height: 1;
	padding: 10px 5px;
	transition: padding 0.4s ease-out;
}

.carousel.with-slidenav .btn-prev {
	left: 0;
	border-radius: 0 0.25em 0.25em 0;
}

.carousel.with-slidenav .btn-next {
	right: 0;
	border-radius: 0.25em 0 0 0.25em;
}


.carousel.with-slidenav {
	/* padding-bottom: 2.5em; */
	position: relative;
	background: rgba(240, 237, 234);
}
.carousel.with-slidenav .slide {
	border-bottom: 1px solid #333;
	z-index: 25;
}

.carousel.with-slidenav ul.slidenav {
	position: absolute;
	display: flex;
	z-index: 50;
	gap: 13px;
	bottom: 30px;
	left: 25%;
}



.carousel.with-slidenav .slidenav li {
	vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-self: center;
	margin: 0;
}

.carousel.with-slidenav .slidenav li:first-of-type {
    /* margin-left: 0; */
}

.carousel.with-slidenav ul.controls {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.carousel.with-slidenav ul.controls li {
	position: absolute;
	top: 50%;
	left: 15px;
}
.carousel.with-slidenav ul.controls li:last-child {
	position: absolute;
	left: unset;
	right: 15px;
}
.carousel.with-slidenav ul.controls button {
	position: relative;
	border-radius: 50%;
	background: #FFF;
	color: #242437;
	position: relative;
	padding: 0px 2px;
}
.carousel.with-slidenav ul.controls button:hover {
	cursor: pointer;
}
.carousel.with-slidenav ul.controls button.btn-next:after {
	transform-origin: center left;
}
.carousel.with-slidenav ul.controls button.btn-prev:after {
	transform-origin: center right;
}
.carousel.with-slidenav ul.controls button i {
	line-height: 1rem;
}
.carousel.with-slidenav ul.controls button {
	background: transparent;
}
.carousel.with-slidenav ul.controls button.btn-next {
}
.carousel.with-slidenav ul.controls button span.wd_arrow_icon {
	font-family: 'FontAwesome';
	font-size: 45px;
	color: #e26811;
}
.carousel.with-slidenav ul.controls button.btn-prev span.wd_arrow_icon:before {
	content: '\f104'
}
.carousel.with-slidenav ul.controls button.btn-next span.wd_arrow_icon:after {
	content: '\f105';
}

.carousel.with-slidenav .slidenav button {
	border-radius: 50%;
	line-height: 0.5;
	height: 1em;
	min-width: 1em;
	font-weight: bold;
	color: #fff;
	padding: 0;
	border: 0;
	background-color: #e26811;
}

.carousel.with-slidenav .slidenav button[data-action='start'], 
.carousel.with-slidenav .slidenav button[data-action='stop'] {
    border: none;
    background-color: transparent;
    
}

.carousel.with-slidenav button[data-action='start'] svg, 
.carousel.with-slidenav button[data-action='stop'] svg {
    width: 16px;
    height:16px;
    pointer-events: none; /* ensure svg is not event target */
	fill: #e26811;
}


.carousel.with-slidenav .slidenav button.current {
	color: #8f8f8f;
	background-color: white;
	outline: 2px solid #e26811;
}

.carousel.with-slidenav .slidenav button:hover,
.carousel.with-slidenav .slidenav button:focus {
	/* border: 2px dotted #fff; */
	outline: 2px solid #e26811 !important;
}
.carousel.with-slidenav .slidenav button.current:hover,
.carousel.with-slidenav .slidenav button.current:focus {
	/* border: 2px dotted #ccc; */
	/* outline: 2px solid #e26811 !important; */
}
.carousel.with-slidenav .slidenav button[data-action='start'],
.carousel.with-slidenav .slidenav button[data-action='stop'],
.carousel.with-slidenav .slidenav button[data-action='start']:hover,
.carousel.with-slidenav .slidenav button[data-action='stop']:hover {
    border: none;
	border-radius: unset;
	outline: none !important;
}

.carousel.with-slidenav .no-display, .visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.carousel.with-slidenav.active .slide .slide_img_wrapper {
	position: relative;
	overflow: hidden;
	/* width: 40%; */
	width: 50%;
}
.carousel.with-slidenav.active .slide img {
	display: inline-block;
	max-width: none;
	max-height: none;
	position: absolute;
	right: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.carousel.with-slidenav .slide_content_container {
	background: rgba(240, 237, 234, .95);
	/* width: 60%; */
	width: 50%;
	height: 100%;
	margin: 0 auto;
	padding: 50px 80px;
	/* goomba - 7.10.23 move to stage */
	padding-top: 80px;
}
.carousel.with-slidenav .wd_slidewrapper {
	background: transparent;
	min-height: unset;
	padding: 0;
	width: 100%;
	height: auto;
	margin: 0;
}


/* @media (max-width: 992px) { */
@media (max-width: 1150px) {
	.carousel.with-slidenav.active, 
	.carousel.with-slidenav > ul {
		/* height: 400px; */
		height: 600px;

		height: 670px;
	}
	.carousel.with-slidenav.active .slide .slide_container {
		flex-direction: column-reverse;
	}
	.carousel.with-slidenav .slide_content_container {
		width: 100%;
		padding: 30px 50px;
		padding: 0;
		min-height: 200px;

		height: auto;
	}
	.carousel.with-slidenav .wd_slidewrapper {
		padding: 30px 50px;
	}
	.carousel.with-slidenav.active .slide .slide_img_wrapper {
		width: 100%;
		height: 100%;
	}
	.carousel.with-slidenav.active .slide img {
		position: relative;
		transform: none;
		top: unset;
		height: 100%;
		max-width: 100%;
		width: 100%;
	}
	.carousel.with-slidenav .slider_controls_container {
		position: absolute;
		top: 0;
		width: 100%;
	}
	.carousel.with-slidenav ul.slidenav {
		transform: translateX(-50%);
		left: 50%;
		bottom: unset;
		top: 230px;
		top: 165px;
	}
	.carousel.with-slidenav ul.controls li {
		top: 100px;
	}
}

@media (max-width: 767px) {
	.carousel.with-slidenav.active, 
	.carousel.with-slidenav > ul {
		/* height: 450px; */
	}
	.carousel.with-slidenav .slide_content_container {
		min-height: 250px;
		/* height: 250px; */
	}
	.carousel.with-slidenav ul.controls li {
		top: 125px;
	}
	.carousel.with-slidenav ul.slidenav {
		top: 220px;
	}
}

@media (max-width: 600px) {
	.carousel.with-slidenav.active, 
	.carousel.with-slidenav > ul {
		/* height: 550px; */
	}
	.carousel.with-slidenav .slide_content_container {
		min-height: 350px;
		/* height: 350px; */
	}
	.carousel.with-slidenav ul.controls li {
		top: 175px;
	}
	.carousel.with-slidenav ul.slidenav {
		top: 320px;
	}


}

@media (max-width: 400px) {
	.carousel.with-slidenav.active, 
	.carousel.with-slidenav > ul {
		height: 600px;
	}
	.carousel.with-slidenav .slide_content_container {
		min-height: 420px;
		/* height: 420px; */
	}
	.carousel.with-slidenav ul.controls {
	}
	.carousel.with-slidenav ul.controls li {
		top: 200px;
	}
	.carousel.with-slidenav ul.slidenav {
		top: 390px;
	}
}
