/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2026 | 15:09:25 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.entry-content, .entry-header {
    max-width: 940px;
}

.cita-page-wrap .wrapper {
    padding: 180px 15px 80px 15px;
}

.entry-header h1.entry-title {
    margin-bottom: 50px;
}

.entry-content img.border-shadow-image {
    border: solid 2px #FFF;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	border-radius: 5px;
}

.page-id-96 .entry-content h1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.entry-content ul li {
    margin-bottom: 10px;
}

.entry-content em {
    color: var(--cita-blue);
}

.entry-content ul {
	width: fit-content;
    max-width: unset;
    margin: 0 auto;
}

.page-id-98 .entry-content p {
	margin: 0px auto 15px auto;
}

.page-id-98 .entry-content h1 {
    margin: 100px auto 20px auto;
}

.page-id-98 .entry-content h1:first-child {
    margin: 50px auto 20px auto;
}

.cita-faq-question {
    text-align: left;
	color: var(--cita-navy);
    border-bottom: solid var(--cita-blue) 2px;
	margin-top: 50px;
}