/* Styles specific to MMI */

div#schedule div.date {
	font-weight: bold;
	background-color: #E9E9E9; 
	padding: 2px 7px;
	margin: 20px 0px 10px 0px;
	border: 1px solid #333333;
}

div#schedule .details {
	padding: 0px 7px;
}

div#schedule .title {
	font-weight: bold;
	font-size: 16px;
}

div#schedule ul {
	font-family: "Courier New", Courier, mono;
	margin-top: 10px;
}

div#schedule span.part-number {
	color: #F55656;
	font-weight: bold;
}

.headline {
	font-size: 18px;
	font-weight: bold;
}

.subheadline {
	font-weight: bold;
}

ul.traditional li {
	list-style-type: square; 
	list-style-position: inside;
}

div#links h4 {
    margin-top: 25px;
}

div#links p {
    line-height: normal;
}

/* SRT Override/Custom */

.welcome-welcome-slide {
  height: 500px; }
  @media only screen and (max-width: 767px) {
    .welcome-welcome-slide {
      height: 700px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .welcome-welcome-slide {
      height: 550px; } }
	  
.section-padding-80 {
  padding-top: 30px;
  padding-bottom: 30px; }
  
.single-footer-widget .widget-title {
  margin-bottom: 15px; }