html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #1d2124;
}
h2 {
  font-size: 32px;
  font-weight: bold;
  color: rgb(169, 121, 25);
  position: relative;
}
strong {
  color: rgb(13, 31, 52);
}
.scrolloff {
  pointer-events: none;
}
.clear-fix {
  clear: both;
}
nav {
  position: fixed;
  width: 100%;
  text-align: right;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  background: none;
}
nav .brand {
  display: none;
  float: left;
  color: white;
  line-height: 39px;
  font-weight: bold;
}
nav .brand .company {
  color: rgb(169, 121, 25);
}
nav ul {
  list-style: none;
  float: right;
  padding: 0;
  margin: 0;
}
nav ul li {
  float: left;
  color: white;
  font-size: 16px;
  padding: 10px 15px;
}
nav.main-nav.dark {
  transition: all 0.2s linear;
  background: rgba(9, 19, 31, 1);
  padding: 0px 15px;
}
nav.dark .brand {
  display: inline-block;
}
nav.mobile-nav {
  display: none;
}
i.fa-navicon {
  color: white;
  cursor: pointer;
  position: relative;
}
nav.dark i.fa-navicon {
  margin-top: 10px;
}
a {
  color: rgb(66, 139, 202);
}
nav.main-nav {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: rgba(9, 19, 31, 1);
}
nav a {
  color: white;
  text-decoration: none;
}
div.banner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #ffc107;
  font-size: 28px;
}
div.banner {
  background: transparent url("three-sisters.jpg") 50% 0 repeat;
  background-position: 50% 0 !important;
  background-size: cover !important;
  position: relative;
}
div.banner a {
  color: white;
}
a.action {
  color: #fff;
  padding: 7px;
  font-size: 22px;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 20px;
  vertical-align: top;
  position: relative;
  background: rgba(59, 87, 157, 0.64);
}
a.action:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
a.action .inner-text {
  position: relative;
  font-weight: bold;
  margin: 0 3px;
  top: 2px;
}

a.action span.action-caption {
  font-size: 10px;
  position: absolute;
  bottom: -20px;
  left: 0px;
  font-size: 10px;
  background: #ffc107;
  color: #000;
  width: 100%;
  left: 0;
  display: inline-block;
  padding: 0 5px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
a.action img {
  vertical-align: middle;
}
div.banner footer.quick-look {
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.75);
  padding: 25px 15px 0 35px;
  position: absolute;
  bottom: 0;
}
.items {
  max-width: 920px;
  margin: 0 auto;
}
.item {
  width: 50%;
  float: left;
}
.item.right {
  text-align: right;
}
.item header {
  font-weight: bold;
  font-size: 18px;
  color: rgb(169, 121, 25);
  position: relative;
}
.item header i {
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: -20px;
  top: 2px;
}
.item p {
  font-size: 14px;
  margin-top: 0;
}
div.banner .title {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  padding: 50px 0 15px;
  text-align: center;
  height: 100%;
}
div.banner .title header,
div.banner .title footer {
  font-size: 50px;
  font-weight: bold;
}
div.banner .title header {
  margin-bottom: 10px;
}
div.banner .title footer {
  text-shadow: 0 0 1px 0 rgba(0, 0, 0, 1);
}
div.banner .logo-wrapper {
  width: 220px;
  height: 95px;
  background: #fff;
  border-radius: 1px;
  overflow: hidden;
  line-height: 95px;
  display: inline-block;
  opacity: 0.9;
  filter: invert(100%);
  opacity: 0.7;
  margin-top: -50px;
}
div.banner .logo-wrapper {
  transition: margin-top 0.5s ease-in;
  margin-top: 0;
}

div.banner .title img {
  height: 80px;
  vertical-align: middle;
}
.section {
}

.section.standard {
  max-width: 920px;
  margin: 0 auto;
  padding: 25px 20px 0;
}
.section.table {
  max-width: 920px;
  margin: 0 auto;
  padding: 25px 0 0;
}

.section.table table tr td {
  padding-left: 20px;
}

#location {
}
#location img {
  float: right;
}

