ul.enhanced-bullets, ul.enhanced-bullets ul, .enhanced-bullets ul {
  list-style: none;
	list-style-type: none;
}
ul.enhanced-bullets li {
  list-style: none;
	list-style-type: none;
  position: relative;
}
ul.enhanced-bullets li:before {
    position: absolute;
    display: block;
    content: '\2022'; /* bullet point, for screen readers */
    text-indent: -999999px; /* move the bullet point out of sight */
    left: -1.5em;
    width: 1.0em; /* desired width of the image */
    height: 1.25em; /* unrelated to image height; this is so it gets snipped */
    background-repeat: no-repeat;
   background-image: url('https://chicon.org/wp-content/uploads/2020/07/Asset-2.png');
    background-size: 1.0em 1.0em;
    background-position: 0 0.25em;
}
ul.list-horizontal {
	display: flex;
}
ul.list-horizontal li {
	margin: 0 0 0 2em;
}
ul.enhanced-bullets.list-horizontal li:first-child:before {
	display: none;
}

a {
	color: #00558c;
	font-weight: 600;
}
body,
button,
input,
select,
textarea {
	font-weight: 400;
}

.no-border, .no-border img, .no-border table, .no-border td {
	border: none;
}
.no-margin, .no-margin table {
	margin: 0;
}

.main-navigation, footer#colophon {
	background-color: #00558c;	
}
#main {
	background-color: #41b6e6;
}

#header-content {
		padding: 0 !important;
}

#access ul.menu a, #access-secondary ul.menu a, #access-footer ul.menu a {
    color: #ffffff;
}
#branding ul.menu li, #branding #access-secondary ul.menu li {
    border-left-color: #00558c;
}
#branding #access, #colophon #access-footer {
    border-bottom-color: #00558c;
}
#branding #access, #colophon #access-footer, #branding ul.menu ul a {
    background: #00558c;
    background: -moz-linear-gradient(#2277ae, #00558c);
    background: -o-linear-gradient(#2277ae, #00558c);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2277ae), to(#00558c));
    background: -webkit-linear-gradient(#2277ae, #00558c);
}

figcaption:before {
    content: '' !important;
}
[class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {
		content: '';
    color: #fff;
    margin: 0;
    position: relative;
    left: 0 !important;
    top: 0;
}

.site {
	width: 90%;
}
#primary {
    width: 68%;
}
#secondary {
    width: 30%;
}
@media screen and (max-width: 960px) {
	#primary,
	#secondary {
		display: block;
		float: none;
		width: 100%;
	}
}

@media screen and (min-width: 960px) {
	.wpnbha article.type-post {
		display: flex;
	}
	.wpnbha .post-thumbnail {
		margin-right: 0.5em !important;
	}
}

#twitter-widget-0 .timeline-Viewport, #twitter-widget-0 .SandboxRoot.var-fully-expanded .timeline-Viewport {
    overflow-x: hidden;
    overflow-y: scroll !important;
    max-height: 500px !important;
}
#twitter-widget-0 {
	height: 600px;
	max-height: 600px;
	overflow-y: scroll;
}


.member-list {
	width: 50%;
	float: left;
}

.clear {
	clear: both;
	width: 80%;
}
.clear:before {
	clear: both;
}
dt {
	font-weight: 700;
	color: #00558c;
}

.donate-button {
	background: #00558c;
  background: -moz-linear-gradient(#2277ae, #00558c);
  background: -o-linear-gradient(#2277ae, #00558c);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2277ae), to(#00558c));
  background: -webkit-linear-gradient(#2277ae, #00558c);
	border: 1px solid #1b4266;
	border-radius: 0.25rem;
	color: #ffffff;
	margin-bottom: 0.5rem;
}

.entry-content img {
	min-width: 16px;
}
.is-style-stripes img {
	width: 32px;
	min-width: 16px;
}