/*
    Virginia Tech Theme: Chicago Maroon (#861F41), Burnt Orange (#E87722), White (#FFFFFF)
*/

/* ----------- Styles for the conference header ----------- */

.conf {
  width: 100%;
  border: none;
  margin: auto;
}

.confTitleBox {
  color: white;
  min-height: 90px;
  border-top: 3px solid #861F41;   /* Chicago Maroon */
  border-bottom: 1px solid #5a1129; /* Darker maroon */
  background: #861F41;             /* Chicago Maroon */
}

.confTitle {
  width: 950px;
  margin: 0 auto;
}

.confLogoBox {
  float: left;
  padding-right: 10px;
}

.confLogoBannerBox img {
  width: 100%;
  margin-bottom: 0.5rem;
}

.conference-title-link {
  font-size: 22pt;
  display: block;
  padding: 25px 0;
  color: #FFFFFF; /* White text */
}

/* Subtitle box */
.confSubTitleBox {
  background: #fdfdfd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 0.5rem 0;
}

.confSubTitleContent {
  width: 950px;
  margin: 0 auto;
  font-size: 11pt;
  color: #861F41; /* Maroon text */
}

.confSubTitle a {
  font-size: 11pt;
  color: #E87722; /* Accent orange links */
}

.datePlace {
  font-size: 12pt;
  color: #861F41; /* Maroon */
}

.simpleTextAnnouncement {
  background: #861F41;   /* Maroon background */
  border-top: 1px solid #E87722; /* Burnt orange border */
  font-family: Verdana, sans-serif;
  font-weigh