<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Enter Your Custom CSS Here */

.widget {
	border-top: 0px none;
}

ul  {
	margin-top:0;
}
ul  ul {
	margin-top:.5em;
}
ul.listsquare  {
	list-style-type: square;
}
ul.listsquare ul{
	list-style-type: circle;
}

ul.listsquare li {
	padding-bottom:1em;
}

ol li {
	padding-bottom:1em;
}

DIV.gt-page-body H2 {
	margin-top:.5em;
	margin-bottom:.5em;
	padding-bottom:0;
	font-size:1.4em;
	color:#B3A369;
}

DIV.gt-page-body H3 {
	margin-top:.1em;
	margin-bottom:.2em;
	padding-bottom:0;
	font-size:1.3em;
	color:#B3A369;
}
DIV.gt-page-body H4 {
	margin-top:.1em;
	margin-bottom:.2em;
	padding-bottom:0;
	font-size:1.2em;
	color:#B3A369;
}

BODY a,
BODY a:link,
BODY a:visited {
	color: #262626;
  border-bottom: 0 none;
	box-shadow:none;
	font-weight:500;
  text-decoration: underline;
  text-decoration-color: #eeb211;
	 text-decoration-color: #b3a369;
	text-decoration-thickness: .13rem;
  transition: all .3s ease-in-out;
  word-wrap: break-word;
}



BODY a:hover,
BODY a:focus,
BODY a:active {
  background: #bfb37c;
	color: #000000;
  border-bottom: 0 none;
	box-shadow:none;
	font-weight:500;
}

BODY  a:focus {
  background: transparent;
  text-decoration: underline;
}


a.focus {
  text-decoration: underline;
}

.sidebar .insert-page img {
    background: #fefefe;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0.2em;
}

#ipw-2 {
		padding-top:0;
}
</pre></body></html>