.previous-event {
    position:fixed;
    top:0;
    left:0;
    right:0;
    background-color: white;
    color:#900bbb;
    text-align: center;
}

.bg-purple {
    background-image: url('/img/skyline-3.svg');
    background-color: #900bbb;
}

.bg-white {
    background-color: #ffffff;
}

.btn-purple {
    background-color: #900bbb;
    color:#FFF;
}

.btn-white {
    background-color: #fff;
    color:#900bbb;
}

.btn:hover {
    background-color: #f00ccc;
    color:#FFF;
} 

.popout {
    font-size:5em;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.popout > a {
    text-decoration: none;
    color: #FFFFFF;
}

.schedule {
    margin: auto;
}

.schedule-event-time {
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}
.schedule-event {
    padding-left:20px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

/* Add custom CSS to style the pill-like presentation */
.agenda-pill {
    color: #900bbb;
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 10px;
}

.presentation-title {
    font-weight: bold;
    font-size:1.2em;
}

.presentation-speaker {
    font-size:0.9em;
    font-style:italic;
}

.more-link,
.less-link {
    color: #667;
    cursor: pointer;
    text-decoration: none;
}

.more-link:hover,
.less-link:hover {
    color: #900bbb;
    cursor: pointer;
    text-decoration: underline;
}

.full-abstract {
    display: none;
}

.agenda-time {
    color:#b00999;
    border-right:1px solid #b00999;
}

.agenda-time-range {
    color:#999;
    font-size:0.9em;
    font-style:italic;
}

.agenda-row, .agenda-row > td {
    border-top:0px;
    border-bottom:0px;
}

.agenda-break, .agenda-break > td {
    border-top:1px dashed #ccc;
    border-bottom:1px dashed #ccc;
}

.agenda-break,  .agenda-break > td, .agenda-break > td > div {
    padding-top:1px;
    padding-bottom:1px;
    margin-top:0px;
    margin-bottom:1px;
}  

.agenda-section, .agenda-section > td {
    border-top:1px solid #ccc;
    border-bottom:0px;
}


.calendar-image {
    width:80%;
    max-width:420px;
    margin-top:50px;
}

.speaker {
    background-color: #fff;
    color:#b00999;
    padding-top:10px;
}

.headshot-container {
    min-height:300px;
}

.headshot {
    max-height:300px;
}


.talk-title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  max-width:300px;
  margin-left:auto;
  margin-right:auto;          
}

.talk-abstract {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
  max-width:300px;
  margin-left:auto;
  margin-right:auto;
}

.speaker img {
  max-width: 100%;
  height: auto;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
  color: #b00999;
  text-decoration: none;
}

.speaker-sep {
    size:1;
    border-color: #b00999;
}

.hidden {
    display:none;
}

.logo-container {
    min-width:300px;
}

.supporter-logo {
    max-width:300px;
}

.callout {
    border-width: 5px;
    border-color: #b00999;
    border-style: double;
    border-spacing: 10px;
    background-color: rgba(255,255,255,0.88);
    color: rgb(33, 37, 41);
}

.callout-list {
    min-width:300px;
    max-width:600px;
    margin:auto;
}

.fieldnote {
    font-style: italic;
    color: #999;
    font-size: 0.8rem;
}

.sponsor-logo {
    max-width:200px;
    max-height:200px;
    margin:30px;
}
/* --- Speaker and talk sub-pages -------------------------------------------- */

.speaker-card {
    margin-bottom: 2.5rem;
    text-align: center;
}

.speaker-card-link {
    text-decoration: none;
    color: inherit;
}

.speaker-card-link:hover .speaker-card-name {
    color: #900bbb;
    text-decoration: underline;
}

.speaker-card-name {
    font-size: 1.4rem;
    margin-top: 0.75rem;
    color: #b00999;
}

.speaker-card-affiliation {
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.speaker-card-years {
    font-size: 0.85rem;
    color: #667;
    margin-bottom: 0.5rem;
}

.speaker-card-talks {
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
    text-align: center;
}

.speaker-card-talks li {
    margin-bottom: 0.25rem;
}

.talk-listing {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #e6d9ea;
}

.talk-listing:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.talk-listing h3 {
    font-size: 1.3rem;
}

.talk-abstract-full p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.breadcrumb {
    font-size: 0.9rem;
}
