<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-title-innerwrap {
   box-sizing: border-box;
    border: solid 1px #000;
    padding: 10px 20px 0px;
}

.page-title-wrap {
   box-sizing: border-box;
    width: 400px;
    height: auto;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    padding: 16px;
    margin: 20px auto;
}

.IndexPage .top-section .HeadlineContainer {
    width: 100%;
    min-height: 80%; !important
    max-height: 90% !important
    position: relative;
}

.IndexPage .top-section{
    width: 100%;
    min-height: 44%; !important
    max-height: 49% !important
    position: relative;
}

.IndexPage .page-title-wrap {
    width: 400px;
    margin: 0px auto;

}

.IndexPage .page-title-innerwrap {
   box-sizing: border-box;
    border: solid 1px #000;
    padding: 10px 20px 0px;
}


h1 {
    line-height: 55px; !important
}

@media only screen and (max-device-width: 480px) {

	.EntryBody h3 {
            line-height: 1.5em;
	    font-size: 1.2em;
        }

	.ParagraphContainer h3 {
            line-height: 1.5em;
	    font-size: 1.2em;
        }

	.EntryContainer h1 {
            line-height: 1.5em;
	    font-size: 1.5em;
        }

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