.mds-header-top-app-bar {
	height: auto;
	position: sticky;
	top:0px;
	z-index: 200;
}

.mds-header-top-bar-title {
	max-width:40vw;
	max-height:16vh;
	min-height:8vh;
}

.mds-header-top-app-bar-row {
        height: inherit;
	display: grid;
    	text-align: center;
}

.mds-header-top-app-bar-title-section {
        justify-content: center;
}

.mds-top-app-bar-icon {
  opacity: 0.6;
}

.mds-nav-list {
	display: flex;
}

.mds-nav-item {
	width: -webkit-fill-available;
	justify-content: center;
}

.mds-nav-item-text {
	color:  var(--mdc-theme-on-primary);
	opacity: 0.6;
	font-size: .910rem;
}

@media screen and (max-width: 960px){
	.mds-nav-list {
		display: none;
	}
	.mds-header-tab-bar {
		display: none;
	}
	.mds-drawer-desktop-menu {
		display: none;
	}
}

.mds-header-tab-bar-mobile {
	display: inline-flex;
	background-color: var(--mdc-theme-secondary) !important;
	width: -webkit-fill-available;
}

@media screen and (min-width: 960px){
	.mds-header-tab-bar-mobile {
		display: none;
	}
}

.mds-header-tab {
   background-color: var(--mdc-theme-secondary);
}
.mds-header-tab-title-section {
        justify-content: center;
}
.mds-header-tab .mdc-tab__text-label {
    	color: var(--mdc-theme-on-primary); 
}

a.mdc-tab__text-label {
        text-decoration: none;
}

.mds-header-tab-indicator > .mdc-tab-indicator__content--underline {
  height: 5px; }


.mds-header-social-menu-anchor {
    position: absolute;
    right: 2vw;
    z-index: 300;
    display: inline-flex;
    width: fit-content;
    bottom: 25%;

}

@media screen and (min-width: 960px){
	.mds-header-social-menu-anchor {
		bottom: 1%;
	}
}
.mds-header-tab-content {
	width: -webkit-fill-available;
}

.mds-header-menu {
	padding:0;
	background-color: var(--mdc-theme-secondary);
	white-space: nowrap;
}
.mds-header-menu-row1-cell1, .mds-header-menu-row1-cell3 {
	background-color: var(--mdc-theme-secondary);
}

.mds-header-social-menu-fab {
	margin: 10px;
	top: 1pc;
}

.mds-header-tagline {
    bottom: 1vh;
    left: 1vw;
    color:  var(--mdc-theme-on-secondary);
}


@media screen and (min-width: 960px){
	.mds-header-tagline {
		position: absolute;
	}
}

path {
    fill: var(--mdc-theme-on-secondary);
}
.sub-menu {
	position: absolute;
	display:initial;
}
.mds-header-search-icon {
	width: 24px;
	padding: 0px;
	display: inline-grid !important;
	vertical-align: middle;
}

.mds-header-bookmark-icon {
	padding: 0px;
	width: 24px;
	display: inline-grid !important;
	vertical-align: middle;
}
.mds-header-tools {
	text-align: center;
}

@media screen and (max-width: 840px) {
  .mds-social-fabs {
    display: none;
  }
}

@media screen and (min-width: 840px) {
  .mds-social-mobile {
    display: none;
  }
}

.mds-header-tab-bar-mobile-width {
	width: auto;
}
.mds-mobile-menu-list, .mds-mobile-menu-selected {
	color: white !important;
	text-align: center;
	background-color: var(--mdc-theme-secondary);
	z-index: 100;
}

.mds-mobile-menu-selected {
	opacity: 0.6;
}

.mds-header-menu-mobile-ul {
	color:  var(--mdc-theme-on-secondary);
	opacity: 0.6;
}
.mds-mobile-menu-icon {
	color:  var(--mdc-theme-on-secondary);
}
.mds-mobile-menu-floating {
	color: unset !important;
}
