<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.625;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 16px;
	/* font-style: inherit; */
}

a {
	color: #004F9F;
	font-weight: bold;
}

a:hover {
		color: #004F9F;
		text-decoration: underline;  
}

table img {
	padding: 10px !important;
	margin-right: 150px !important;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
	height: auto;
	max-width: 120px;
	width: auto !important;
	vertical-align: middle;
}

::-moz-selection { /* Code for Firefox */
  color: #FFFFFF;
  background: #004F9F;
}

::selection {
  color: #FFFFFF;
  background: #004F9F;
}

/*secondary menu css*/
.genesis-nav-menu {
	clear: both;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	background-color: #E5E5E5;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item &gt; a, .genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover {
	color: #004F9F;
}

.site-inner, .wrap {
	margin: 0 auto;
	max-width: 1260px;
}

/*Polls css*/
.wp-polls {
		border: 1px solid #E5E5E5;
		border-radius: 3px;
		padding: 5px;
}

.wp-polls .Buttons {
		background-color: #004F9F;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
	color: #fff;
	background-color: #1879DB;
}

button, input[type="button"], .button, .entry-content .button {
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.sidebar {
	font-size: 20px;
}

.widget-title {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 24px;
	text-align: left;
	text-transform: none;
}

.site-footer {
	font-size: 16px;
	padding: 40px 0;
	text-align: center;
	display: none;
}

.support {
		font-size:18px;
		color:#808080;
}

.site-title{
		display: none;
}

.entry-title{
		display: block;
		font-size: 32px;
		font-weight: bold;
}

/*content padding 0px aligns the title with the sidebar text*/

.content {
	float: right;
	padding-top: 0px;
	width: 720px;
}

.entry-meta {
	color: #999;
	font-size: 16px;
		display: none;
}
@media (max-width: 768px){
	.pc{
		display:none;
	}
}

@media (min-width: 768px){
	.mobile{
		display:none;
	}

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