html {
	scroll-behavior: smooth;
}

section.portal-content {
	background-color: #f5f5f5;
}

#portal-top-nav {
	background-color: #ECE2F3;
	display: block;
	border-top: 3px solid #9179A3;
	padding: 15px 0px;
}

nav#portal-nav ul {
	list-style-type: none;
	display: flex; 
	align-items: center; 
	justify-content: center;
	flex-wrap: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 0;
	margin: 0 0 0 0;
	overflow: -moz-scrollbars-none;
}

nav#portal-nav ul::-webkit-scrollbar { 
	height: 0 !important;
	width: 0 !important;
	background: transparent;
}


nav#portal-nav li {
	padding: 2px 4px; 
}

nav#portal-nav li a {
	padding: 6px 16px;
	margin: 0px 2px;
	display: inline-block;
	font-size: 14px;
}

nav#portal-nav li.current-page-item a {
	background-color: #9179A3;
	border-radius: 50px;
	color: #ffffff;
}

#sidebar-quick-links {
	height: auto;
	position: sticky;
	top: 45px;
	padding: 20px;
	background-color: #ffffff;
	border-top: 3px solid #9179A3;
	margin-bottom: 60px;
}

#sidebar-quick-links ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sidebar-quick-links li {
	line-height: 1.2;
}

#sidebar-quick-links ul li:not(:last-of-type) {
	margin-bottom: 8px;
}


.committee-content-heading {
	position: relative; 
	margin-bottom: 20px;
	color: #333333;
	font-weight: bold;
}

.committee-content-heading i.fas {
	color: #c3b6cd;
	margin-right: 10px;
}

.committee-content-block {
	padding: 60px 0px;
}

.committee-content-block:first-of-type {
	padding: 0px 0px;
}

.primary-committee-contact {
	background-color: #fcfcfc;
	padding: 15px;
	border: 1px solid #CCC;
	width: 300px;
	margin: 10px;
}

.primary-committee-contact .contact-name {
	display: block;
	font-weight: bold; 
	text-transform: uppercase;
}

.primary-committee-contact .contact-email, .primary-committee-contact .contact-phone {
	display: block;
}

#committee-schedule-table thead {
	background-color: #ffffff;
	font-size: 14px; 
	text-transform: uppercase;
}

#committee-schedule-table .event-date {
	font-size: 14px;
	min-width: 150px;
}

#committee-schedule-table .event-title {
	font-weight: bold;
}

#committee-schedule-table .event-title-description {
	min-width: 300px;
}

#committee-schedule-table .event-description {
	font-size: 14px;
}

#committee-schedule-table .event-location {
	min-width: 200px;
	font-size: 14px;
	font-style: italic;
}

/* .committee-content-block:not(:last-of-type) {
	border-bottom: 1px solid #CCC;
} */

.dataTable thead {
	background-color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
}

/*
table filter/search styling
*/

#resource-filter, #portalresources-filter, #directory-filter{
	max-width: 250px;
	position: relative;
	z-index: 100;
	margin-bottom: -56px;
}

#resource-filter .filter-wrap, #portalresources-filter .filter-wrap, #directory-filter .filter-wrap{
	color: #757572;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

#resource-filter .filter, #portalresources-filter .filter, #directory-filter .filter{
	max-width: 250px;
    width: 100%;
	margin-bottom: 0;
}

#resource-filter .filter:first-of-type, #portalresources-filter .filter:first-of-type, #directory-filter .filter:first-of-type{
	margin-bottom: 15px;
}

#resource-table_filter, #portalhome-table_filter, #directory-table_filter{
	max-width: 250px;
	width: 100%;
}

#resource-table_filter label, #portalhome-table_filter label, #directory-table_filter label{
	display: flex;
    flex-direction: column;
    text-align: left;
}

#resource-table_filter label input, #portalhome-table_filter label input, #directory-table_filter label input{
	height: calc(2.25rem + 2px);
    max-width: 250px;
	width: 100%;
	margin-left: 0;
	display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (max-width: 767px){
	#resource-filter, #portalresources-filter, #directory-filter{
		margin-bottom: 15px;
	}

	#resource-table_filter, #portalhome-table_filter, #directory-table_filter{
		float: none;
	}
}