<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme name: Westminster Seminary California
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up &amp; running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

p {  }

/* .nav&gt;ul ul li.is-disabled a { pointer-events: all; }
.nav&gt;ul ul li.is-disabled a:hover { color: #f2a900; } */

.section-description .section__content a.btn { margin-top: 20px; margin-bottom: 10px; }

.slider-info .slider__slide img { max-width: 133px; }

@media(max-width: 450px) {
	.section.section--large .section__foot a.btn + a.btn { margin-top: 10px; }
}

.section-accordion .section__title p { margin: 0 auto 20px; }
.section-accordion .section__title p:last-child { margin: 0 auto; }

.cards .cards__item:nth-child(3) .card__content,
.cards .cards__item:first-child .card__content {
	margin: 0 auto;
}

</pre></body></html>