  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* fix button style on ou forms */
button.btn.btn-base.btn-chevron.btn-gold.ldp-hide-on-submit {
	font-size: 1.2rem;
}

/* a-to-z letters inline */
ul.sitemap li{
	display:inline;
	margin-left:.7em;
}

/* fix alternating horiztonal cards image sizes */
#image-w-offset-border-oony {
	transform: translate(0px, 0px) scale(90%);
}
.image-w-offset-border {
	position: relative;
	width: fit-content;
	transition: opacity 100ms ease-in;
}

.image-w-offset-border img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center top;
	position: relative;
	z-index: 99;
}

/* Image Gallery Component resizing vertically. The images that are in our current sliders are not the same size and the images will cause the pages to jump and stutter. This is the css that we used to prevent that from happening.
.ldp .slick-slide img {
	width: 100%!important;
	opacity: 1;
	height: auto;
	position: relative;
	overflow: hidden;
	text-align: center !important;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner .carousel-item img {
	opacity: 1;
	height: 75vh;
	position: relative;
	overflow: hidden;
	object-fit: cover;
	text-align: center !important;
}

 */
