h1 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 28px;
}
h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
#search-wrapper {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
#search-form {
	margin: 0 auto;
	/*width: 500px;*/
}
#search-button-icon {
	width: 15px;
	height: 15px;
	margin-right: 7px;
	position: relative;
	top: -2px;
}
#search-submit {
	background-color: blue;
	color: white;
	border: 0;
	border-radius: 3px;
	padding: 10px 15px;
}
#search-terms {
	width: 300px;
	padding: 10px;
	border: 1px solid #666;
	margin-right: 10px;
}
.search-results-divider-wrapper {
	display: flex;
}
.search-results-divider-wrapper div {
	width: 50%;
}
.algolia-logo {
	text-align: right;
}
.algolia-logo img {
	vertical-align: bottom;
	height: 20px;
	width: auto;
}
.results-count {
	font-style: italic;
	margin-bottom: 30px;
	font-size: 16px;
}
.results-item {
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
}
.result-title {
	font-size: 18px;
	margin-bottom: 3px;
}
.result-date {
	display: inline-block;
	font-style: italic;
}
.result-excerpt-wrapper {
	font-size: 16px;
}

.pagination .page-item {
	cursor: pointer;
}
.pagination .page-item.active .page-link:hover {
	color: #FFF;
}


/* MOST RECENT ARTICLES TABLE */
.most-recent-articles-table {
	border: 1px solid #eaeaea;
	padding: 20px 15px;
}
.most-recent-articles-table .view-content.row {
	padding-right: 0;
	padding-left: 0;
}
.most-recent-articles-table .view-header {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 3px;
}
.most-recent-articles-table thead tr,
.most-recent-articles-table tbody tr,
.most-recent-articles-table thead tr th,
.most-recent-articles-table tbody tr td {
	background-color: transparent;
}
.most-recent-articles-table th {
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
}
.most-recent-articles-table td.views-field-field-primary-section a {
	font-weight: normal;
}
.most-recent-articles-table td.views-field-field-image {
	width: 100px;
}
.most-recent-articles-table td.views-field-field-image img {
	width: 100px;
	height: auto;
}
.most-recent-articles-table {
	font-size: 14px;
}


/* PAGE NOT FOUND HEADER */
.page-not-found-message {
	background-color: lightgoldenrodyellow;
	padding: 15px;
}
.page-not-found-message .message-title {
	font-weight: bold;
	font-size: 18px;
}
.page-not-found-message .message-body {
	font-size: 16px;
}



@media screen and (max-width: 699px) {
	.most-recent-articles-table table {
		border-collapse: collapse;
	}
  .most-recent-articles-table thead {
  	display: none;
  }	
  .most-recent-articles-table tr {
  	display: unset;
  	width: 100%;
  	margin-bottom: 10px;
  	border: none;
  }
  .most-recent-articles-table td {
  	display: block;
  	width: 100%;
  	padding: 5px 10px;
  	border: 0;
  }
  .most-recent-articles-table td.views-field-field-image {
  	display: none;
  }
  .most-recent-articles-table td.views-field-field-primary-section {
  	padding-top: 0;
  }
}