div.sub_header {
  background-image: url("../images/news_events.jpg");
  height: 105px;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}

div#nav_area_news {
  background-color: #dafbfc;
  border: 1px solid #8c95bd;
  box-shadow: 3px 3px 8px #bbb;
  display: block;
  float: left;
  height: 120px;
  left: 0;
  margin: 20px 25px 0 0;
  width: 220px;
}

#headerlink {
  color: #666;
  display: block;
  height: 125px;
  margin: 15px 0 0 20px;
  position: absolute;
  width: 240px;
}

div#content_press {
  height: 5500px;
  margin: 15px 0 0 60px;
}

div#content_coverage {
  height: 3750px;
  margin: 15px 0 0 60px;
}

/* main */
.main_title {
  color: #333;
  font-size: 16px;
}

.main_text {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 30px;
  padding: 0;
}

.press_date {
  color: #003;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 6px;
  margin-top: 10px;
  padding: 0;
}

.events_date {
  color: #003;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 6px;
  margin-top: 10px;
  padding: 0 0 10px;
}

.press_title {
  color: #003;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 3px;
  margin-top: 2px;
  padding: 0;
}

.press_release {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin-left: 50px;
  padding: 0 0 50px;
}

.press_release_video {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin-left: 0;
  padding: 0 0 20px;
}

.press_release_cov {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding: 0 0 20px;
}

/* navigation */
#navcontainer {
  margin: 0;
  width: 265px;
}

#navcontainer ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navcontainer a {
  background-color: #b2d1f3;
  border-bottom: 1px solid #82a6c5;
  display: block;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-top: 8px;
  width: 245px;
}

#navcontainer li a:link {
  color: #2a3faa;
  text-decoration: none;
}

#navcontainer li a:hover {
  background-color: #333;
  color: #fff;
}

.datebadge {
  color: #000;
  float: left;
  font-size: 14px;
  height: 75px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 44px;
}

.day {
  background-color: #cee7fc;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  color: #002;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  margin: 0;
  padding: 4px 0 2px;
  text-align: center;
  width: 44px;
}

.month {
  background-color: #cee7fc;
  color: #002;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 1px 0 0;
  text-align: center;
  width: 44px;
}

.year {
  background-color: #036;
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  margin: -1px 0 0;
  padding: 1px 0 0;
  text-align: center;
  width: 44px;
}

p.pressreleasetitle {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0 45px;
  padding: 0 3px 0 10px;
  text-align: left;
}

p.pressrelease {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0 45px;
  padding: 0 3px 0 10px;
  text-align: left;
}

div.press_release_container {
  height: 110px;
}

div.news_item {
  width: 100%;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 768px) {
  div.news_item {
    height: 100px;
    margin: 0;
  }
}

/* VIDEO play overlay */
.video_link {
  background: #666;
  float: right;
  height: 60px;
  padding: 1px;
  position: relative;
  width: 80px;
}

ul.gallery {
  float: right;
  width: 80px;
}

ul.gallery li.video_popup {
  display: block;
  height: 60px;
  position: absolute;
  width: 80px;
}

ul.gallery li.top {
  position: absolute;
}

.news_video {
  background: url("../images/video_play.png");
  border: none;
  display: block;
  filter: alpha(opacity=55);
  height: 60px;
  margin: 0;
  -khtml-opacity: 0.55;
  -moz-opacity: 0.55;
  opacity: 0.55;
  position: absolute;
  width: 80px;
  z-index: 999;
}

.news_video:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.news_text {
  margin: 0;
}

.news_text_video {
  float: left;
  margin: 0;
  position: absolute;
  width: 550px;
}

div.news_feed {
  padding: 0;
}

.pdf_icon {
  float: left;
}

img.navspacer {
  margin: 0 30px 0 0;
}

/* New seminar table formatting */
p.seminars {
  color: fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.seminar {
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  margin: 20px 3px 0 20px;
  padding: 3px 3px 0;
  position: absolute;
  text-align: left;
  width: 170px;
}

.nav_rule {
  border-bottom: 1px solid #ccc;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav_rule {
    width: 795px;
  }
}

.hvp-table {
  border-collapse: collapse; 
}

.hvp-headline {
  color: #036;
  text-align: center; 
}

tr.divider {
  border-top: 4px solid gray; 
}


.hvp-table td, .hvp-table th {
  color: black; 
  font-size: 1rem; 
  padding: 0.25rem 0.5rem; 
}

.hvp-table thead tr {
  border-bottom: 2px solid black; 
}

.hvp-h3 {
  color: black; 
  margin-bottom: 0.2rem; 
}

.table-head {
  text-align: center; 
  margin-bottom: 0.5rem; 
}

.hvp-p {
  padding-top:0;
  padding-bottom: 0.5rem; 
  margin-bottom: 0;
  margin-top:0; 
  padding-left: 0; 
}

.larger {
  font-size: 1.2rem; 
  line-height: 1.2rem; 
}