/* Header
   ========================================================================== */
#menu {
  background-color: rgba(0,0,0,0.9);
}

#menu .logo img {
  max-width: 45px;
}

#menu a {
  display: block;
  padding: 16px 0;
  font-size: 10px;
  color: #fff;
}

#menu .msg-wrap {
  position: relative;
}

#nav-badge {
  background-color: #b92b27;
  border-radius: 10px;
  font-size: 11px;
  max-width: 22px;
  width: 22px !important;
  position: absolute;
  top: -4px;
  right: 0;
  left: auto;
  color: #fff;
  line-height: 15px;
}

.banner-content h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

/* Sidebar Menu
   ========================================================================== */
body.scroll-lock {
  overflow: hidden;
  touch-action: none;
}

html {
  scrollbar-gutter: stable;
}

.hamburger-button,
.sidenav .closebtn {
  border: none;
  padding: var(--space-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  z-index: 999;
}

.hamburger-button {
  position: fixed;
  right: 0;
  top: 150px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.icon-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.icon-bar {
  width: 32px;
  height: 4px;
  background: var(--color-light);
  border-radius: 2px;
}

.sidenav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(90vw, 400px);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 96px var(--space-xxl);
  background-color: rgba(255,255,255,1);
  z-index: 3000;
  overflow-x: hidden;
}

.sidenav ul li {
  margin-bottom: var(--space-sm);
}

.sidenav ul li::marker {
  color: var(--color-primary-link);
}

.sidenav ul li a {
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-lg);
}

.side-open {
  transform: translateX(0);
}

.sidenav .closebtn {
  position: absolute;
  top: var(--space-xl);
  right: var(--space-xl);
}

#darkOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2000;
}

#darkOverlay.expose {
  opacity: 1;
  pointer-events: auto;
}

#darkOverlay.expose {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 600px) {
  .sidenav {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sidenav {
    transition: none;
  }
}

/* Attendees
   ========================================================================== */

#attendees .pagination {
  margin-bottom: 15px;
}
#attendees .pagination a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.affix {
  bottom: 0 !important;
  padding: 0;
  z-index: 999 !important;
  margin: 0;
}

.list-group-item {
  padding: 10px 15px !important;
  min-height: 115px !important;
}

.list-group-item:first-child {
  border-radius: none;
}

#attendees .list-group h1 {
  padding-top: 40px;
  clear: both;
  font-weight: bold;
}

#attendees .list-group-item {
  position: relative;
  z-index: 2;
  position: relative;
  z-index: 2;
  border: 1px solid #ccc;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

#attendees .list-group-item:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  font-size: 24px;
  color: #333;
  right: 10px;
  top: 30px;
  z-index: 1;
}

#attendees .page-header h2 {
  color: #295caa;
  font-weight: bold;
}

#attendees .page-header {
  padding-bottom: 9px;
  margin-bottom: 20px;
}

#attendees .page-header p:first-of-type {
  color: #666;
}

article.att-info small {
  color: #666;
}

.ea_mini_profile h4 {
  font-weight: bold;
  text-align: left;
  margin: 17px 0 0;
}

/* Messages
   ========================================================================== */

#messages-page .error {
  display: inline-block;
  margin-top: 1em;
}

#messages-page h1 {
  font-size: 24px;
  text-transform: capitalize;
  margin: 1em 0;
}

#messages-page .nav-tabs {
    padding-bottom: 24px;
}

#messages-page .nav-tabs li {
  margin-right: 8px;
}


/* Modal
   ========================================================================== */

.modal-header {
    align-items: center;
}

.modal-title {
    margin-top: 0;
}

.modal-header .modal-title {
    order: 0;
}

.modal-header .close {
    order: 1;
}

.modal-dialog .formButtons {
    margin: 0;
}

/* Comments
   ========================================================================== */

a.ZineToolComment,
a.ZineToolNew,
a.ZineToolReply {
  position: fixed;
  z-index: 999999;
  background-repeat: no-repeat;
  bottom: 20px;
  color: transparent;
  right: 25px;
  height: 65px;
  width: 65px;
}

a.ZineToolComment,
a.ZineToolReply {
  background-image: url(comment.svg);
}

a.ZineToolNew {
  background-image: url(new.svg);
}

a.ZineToolComment img,
a.ZineToolNew img,
a.ZineToolReply img,
.ZineTitle img,
.ZineToolEdit,
.ZineTools {
  display: none;
}

.ZineFooter .ZineTools {
  display: block;
}

.ZineComments .ZineItem {
  padding: 10px;
}

span.ZineDate {
  font-size: 85%;
  color: #aaa;
  font-style: normal;
  display: block;
  text-align: center;
}
a.ZineLink {
  display: block;
  text-align: center;
}
.ZineSummary,
.ZineAuthor {
  font-style: normal;
}

.ZineSummary {
  color: #666;
}

.ZineItem {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.ZineItem .ZineAbstract {
  font-style: normal;
  padding-top: 1em;
  font-size: 16px;
}

.ZineLink {
  font-size: 26px;
}

.ZineComment .ZineAbout {
  float: none;
  width: 100%;
}

.ZineComment .ZineBody {
  margin-left: 0;
}

.ZineComment .ZineAttachment {
  background-color: #c8f0ff;
}

.ZineComment .ZineAboutBody {
  border-bottom: 1px solid #eeeeee;
}

.ZineComment .ZineFooter {
  padding: 0;
}

.Zine form .A input {
  display: block;
}

.ZineQuote {
  margin: 0;
}

.ZinePath {
  text-align: center;
}

.ZineTitle h2 {
  font-size: 32px;
}

#comments-page .Zine h3 {
  display: none;
}

form td {
  padding: 0 10px 10px 0;
}

/* Sponsors
   ========================================================================== */

.sponsor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sponsor-list li {
  margin: 24px;
}

/* Home page
   ========================================================================== */

.app-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 120px;

    background: #fff;
    text-decoration: none;

    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);

    transition: transform .15s ease,
                box-shadow .15s ease;
}

.app-tile:hover,
.app-tile:focus {
    text-decoration: none;
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.app-tile svg {
    width: 32px;
    height: 32px;
}

/* Schedule
   ========================================================================== */
.table {
  font-size: var(--font-size-sm);
}

img[style*="float: left;"] {
    margin: 0 var(--space-lg) var(--space-lg) 0;
}