/* spacing above & below images */

img {
  padding-top: 8px;
	padding-bottom: 8px;
}

/* spacing after banner */
.wp-block-heading {
  padding-top: 0px;
	padding-bottom:0px;
}




/* BLOGS */
/*pullquotes - stand out*/

/* caption under each image*/
figcaption {
  font-style: italic;
  text-align: center;
	font-size: 13px;
}

/* date on each blog post */
.posted-on {
	font-size: 13px;
	font-style: italic;
}

.wp-block-pullquote blockquote {
	font-size: 18px;
	border-left: none;
	margin:12px;
	border:0px;
	padding-top:20px;
}

.wp-block-pullquote cite {
	font-size: 15px;
}



/* END BLOGS */

/* blog list */
.entry-title a {
	font-size: 0.8em;
}

.entry-title h1 {
	padding:0px;
	margin:0px;
}

/* end blog list */

.entry-header {
	padding:0px;
	margin:0px;
}



.widget-title {
	color: #888888;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}

.search-field {
  font-family: Arial;
	padding: 0px;
	margin: 0px;
}

.widget_search {
    width: 180px;
}

.goog-te-gadget  {
    width: 180px;
}

.share-this-page {
	font-weight: heavy;
	font-size: 0.9em;
	color: #777777;
}

.document-download {
	letter-spacing: 1px;
}

.grunion-field-label {
	font-weight: normal;
	font-size: 0.8em;
}

.event-table td {
  vertical-align: top;
}

.event-table tr:nth-child(odd) {background-color: #dceaec;}

.event-table tr:nth-child(even) {background-color: #e9f2f3;}

.event-table table, th, td {
  border: 1px solid white;
}




/* SITEMAP FOOTER */

.footer-site-map-indent {
	margin: 12px;
}

.footer-site-map-indent {
  margin-left: 8px;
}

.footer-sitemap {
	font-size: 0.8em;
	line-height: normal;
	opacity: 1;
	text-align: left;
}

.footer-sitemap p {
	margin-top: 8px;
}

.footer-site-map-heading {
	font-size: 1em;
	font-weight: bold;
}


/* col 1 link */
.footer-sitemap-column1 a:link {
  color: #7e9c5f;
}
/* col 1 visited link */
.footer-sitemap-column1 a:visited {
  color: #7e9c5f;
}



/* col 2 link */
.footer-sitemap-column2 a:link {
  color: #ec218b;
}
/* col 2 visited link */
.footer-sitemap-column2 a:visited {
  color: #ec218b;
}




/* col 3 link */
.footer-sitemap-column3 a:link {
  color: #f47b20;
}
/* col 3 visited link */
.footer-sitemap-column3 a:visited {
  color: #f47b20;
}



/* col 4 link */
.footer-sitemap-column4 a:link {
  color: #666666;
}
/* col 4 visited link */
.footer-sitemap-column4 a:visited {
  color: #666666;
}


/* col 5 link */
.footer-sitemap-column5 a:link {
  color: #00adef;
}
/* col 5 visited link */
.footer-sitemap-column5 a:visited {
  color: #00adef;
}




/* all footer mouse over links */
.footer-sitemap a:hover {
	opacity: 0.7;
}



/* hide last updated date on homepage */
.page-id-201 .updated {
	color: white;
	padding: 0px;
	margin: 0px;
}

