.articlecontainer .ac_heading,
#featured_news .article_heading,
.past_news .article_heading{
  color: #006892;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "HelveticaNeueLT-Bold", Arial, Helvetica, sans-serif;
}
.articlecontainer .article_heading {
  color: #006892;
  font-weight: normal;
  font-family: "HelveticaNeueLT-Bold", Arial, Helvetica, sans-serif;
}
/*news styles*/

.ac_style_boxed {
  position: relative;
}
#featured_news .article_heading {
  display: block;
  margin-bottom: 1em;
}
#featured_news .article_link_read_more a,
.past_news .article_link_read_more a{
  display: block;
/*  position: absolute;*/
  width: 8em;
  font-style: italic;
  z-index:10;
}

.past_news .article_link_read_more a{
  left:6px;
  bottom: 0px;
}

#featured_news .article_link_read_more a {
 /* right: 0px;
  top: 185px;*/
}
#featured_news {
  display: block;
  padding-bottom: 3em;
  border-bottom: 1px solid #999999;
  margin-bottom: 1em;
}
#featured_news img {
  display: block;
  float: left;
  margin-right: 1.5em;
}
.past_news {
  margin-bottom: 3em;
  border-bottom: 1px solid #999999;
}
.past_news .ac_item {
  display: block;
  float: left;
  width: 30.5%;
  height: 16em;
  padding: 0 1em 1em 1em;
  margin: 1.5em 0;
  border-right: 1px solid #999999;
  position:relative;
}
.past_news .ac_item.first {
  padding-left: 0;
}
.past_news .ac_item.last {
  border-right: 0;
  padding-right: 0;
}
.past_news .ac_item img {
  height: 50px;
  width: 50px;
  float: right;
  margin: -45px 1em 1em 0;
}
.past_news .ac_item p {
  font-size: 0.9em;
  clear: both;
}
.past_news .article_heading,
.past_news .article_link_read_more {
  font-size: 1em;
}
.past_news .article_heading {
  float: left;
  width: 75%;
}
/* press releases & careers */
.careers .articlecontainer {
}
#press_releases .articlecontainer, 
.careers .articlecontainer {
  margin-bottom: 2em;
}
#press_releases .article_heading, 
.careers .articlecontainer{
  font-size: 1.25em;
  font-weight: normal;
  font-family: "HelveticaNeueLT-Bold", Arial, Helvetica, sans-serif;
  cursor:pointer;
}
#press_releases .article_teaser,
.careers .articlecontainer {
  cursor:pointer;
}
#press_releases .article_heading a,
.careers .articlecontainer {
  text-decoration: none;
}
#press_releases .ac_item, 
.careers .ac_item {
  border-top: 1px solid #999999;
  padding: 1em 0;
  position: relative;
}
#press_releases .items .last,
.careers .items .last{
  border-bottom: 1px solid #999;
}
#press_releases .ac_item img,
.careers .ac_item img {
  display: block;
  float: left;
  margin: 0px 5px 5px 0;
  height: 60px !important;
  width: 60px !important;
}
#press_releases .ac_item .article_teaser, 
.careers .ac_item .article_teaser {
  min-height: 60px;
}
.collapsible-group-articles.shown .article_teaser {
  display: none;
}
#press_releases .ac_item .collapsible-group-articles.shown .article_heading,
.careers .ac_item .collapsible-group-articles.shown .article_heading{
  padding-left: 0;
}

/* Video */

.article_teaser object.flash {
float:left;
margin-right: 25px;
}

.article_teaser p {
float:left;
width: 54%;

}

#featured_news .article_link_read_more a {
float:left;
}
/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
*/
.scrollable {

  /* required settings */
  position:relative;
  overflow:hidden;
  height:473px;
}

/*
  root element for scrollable items. Must be absolutely positioned
  and it should have a extremely large width to accommodate scrollable items.
  it's enough that you set width and height for the root element and
  not for this element.
*/
.scrollable .items {
  /* this cannot be too large */
  height:20000em;
  position:absolute;
  width:100%;
}

/* Add CSS Rules Here */

#scrollable_controls
{
  position:relative;
}

#scrollable_controls a
{
  position:absolute;
  cursor:pointer;
  font-size:3em;
  font-weight:bold;
}

#scrollable_controls a span {
  display: none; 
}

#scrollable_controls .prev
{
  background: url(/resources/dyn/files/351462zf3304939/_fn/arrow_up.jpg) no-repeat top left;
  right:-30px;
  top:32px;
  height: 27px;
  width: 28px;
}

#scrollable_controls .next
{
  background: url(/resources/dyn/files/351469z64e290b1/_fn/arrow_down.jpg) no-repeat top left;
  right:-30px;
  top:420px;
  font-size:2.6em;
  height: 27px;
  width: 28px;
}

#scrollable_controls .disabled
{
  color:#ccc;
  cursor:default;
}
/* 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;
}
