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

.no_author::after {
	content:"";
}

/*Prevent date/time picker table elements in forms from overflowing*/
div.xdsoft_calendar table td, div.xdsoft_calendar table th {
	min-width: initial;
}

/*Style reset button in forms similar to submit button*/
.c-btn-gold-stroke,
input[type="reset"] {
	font-size: 1.4rem;
	font-weight: 600;
	color: #000;
	padding: 9px 15px;
	border: 2px solid #947843;
	border-radius: 56.667px;
	margin: 0.5em 0;
	display: inline-block;
	text-decoration: none;
	background-color: #fff;
}

.c-btn-gold-stroke:hover,
input[type="reset"]:hover {
	text-decoration: none;
	background-color: #947843;
	color: #fff;
}

@media (min-width: 699.98px) {
	.c-btn-gold-stroke,
	input[type="reset"] {
		font-size: 1.6rem;
		padding: 11px 19px;
	}
}

@media (min-width: 1024.98px) {
	.c-btn-gold-stroke,
	input[type="reset"] {
		font-size: 2.5rem;
		padding: 13px 26px;
	}
}

input[type="reset"] {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 10px;
	margin-bottom: 0;
}

/*Direct Edit Color*/
a#de, a#directedit, span#directedit a {
	color: #fff;
	text-decoration: none;
}

/*Remove top margin from photo collage when it's right after program overview to prevent perceived white bar*/
div.o-program-overview + section.o-text-photo-collage {
	margin-top: 0px;
}

/*resize h1 on article titles so they aren't too big*/
@media (min-width: 1024.98px) {
	h1.l-blog__heading-title,
	div.o-hero-block--directory-detail h1.o-hero-block__content-title {
		font-size: 7rem;
	}
}

/* ticket 243822 strange line */
.o-img-stats::after {
	display:none !important;
}

/* TAB UPDATES */

/* @media (min-width: 699.98px) {
	.o-tab__content.is-active {
		height: 100%;
	}
	.o-tab__content-heading {
		height:100%;
	}
} */

@media (max-width: 699.97px) {
	.small-table td, .small-table th  {
		min-width: 150px;
	}
}

.footer {
	padding-top:0px;
}

.o-tab__content-quote-quote::after {
	right:0px;
}

.o-text-photo-collage {
	margin:0px;
}

.quote--full {
	margin:0px;
}

.js-carousel {
	margin:0px;
}

.directory-detail__image img {
	width:auto;
}

.l-section {
	margin:0px;
}

.directory-detail__image > img {
	margin:auto;
}