.hlc-institutions{
	display: block;
	margin: 15px 0;
}
.hlc-institutions table {
	border-collapse: collapse;
	display: table;
}
.hlc-institutions table th{
	background-color: var(--global-palette1);
	color: #fff;
	text-align: left;
	font-weight: 600;
}
.hlc-institutions table th,
.hlc-institutions table td {
	padding: 20px;
/* 	font-size: 1rem; */
	vertical-align: top;
}
.hlc-institutions table th{
	padding-top: 15px;
	padding-bottom: 15px;
}
.hlc-institutions table td {
	border-bottom: 1px solid #e1e1e1;
}
.hlc-institutions table tbody tr:nth-child(odd) td{
	background-color: var(--global-palette8);
}
.hlc-institutions table h2 {
	font-family: var(--global-body-font-family);
	font-size: 18px;
	font-weight: 600;
}
.hlc-institutions table h2 + div {
	margin-top: 15px;	
}
.hlc-institutions table td strong { 
	font-weight: 600;
}
.hlc-institutions table a {
	color: var(--global-palette1); 
	text-decoration: underline;
}
.hlc-institutions table a:hover,
.hlc-institutions table a:focus {
	color: var(--global-palette4); 
	text-decoration: none;
}

.hlc-institutions table div {
	display: block;
	font-size: 0.875rem;
	margin-top: 10px;
}
.hlc-institutions table div a {
	text-decoration: none;
}
.hlc-institutions table div a span {
	margin-right: 5px;
	display: inline-block;
}

@media screen and (min-width: 769px ) {
	.hlc-institutions table .mobile-only {
		display: none !important;
	}
}

@media screen and (max-width: 768px ) {
	.hlc-institutions table thead {
		display: none;
	}
	.hlc-institutions table tr td {
		float: left;
		width: 100%;
		border: none;	
		padding-top: 15px;
		padding-bottom: 0;
	}
	.hlc-institutions table tr td:last-of-type {
		padding-bottom: 15px;	
		border-bottom: 1px solid #e1e1e1;
	}
}

.hlc-institutions.no-results {
	text-align: center;
	background-color: var(--global-palette8);
	border: 1px solid #e1e1e1;
	padding: 40px 20px;
	margin: 0 auto;
	max-width: 80%;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hlc-institutions.no-results h3,
.hlc-institutions.no-results p {
	margin: 0;
}
.hlc-institutions.no-results h3 {
	font-weight: 700;
	font-size: 1.25rem;
}

/* Search Form */
#hlc-institution-search-form {}
#hlc-institution-search-form::after{
	height: 5px;
	width: 100%;
	content: '';
	display: block;
	background: var(--global-palette1);
	background: linear-gradient(90deg, var(--global-palette1) 30%, var(--global-palette2) 70%);
	
}
#hlc-institution-search-form form ul,
#hlc-institution-search-form form ul li {
	margin: 0;
	padding: 0;
	gap: 0;
}
body #hlc-institution-search-form .searchandfilter select,
body #hlc-institution-search-form .searchandfilter input {
	border: 1px solid var(--global-palette1);
	background-color: #fff;
	color: var(--global-palette6);
	font-weight: 400;
}
@media screen and (min-width: 768px){
	body #hlc-institution-search-form .searchandfilter select {
		border-left: 0;
		width: 100px;
	}
}
@media screen and (max-width: 767px){
	body #hlc-institution-search-form .searchandfilter select {
		border-top: 0;
	}
}
body #hlc-institution-search-form .searchandfilter .sf-field-submit input {
	background-color: var(--global-palette1);
	color: #fff;
}
body #hlc-institution-search-form .searchandfilter .sf-field-submit input:hover,
body #hlc-institution-search-form .searchandfilter .sf-field-submit input:focus {
	background-color: var(--global-palette4);
	color: #fff;
}

/* Page Navi Styles */
.wp-pagenavi {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 1px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
	display: block;
	padding: 8px 10px;
	line-height: 1;	
	text-decoration: none;
	color: #212121;
	border-radius: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus{
	text-decoration: none;
	color: var(--global-palette-btn-bg);
}
.wp-pagenavi span.current {
	background-color: var(--global-palette-btn-bg);
	color: #fff !important;
}
.wp-pagenavi .extend {
	font-weight: 400;
	display: block;
	padding: 0 10px;
	opacity: 0.5;
	position: relative;
	top: -3px;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	display: flex;	
	align-items: center;
	margin-left: 5px;
}
.wp-pagenavi .nextpostslink::after {
	font-family: 'dashicons';
	content: "\f345";
	display: block;
	font-size: 15px;
	position: relative;
	left: 3px;
}	
.wp-pagenavi a.previouspostslink{
	margin-left: 0;
	margin-right: 5px;
}
.wp-pagenavi .previouspostslink::before {
	font-family: 'dashicons';
	content: "\f341";
	display: block;
	font-size: 15px;
	position: relative;
	right: 3px;
}	
.wp-pagenavi .pages,
.wp-pagenavi .last,
.wp-pagenavi .first {
	display: none;
}

/* Single Institutions */
.single-institution .hlc-accreditation-header p {
	margin: 0;
}
.single-institution .hlc-accreditation-header p.status-text{
	font-size: 1.875rem;
	color: var(--global-palette2);
}
.single-institution .hlc-accreditation-header p + h1 {
	margin-top: 25px;
}
.single-institution .hlc-accreditation-header h1{
	font-size: 2.75rem;
	margin-bottom: 15px;
}
.single-institution h2{
	font-size: 2.25rem;
	margin-bottom: 15px;
}

.single-institution .hlc-accreditation-header address {
	font-style: normal;
}

.single-institution hr {
	height: 1px;
	width: 100%;
	margin: 35px 0;
	padding: 0;
	background-color: #efefef;
	border: none !important;
}

.single-institution ul + h3,
.single-institution p + h3 {
	margin-top: 25px;
}

.single-institution h3 + h4{
	margin-top: 15px;
}
	
.single-institution h5 + p {
	margin-top: 25px;
}


table.hlc-institution-table {
	margin: 10px 0 30px;
}
table.hlc-institution-table td, 
table.hlc-institution-table th {
	vertical-align: top;
	font-size: 16px;
}
table.hlc-institution-table th {
	text-align: left;
	width: 30%;
}

.single-institution table th {
	font-weight: 500;
}


