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

div#sidebar {
	font-family: 'futura-pt', sans-serif; !important;
}

ul.a-z {
	display: flex !important;
	list-style: none !important;
	justify-content: space-between !important;
}

ul.a-z-listing {
	list-style: none !important;
}

@media (max-width: 480px) {
	ul.a-z {
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
}

.bg-primary-color .title-decorative {
	color: white;
}

.ou-form form .btn-default {
	font-family: "Open Sans", sans-serif;
	background-color: var(--head-hilite-color);
	color: var(--body-button-text-color);
	letter-spacing: 0.25px;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 15px;
	margin: 15px auto;
	border-radius: 0;
	border: none;
	/* 	min-width: 140px; */
	transition: background 0.2s ease-out, color 0.2s ease-out,
		border 0.2s ease-out;
	-webkit-transition: background 0.2s ease-out, color 0.2s ease-out,
		border 0.2s ease-out;
	-moz-transition: background 0.2s ease-out, color 0.2s ease-out,
		border 0.2s ease-out;
	-ms-transition: background 0.2s ease-out, color 0.2s ease-out,
		border 0.2s ease-out;
	-o-transition: background 0.2s ease-out, color 0.2s ease-out,
		border 0.2s ease-out;
	position: relative;
	z-index: 3;
}

.ou-form form .btn-default:hover,
.ou-form form .btn-default:focus {
	background-color: var(--white);
	color: var(--body-button-text-color);
}

#ou-search-results h2 {
	display: block !important;
}

/* UAT 186653 */
.fullwidth-split-text {
	height: 400px;
}

/* UAT 187051 */
.mc-styling.card-body {
	text-align: center;
	height: 180px;
}

.mc-styling.card-body h3 {
	padding-top: 25px;
	color: rgba(91,91,91,1);
}

@media (min-width: 768px) and (max-width: 991px) {
	.mc-styling.card-body h3 {
		font-size: 30px;
	}
}

/* UAT 189412 */
div.bg-light-gray div.card-body p {
	font-size: 1rem !important;
}

/* UAT 190607 */
/* ul.mc-styling-nav {
background: #236fa1 !important;
} */

/* UAT 190742 */
div.top-row div.container-fluid.mc-styling {
	width: 98%;
}

@media (min-width: 1200px){
	div.top-row div.container-fluid.mc-styling div.col-xl-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}

	div.top-row div.container-fluid.mc-styling div.col-xl-6.p-4.pt-xl-0 {
		flex: 0 0 40%;
		max-width: 40%;
	}
}

/* UAT 190927 */
.ou-form .radio input[type="radio"],
.ou-form .checkbox input[type="checkbox"] {
	height: 22px;
}

/* For Ticket 197857 */
.fullwidth{
	position: relative;
	max-width: 1700px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow-x: auto;
}

/* For ticket 198416 */
#directory-list th#phone {
	width: 185px !important;
}

/* Spacer Element */
div.spacer {
	margin-bottom: 3em;
}

/* For ticket 218202 */
.new-font-bold{
	font-family: 'Open Sans';
	color: black;
	font-weight: 800 !important;
}
.new-font-regular{
	color: black;
	font-family: 'Open Sans';
	font-weight: 400;
}

/* For Ticket 219628 */
.nav-tabs {
	flex-wrap: nowrap !important;
}

/* For Ticket 220967 */
.card.card-slim .card-img-top {
	aspect-ratio: 4/5;
	background-size: cover;
	background-position: top center;
}
.card.card-slim .card-body {
	padding: 0.5rem;
	padding-top: 1.25rem;
}

.card.card-slim .card-title {
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.card.card-slim .card-text {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	line-height: 1;
	font-size: 1rem;
}
.card.card-slim .card-text p {
	margin: 0;
}

.card.card-slim .card-body .btn-default {
	min-width: 95px;
}
.card.card-slim {
	height: 90%;
}
/* End Ticket 220967 */

/* Ticket 230678 */
.new-height {
	height: auto !important;
	padding-top: 2rem !important;
}
/* End Ticket 230678 */

/*Ticket 238904*/
.card.card-slim .card-body {
/* 	padding: 3.5rem !important; */
}
/*Ticket 238904*/
.gallery-slider-wrapper {
    max-width: 50vw;
    margin: auto;
}
.card * {
    font-family: "OpenSansRegular" !important;
}


/*Ticket 251099*/
.fa-envelope:before,.fa-phone:before  {    
    font-family: "Font Awesome 5 Free" !important;
}