@media (max-width: 1400px) {
	.post-siblings a {
		display: none;
	}
}

/* NO SCROLLING ANCHOR TEXT */

:root {
    scroll-behavior: auto;
}

/* LOGO AREA */

.logo-tagline{
	display:flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 10px;
}

.logo-tagline img{
	height: 100px;
}

.fixed-header-box .logo-wrapper .site-tagline{
	font-size: 1.3em;
	display: none;
}

.site-tagline{
	font-variant: small-caps;
	position: relative;
	top: 3px;
	left: -40px;
	width: 300px;
}

/* MENU */

body #mega-menu-wrap-menu-header #mega-menu-menu-header>li.mega-current-menu-ancestor:not(.mega-hide-arrow)>.mega-menu-link:after, body #mega-menu-wrap-menu-header #mega-menu-menu-header>li.mega-current-menu-item:not(.mega-hide-arrow)>.mega-menu-link:after {
    background: var(--vamtam-accent-color-2);
}

/* ORGANIZATION CHART STYLE */

*,
*:before,
*:after {
  box-sizing: border-box;
}

.title {
  background: #444;
  margin-top: 10px;
  padding: 10px;
  color: #fff;
  position: relative;
}

.title-pastel {
  background: rgb(0,0,0,0.1);
  margin-top: 10px;
  padding: 10px;
  color: #444;
  position: relative;
}

.title i {
  margin-right: 5px;
}
.name {
  font-weight: bold;
}
.department {
  position: relative;
}
.content {
  border-left: 1px solid #444;
  padding: 10px 0 0 40px;
  display: none;
}
.department-list .department {
  padding-right: 0;
}
.department-list .title:before {
  position: absolute;
  left: -40px;
  width: 30px;
  height: 1px;
  background: #444;
  content: "";
  top: 50%;
  margin-top: -1px;
}
.department-list .title:after {
  position: absolute;
  left: -15px;
  width: 10px;
  height: 10px;
  background: #444;
  content: "";
  top: 50%;
  border-radius: 50%;
  margin-top: -5px;
}
.department-list >.department:last-child:before {
  position: absolute;
  content: "";
  width: 35px;
  left: -45px;
  top: 20px;
  bottom: 0;
  background: #fff;
}
.users {
  width: 100px;
  height: 100px;
  background: #f1f1f1;
  margin-right: 10px;
  text-align: center;
  color: #dadada;
}
/* STATE */
.is-visible {
  display: block;
}

/* LEVEL COLORS */
.first-level {background: #054159;}
.second-level {background: #147ca6;}
.third-level {background: #592f00;}
.fourth-level {background: #a66114;}

/* LEVEL PASTEL COLORS */
.first-level-pastel {background: rgb(5,65,89,0.25);}
.second-level-pastel {background: rgb(20,124,166,0.25);}
.third-level-pastel {background: rgb(89,47,0,0.25);}
.fourth-level-pastel {background: rgb(166,97,20,0.25);}
.fifth-level-pastel {background: rgb(166,97,20,0.15);}
.sixth-level-pastel {background: rgb(166,97,20,0.05);}
.seventh-level-pastel {background: rgb(166,97,20,0);}


/* NO BREAK WORDS */

p { hyphens: none; }

/* RESPONSIVE */

@media only screen and (max-width: 900px){

#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #a66114!important;
  }

#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    color: #a66114!important;
  }

#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
    color: #a66114!important;
  }
}