/****************************************
  gscustom-tab-feed.CSS
  Styles for custom tab
*****************************************/
.gscustom-tab-feed {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	border-radius: 0;
}

.gscustom-tab-feed > h1,
.gscustom-tab-feed > h2,
.gscustom-tab-feed > h3,
.gscustom-tab-feed > h4,
.gscustom-tab-feed > h5,
.gscustom-tab-feed > h6 {
	margin: 0;
}


@media(min-width: 768px) {
	.gscustom-tab-feed {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.gscustom-tab-feed-nav-container {
		padding: 0;
	}
}

.gscustom-tab-feed-nav-container {
	position: relative;
	display: flex;
	margin-left: auto;
	padding: 10px 0;
    align-items: center;    
}

.gscustom-tab-feed-nav {
	display: -ms-flexbox;
	display: flex;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 1;
	max-width: 100%;
	list-style: none !important;
	column-gap: 8px;
	
}

.gscustom-tab-feed-nav-label {
	margin-right: 8px;
}

.gscustom-tab-feed-nav-btn {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	text-align: left;
	text-overflow: ellipsis;
	color: #000;
	background-color: transparent;
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	overflow: hidden;
	overflow-wrap: normal;
	cursor: pointer;
}

.gscustom-tab-feed-nav-btn:focus:after,
.gscustom-tab-feed-nav-btn:hover:after {
	background-color: #c7c7c7
}

.gscustom-tab-feed-nav-btn[aria-selected=true] {
	font-weight: 600;
	color: #000;
	cursor: default
}

.gscustom-tab-feed-nav-btn[aria-selected=true]:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	height: 2px;
	bottom: 0;
	background-color: #0a3f8c !important
}

.is--collapsed .gscustom-tab-feed-nav-btn {
	border: 0
}

.gscustom-tab-feed-nav-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	margin: 0 !important;
	max-width: 100%;
	border-right: 2px solid #fff
}

.gscustom-tab-feed-nav-item.is--active {
	border-bottom-color: transparent
}

.gscustom-tab-feed-nav-item.is--active:before {
	content: '';
	position: absolute;
	right: 1px;
	top: 100%;
	left: 1px;
	z-index: 2;
	height: 1px;
	background-color: white
}

.is--collapsed .gscustom-tab-feed-nav-item.is--active:before {
	display: none
}

.gscustom-tab-feed-trigger {
	display: none
}

.gscustom-tab-feed.is--collapsed .gscustom-tab-feed-nav {
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -1px !important;
	width: 100%;
	background-color: #eee;
	border: 1px solid #d4d4d4;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .2)
}

.gscustom-tab-feed.is--collapsed .gscustom-tab-feed-nav.temp--visible {
	display: -ms-flexbox !important;
	display: flex !important;
	opacity: 0;
	visibility: hidden
}

.gscustom-tab-feed.is--collapsed .gscustom-tab-feed-nav-btn {
	padding: .75em
}

.gscustom-tab-feed.is--collapsed .gscustom-tab-feed-nav-btn:after {
	left: 0;
	right: auto;
	width: 3px;
	height: 100%;
	background-color: transparent
}

.gscustom-tab-feed.is--collapsed .gscustom-tab-feed-nav-item {
	width: 100%;
	border: 0
}

.gscustom-tab-feed.is--collapsed .gscustom-tab-feed-trigger {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: .75em 2em .75em .75em;
	width: 100%;
	max-width: 100%;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	white-space: nowrap;
	color: #000;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='51' viewBox='0 0 10 51'%3E%3Ccircle cx='5' cy='5' r='5'/%3E%3Ccircle cx='5' cy='26' r='5'/%3E%3Ccircle cx='5' cy='46' r='5'/%3E%3C/svg%3E");
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-size: auto 14px;
	border: solid 1px #d4d4d4;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.gscustom-tab-feed.is--collapsed .gscustom-tab-feed-trigger-title {
	display: inline-block;
	margin-right: .375em;
	font-weight: 700
}

.gscustom-tab-feed.is--collapsed .gscustom-tab-feed-trigger[aria-expanded=false]+.gscustom-tab-feed-nav {
	display: none
}

.gscustom-tab-feed-content {
	margin-top: 10px;
	z-index: 0;
	width: 100%;
	border-top: 1px solid #ccc;
}

.gscustom-tab-feed-content [role=tabpanel]>:first-child {
	margin-top: 0
}

.gscustom-tab-feed-content [role=tabpanel]>:last-child {
	margin-bottom: 0
}

.gscustom-tab-feed-footer  {
	padding-top: 15px;
	width: 100%;
	border-top: 1px solid #cacaca;
}

.gscustom-tab-feed-footer a {
	font-weight: bold;
}


/****************************************
	Override gsfeed styles
*****************************************/
.gscustom-feed .gs-feed-list-news .gs-feed-list-meta {
	flex-flow: row wrap;
	align-items: center;
}


.gscustom-feed .gs-feed-list-item {
	min-height: 70px;
}

.gscustom-feed .gs-feed-list-meta a.gs-feed-list-title {
	display: block;
	width: 100%;
}

.gscustom-feed-list-meta .gscustom-feed-list-date {

	font-weight: 600;
}

.gscustom-feed-list-title {
	display: block;
}

.gscustom-feed-list-type {
	display: inline-block;
}

.gscustom-feed-list-type {
    padding: 3px 8px;
	margin-right: 5px;
	width: fit-content;
	font-size: 0.875rem;
	background: rgba(0,0,0,0.1);
	border-radius: 8px;
}

.gscustom-feed-list-type:before {
	position: relative;
	bottom: 1px;
	display: inline-block;
	margin-right: 2px;
	width: 8px;
    height: 8px;
	vertical-align: middle;
	border-radius: 8px;
    content: "";
}

.gscustom-feed-list-type.board:before{
	background: #571950;
}

.gscustom-feed-list-type.school:before{
	background: #0a3f8c;
}

.gscustom-feed .gs-feed-list-meta .gs-feed-list-author-date {
	align-items: center;
}

