#site-description { margin: 10px 0 0 3px; }
/* controls white space around tagline */

h1.loop-title { font-size: 32px; }
/* makes post and page titles the right size because h1 doesnt do it for some reason */ 

.hk-listunit-content p {
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 1.6em;
	
}
/*fixed font for excerpts on home page*/

.hk-list-columns {
	margin-top: 20px;
}
/* cleans up homepage spacing*/

.entry-summary p {
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 1.6em;
}
/*fixed font for excerpts on archive pages*/

.more-link a {
	color: #666;
	text-decoration:none;
}
/*make more link show up again on archive pages*/

p a {
	text-decoration:underline;
}
ul a {
	text-decoration:underline;
}
.menu-primary a {
	text-decoration: none}
}
/* fix so underline shows on links in text again, including lists, but not nav menu*/

h1.loop-title {
	margin-top: 10px;
}
.loop-meta {
	padding-bottom: 1em;
}
/* gives post and page titles better spacing (at least on top) */

div.menu-side-box {
	min-width:50px;
}
/*fixes nav menu so it hugs right side of header when contracting, formerly this was 200px, not needed for search icon*/

.dictionary-group {
	padding-top: 20px;
	padding-bottom: 35px;
	columns: 2 16em;
	column-gap: 3em;
	orphans: 4;
	widows: 1;
	font-size: 20px;
	text-indent: -30px;
	margin-left: 30px;
	}

.dictionary-group p:first-child {
	margin-top:0}


.dictionary-anchor-jumps {
	font-size: 18px;
  margin-left:50px;
	margin-right:50px;
	font-family: Open Sans;
	font-weight:500;
}
.glossary-intro {
	font-size:20px;
}

.guide-nav-block {
	font-size: 17px;
	line-height: 1.7em;
	margin-bottom: 40px;
}

.guide-nav-block {
}

.guide-nav-block a {
	font-size: 17px;
	line-height: 1.7em;
	text-decoration: none;
}
	
/* glossary post layout */

.fa-linkedin {
	color: #0077B5;
}
/* make linkedin icon blue */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 5em;
}
/* for smoother scrolling to intra-page anchor links, and to have them fully show below sticky header*/


/*.content .loop-title {
    color: #222222;
    font-size: 36px;
    font-style: normal;
    text-transform: none;
    font-weight: bold; }
/* controls post page title, because customizer wont */

/*.content .loop-meta-wrap.pageheader-bg-both {
    border: none;
}
/* removes annoying 1px hairline around page title */

/*.content-frontpage .widget-title {
	font-size: 24px;
}
/* adjusts size of section headers on front page */

/*.content-block-title {
	font-size: 22px;
	font-weight: 700;
}

.content-block-text {
	font-family: Open Sans;
	font-weight: 300;
}

.content-blocks-widget .more-link {
	display: none;
}

/* control Hoot Widget content block title and excerpt on home page */

