/*
Add styles to overwrite customer CSS, USE WITH CAUTION.*/
@media screen and (max-width:1199px){
        .header-distro .brand-wrapper .sitename {
            background-color: rgb(0, 122, 51);
        }
}

.entity .content .image-wrapper {
	float: right !important;
}

/* Top align the header image */
/* .hero-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 112.5rem;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
} */

.jbv-test {
	display: flex !important;
	justify-content: center !important;
	background: blue !important;
}

.ppw-container {
/* 	all: initial !important; */
	display: flex !important; 
	justify-content: center !important; 
	align-items: center !important; 
	text-align: center !important; 
	margin: 0 auto !important; 
	background: black !important; 
}

/* Prefooter CTAS */
.ntxn-circle-ctas .ntxn-circle-cta .ntxn-circle-cta-wrapper {
	max-width:70%;
	height:auto !important;
}

/* jer test style for obits tags - caret */
/* a.btn-unt.small.no-after:after {
	content: none !important;
} */

a.btn-unt.small:focus, #edit-reset-obits:focus, #edit-search-obits:focus {
    outline: none !important;
/*     outline-color: currentColor; */
/*     outline-offset: .25rem; */
}
/* a.btn-unt.small.no-after:hover {
	background-color: rgb(39 100 54 / var(--tw-bg-opacity));
} */
a.btn-unt.small.no-after.active {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* .obit-filter-container > #edit-reset-obits {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
} */

#views-exposed-form-experts-faculty-experts {
	margin-bottom: 5rem;
}