#util {
	color: #000;
	text-align: left;
	padding: 11px 36px;
}

#util a:link, #util a:visited, #util a:active {
	color: #000;
	text-decoration: none;
}

#util a:hover {
	color: #000;
	text-decoration: underline;
}

.beaconArchive > div  {color: #000000; font-size: 16px; font-family: Georgia, serif; line-height: 20px;}

.breadcrumbs {margin-top: 10px;}

.post__cats, .top-panel, .no-results, .not-found {display: none;}

.img-pd5 {padding: 5px;}
.img-pd25 {padding: 25px;}

td, p, .post__cats  {font-size: 16px; line-height:24px; font-weight: 400; font-family: Georgia, serif;}


table, td {border: 1px solid #CCC;}

.time {display: none;}

.wp-caption {font-size: 12px; line-height:16px; font-weight: 400; font-family: Georgia, serif;}


.entry-content ol > li {font-size: 14px; line-height:24px; font-weight: 400; font-family: Georgia, serif;}
.entry-content ul {list-style: square outside none; list-style-position: inside;}



.sidesub, .sidesub > a {text-decoration: none; color: #000000; font-size: 12px; font-weight: 600; font-family: Montserrat; line-height: 20px;}


.entry-author-link, .entry-permalink, .entry-date, .entry-meta, .post-author-bio, .post-navigation, .post-date__link, .material-icons {display: none;}

.header-container .header-container_inner {
  border-bottom: none;
}

.beaconTOC > p > a {text-decoration: none; color: #000000; font-size: 14px; font-weight: 600; font-family: Montserrat; line-height: 20px;}
.beaconTOC > p > a:hover {text-decoration: underline; color: #000000; font-size: 14px; font-weight: 600; font-family: Montserrat; line-height: 20px;}


h1,  .entry-title {font-size: 32px; font-family: Montserrat; line-height: 28px;}

h4,  .widget-title {font-size: 24px; font-family: Georgia, serif; line-height: 20px; font-style: normal; font-weight: bold;}


.entry-content > h3 {font-family: Montserrat;}
h6 > a {font-size: 12px; font-family: Montserrat;}

.tblborder table td  {
  border: 1px solid #000000;
}

/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );


	}
}



@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );

	}
}

.myButton {
box-shadow: 0px 0px 0px 2px #9fb4f2;
background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
background-color:#7892c2;
border-radius:10px;
border:1px solid #4e6096;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:24px;
padding:12px 37px;
text-decoration:none;
text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
background-color:#476e9e;
}
.myButton:active {
position:relative;
top:1px;
}

