.breadcrumb { margin-bottom: 0; }
/*.content { padding-left: 0; padding-right: 0; }*/


.manual-button .button {
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 8px 3em 6px 3em;
    border: 2px solid #8e6f3e;
}    
    
.manual-button .button:hover {
    color: #fff;
    border-color: #8e6f3e;
    background-color: #8e6f3e;
}



#maincontent .button {
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 8px 3em 6px 3em;
    border: 2px solid #8e6f3e;
    display:inline-block;
}

#maincontent .button:hover {
    color: #fff;
    border-color: #8e6f3e;
    background-color: #8e6f3e;
}

/*** Styles for upcoming and past events lists  ***/

/*
#maincontent.expand {
  margin-left: 15px;
  margin-right: 15px;
}
*/

.event-list {
  margin: 0 0 1.5em 0;
}

.event-list h2 {
  margin: 0 0 2em 0;
}

.event-box {
  padding-left: 0;
  margin: 0 0 30px 0;
}

.event-list-simple .event-box {
  margin-bottom: 0;
}

.event-box .date {
  overflow: hidden;
  position: relative;
  background-color: #000;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}

.event-box .weekday {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px;
}

.event-box .day {
  display: inline-block;
  width: 4em;
  padding: 10px;
  background-color: #EBD99F;
  font-size: 1.33333em;
  color: #000;
}

.homepage .event-box .day.two {
  width: 4em;
}

.event-box .month {
  display: inline-block;
  width: 7.5em;
  padding-left: 10px;
  padding-right: 10px;
}

.event-box .year {
  display: inline-block;
  padding-left: 10px;
}

.event-box .details {
  min-height: 110px; 
  padding: 20px;
  text-decoration: none;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5em;
  color: #555960;
  background-color: #eee;
  border: 1px solid #C4BFC0;
}

.event-box a.details {
  display: block;
}

.event-list-simple .event-box .details {
  display: block;
  width: 100%;
  min-height: initial; 
  padding: 5px;
  text-decoration: none;
  font-weight: 400;
  font-size: 11px;
  line-height: 1em;
  color: #555960;
  background-color: transparent;
  border: none;
}

.event-list-simple .event-box p {
  margin: .5em 0;
}

.event-box a {
  text-decoration: none !important;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5em;
  color: #555960 !important;
}

.event-box .details:hover,
.event-box .lecture-link:hover,
.event-box .panel-link:hover {
  background-color: #EBD99F !important;
  border-color: #EBD99F !important;
  color: #000 !important;
  text-decoration: none;
}

.event-box h3 {
   color: inherit;
}




.event-box .lecture-link,
.event-box .panel-link {
  display: block;
  margin-top: 2em;
  padding-bottom: 1em;
}

.event-box .details .text {
  padding-left: 0;
}

.event-box .title {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 120%;
}

.event-list-simple .event-box .title {
  font-size: 1.25em;
}

.event-box .details .speaker-photo {
  padding: 0;
}

.event-box .details .speaker-photo img {
  max-width: 100%;
  margin-bottom: 1.5rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  .event-box .details .speaker-photo img {
    margin-bottom: 0;
  }
  
} 

#pedl-banner {
  height: 247px;
  background-image: url(./PEDLS-2018.png);
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  margin-right: 15px;
  margin-bottom: 1.5em;
}

.hilight {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-right: 15px; 
  margin-bottom: 1.5em;
}