.tab-container {
  width: 100%;
}

.tab-container .tab-items ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-container .tab-items ul li {
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: 0.5rem 2rem 0;
  background-color: #0090dc;
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.25);
}

.tab-container .tab-items ul li + li {
  margin-left: 5px;
}

.tab-container .tab-items ul li.tab-selected, .tab-container .tab-items ul li.over {
  color: #58595b;
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: -2px;
  border-bottom: 1px solid #D0D0D0;
  background-color: #D0D0D0;
  box-shadow: none;
}

.tab-container .tab-content {
  padding: 1.875rem;
  border: 1.875rem solid #D0D0D0;
  background-color: #fff;
}

.articlecontainer header {
  background: transparent;
  box-shadow: none;
}

.articlecontainer .ac_heading {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.articlecontainer .article_heading {
  font-size: 1rem;
  font-weight: 600;
}

.articlecontainer .ac_item {
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #D0D0D0;
}

.articlecontainer .article_post_time {
  font-size: 0.85rem;
}

.articlecontainer .article_post_time .article_post_label {
  display: none;
}

.articlecontainer .article_post_time .timestamp {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.articlecontainer .article_content h4 {
  margin-left: 0;
}

.articlecontainer .ac_style_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
