#banner {
  text-align: right;
  position: relative;
}

#home {
  position: absolute;
  left: 0;
}

.rightPad {
  padding-right: 30px;
}

.showThisVideoContent {
  display: block;
  position: fixed;
}

.padChapter {
  padding: 16px 10px 1px;
}

/* footer */
.footer {
  background-color: #F1F1F1;
  vertical-align: top;
  color: #515151;
  padding: 40px 0;
}

.footer .content:after {
  content: "";
  display: table;
  clear: both;
}

.footer h2, .footer ul, .footer p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em;
  font-family: "guardian-text-oreilly", Arial, sans-serif;
}

.footer a {
  color: #515151;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer h2 {
  text-transform: uppercase;
  font-weight: 500;
}

.footer-main {
  margin-bottom: 20px;
}

.footer-main:after {
  content: " ";
  display: table;
  clear: both;
}

.footer-upcoming,
.footer-approach,
.footer-solutions,
.footer-contact,
.footer-download,
.footer-links {
  margin-bottom: 20px;
}

.confName {
  font-weight: 500;
}

.footer-contact svg {
  width: 32px;
  height: 32px;
}

.footer-upcoming li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-download h2, .footer-downloadLinks, .footer-download p, .footer-download ul li {
  line-height: 1.5;
  margin-bottom: 8px;
}

.footer-downloadLinks a {
  display: inline-block;
}

.footer-downloadLinks a img {
  display: block;
  height: 44px;
}

.footer-download ul {
  list-style: disc;
  padding-left: 1rem;
}

.footer-download ul li {
  padding-left: 0.5rem;
}

.footer-subfooter {
  clear: both;
  border-top: 1px dashed #999;
  padding-top: 40px;
}

.footer-subfooterLogo {
  width: 118px;
  height: 21px;
  margin-bottom: 20px;
}

.footer-subfooter p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-bottom: 4px;
}

.footer-subfooter p a {
  font-weight: 500;
}

@media (max-width: 320px) {
  .footer-upcoming li {
    max-width: 272px;
  }
}
@media (min-width: 37.5em) {
  /* 600px */
  .footer-mainLeft {
    width: 47.5%;
    margin-right: 5%;
    float: left;
  }

  .footer-download {
    width: 47.5%;
    float: left;
  }
}
@media (min-width: 56.25em) {
  /* 900px */
  .footer {
    position: relative;
    overflow: hidden;
  }

  .footer .content {
    position: relative;
    z-index: 1;
  }

  .footer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 800px;
    max-width: 100%;
    height: 800px;
    background: transparent url("https://cdn.oreillystatic.com/oreilly/images/odot_white_578x212.svg") right top no-repeat;
    background-size: contain;
    background-position: 60px -30px;
    opacity: 0.5;
  }

  .footer-mainLeft {
    width: 55%;
    margin-right: 5%;
  }

  .footer-mainLeftOne, .footer-mainLeftTwo {
    float: left;
  }

  .footer-mainLeftOne {
    margin-right: 11%;
    width: 50.5%;
  }

  .footer-mainLeftTwo {
    width: 38.5%;
  }

  .footer-download {
    width: 40%;
  }
}
@media (min-width: 75em) {
  /* 1200px */
  .footer-mainLeft {
    width: 60%;
  }

  .footer-download {
    width: 35%;
  }

  .footer-mainLeftOne {
    margin-right: 7.5%;
    width: 42.5%;
  }

  .footer-mainLeftTwo {
    width: 50%;
  }

  .footer-solutions, .footer-contact {
    float: left;
  }

  .footer-solutions {
    width: 30%;
    margin-right: 15%;
  }

  .footer-contact {
    width: 55%;
  }
}
/* footer */
.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000;
}

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/*# sourceMappingURL=project.css.map */
