<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.module-header {
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2.module-header {
	font-size: 24px;
	line-height: 31px;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 40px;
}

h3.module-header {    
	font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 23px;
}
h4.module-header {    
	font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 21px;
	
}
h5.module-header {
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 20px;
}
h6.module-header {    
	font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 19px;
}

/* Blog Layout */
.category-desc h3 { margin:10px 0; }
.news-item {
	display: block;
	margin: 0;
	padding: 60px;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: 200;
	border: solid 6px transparent;
	overflow: hidden;
}

.news-item h2 {
	font-size:16px;
	letter-spacing: 8px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.news-item h2 a {
	color: inherit;
}

.liner {
	width: 80px;
	height: 4px;
	display: inline-block;
}

.news-item h4 {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 10px;
}

.pagination-list { list-style: none; }
.pagination-list li { display: inline-block; padding: 0 5px 0 5px; }
/* Single Article */
.separator { text-align: center; }
.actions, ul.tags { padding-left: 0; }
.actions li { display: inline-block; font-size: 14px; margin: 10px 5px; }
.pull-left img { margin: 0 30px 30px 0; }
.pull-right img { margin: 0 0 30px 30px; }
.pager { margin: 40px 0; }
ul.tags { text-align: center; }

/* Contact component - Form */
.contact-form input[type="checkbox"] {
	height: auto!important;
	margin-bottom: 0px !important;
	padding: 0 !important;
}
.contact-form label {
	color: #ddd;
	font-weight: 300;
}</pre></body></html>