ul.speakers {
  list-style: none;
  padding-left: 0;
}
ul.speakers li {
  float: left;
  width: 128px;
  text-align: center;
  margin-bottom: 15px;
}
ul.speakers li:hover {
}
ul.speakers li img {
  border-radius: 70px;
}
ul.speakers li .name {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
ul.sessions {
  list-style: none;
  padding: 0;
}
ul.sessions li {
  margin-bottom: 15px;
  overflow: hidden;
}
ul.sessions li header {
  font-weight: bold;
  color: rgb(38, 82, 147);
  text-decoration: underline;
  cursor: pointer;
  font-size: 22px;
}
ul.sessions li p {
  max-height: 0;
  margin-bottom: 0;
  color: #323232;
  transition: max-height 0.2s ease-in;
}
ul.sessions li.show p {
  max-height: 500px;
}
ul.sessions li .fa-chevron-left {
  opacity: 0.3;
  position: relative;
  left: 5px;
  font-size: 12px;
  transition: all 0.2s linear;
}
ul.sessions li.show .fa-chevron-left {
  transform: rotate(-90deg);
}
ul.sessions li p {
  margin-top: 5px;
  font-size: 16px;
  font-style: italic;
}
span.session-number {
  opacity: 0.6;
}
span.unconfirmed {
  font-size: 12px;
  color: rgb(211, 0, 0);
  vertical-align: Middle;
}
table.schedule {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
}
table.schedule th {
  text-align: left;
  padding: 5px;
  color: rgb(38, 82, 147);
}
table.schedule td.day {
  font-weight: bold;
}
table.schedule tr.stripe {
  background: rgba(38, 82, 160, 0.04);
  padding: 8px 5px 8px 20px;
}
table.schedule td {
  padding: 16px 4px;
  vertical-align: top;
}
table.schedule .muted {
  opacity: 0.5;
  font-size: 13px;
  background: white !important;
}
td.time {
  width: 95px;
}
.fade {
  opacity: 0.8;
}
a.large {
  font-size: 22px;
}
footer.page-footer {
  background: rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 70px;
  font-size: 12px;
  color: #aaa;
  position: relative;
  top: 75px;
}
footer.page-footer .section {
  padding: 10px 15px;
}
@media (max-width: 860px) {
  .hide-medium {
    display: none;
  }
  nav.mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    background: rgba(2, 20, 43, 0.95);
    text-align: left;
    z-index: 100;
    transition: height 0.2s ease;
    padding: 0;
  }
  div.banner .title header {
    font-size: 32px;
  }
  nav.mobile-nav ul {
    margin-top: 100px;
    display: none;
  }
  nav.mobile-nav.show {
    height: 100%;
  }
  nav.mobile-nav.show ul {
    display: block;
  }
  nav.mobile-nav ul {
    float: none;
  }
  nav.mobile-nav ul li {
    float: none;
    font-size: 24px;
  }
}
div.new-student-callout {
  background: #f44336;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  margin-top: 25px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .section.table h2 {
    margin-left: 20px;
  }
}
@media (max-width: 400px) {
  nav.dark .brand {
    font-size: 14px;
  }
  .hide-mobile {
    display: none;
  }

  h2 {
    margin-top: 0;
  }

  div.banner .title {
    margin-top: 40px;
  }
  div.banner .title header,
  div.banner .title footer {
    font-size: 25px;
  }
  div.banner footer.quick-look {
    padding-top: 5px;
  }
  .section.standard {
    max-width: 95%;
    padding: 25px 10px 0;
    box-sizing: border-box;
  }
  table.schedule {
    font-size: 12px;
  }
  table.schedule .muted {
    font-size: 8px;
  }
  table.schedule td,
  table.schedule th {
    padding: 0;
  }
  a.action {
    position: relative;
    top: -2px;
    font-size: 14px;
  }
  p.location {
    font-size: 10px;
  }
  div.banner footer.quick-look {
    padding: 20px 15px 0;
  }
  ul.speakers li {
    width: 50%;
  }
  .item header i {
    left: -13px;
    top: 2px;
  }
}
@media (min-width: 860px) {
  .hide-desktop {
    display: none;
  }
}
@media (min-height: 2593px) {
  div.banner {
    background: transparent url("img/photo.jpg") 50% 0 repeat;
  }
}
@media (max-height: 2592px) {
  div.banner {
    background: transparent url("img/photo.jpg") 50% 0 repeat;
  }
}
@media (max-height: 1000px) {
  div.banner {
    background: transparent url("img/photo.jpg") 50% 0 repeat;
  }
}
@media (max-height: 480px) {
  div.banner {
    background: transparent url("img/photo.jpg") 50% 0 repeat;
  }
}
