<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*  AROUND EMMITSBURG PAGE  */


/*--------------------------------------------------------------
# Type &amp; Image Attributes
--------------------------------------------------------------*/
 

#accordion { }

#accordion h3 { font-family: lustria, serif; font-size: 27px; margin:0 0 5px 0; line-height: 1.2; padding-top:35px; font-weight: 100; border-top: 1px solid #e1d6c0; }

#accordion h3:nth-of-type(1) { padding-top: 0; margin-top: 0; border-top: none; }

p.subhead { font-family: lustria, serif; font-size: 20px; line-height: 31px; font-weight: 400; }

.site-header-wrap { margin-bottom: 60px; }

.content-box .right-col img { width: 100%; height: auto; line-height: 0; margin-bottom: 0; }

/*--------------------------------------------------------------
# Accordion Attributes	
--------------------------------------------------------------*/

.accordion,
.accordion * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.accordion { overflow: hidden; }

/*--------------------------------------------------------------
# Section Titles
--------------------------------------------------------------*/

a.accordion-section-title,
.accordion-section-title { width: 100%; padding: 15px; display: inline-block; transition: all linear 0.15s; font-size: 18px; font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; color: #433b30; background: url('../images/accordion-plus.png') right center no-repeat; }

.accordion-section-title.active { background: url('../images/accordion-minus.png') right center no-repeat!important; }

.accordion-section-title:hover { text-decoration: none; color: #664a5c; /*border-bottom: 1px solid #e1d6c0;*/ }

.accordion-section:first-of-type .accordion-section-title { border-top:1px solid #e1d6c0; }

/*----- Section Content -----*/

.accordion-section-content { padding: 0 15px 15px 15px; display: none; }

p.description { margin-bottom:20px}

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