*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
  font: 1rem/1.5 "franklin-gothic-urw", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #01252d;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
::-moz-selection {
  background-color: #88d5f7;
  color: #fff;
}
::selection {
  background-color: #88d5f7;
  color: #fff;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
h1,
h2 {
  margin: 40px 0;
  line-height: 1.1;
}
h3,
h4 {
  margin: 30px 0;
  line-height: 1.3;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.125rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.375rem;
}
h5 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #828c8f;
}
h6 {
  font-size: 0.875rem;
}
a {
  color: #12acef;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #0d8ac1;
}
abbr {
  color: #4d5659;
  border-bottom: 1px dotted #b7c0c3;
}
small {
  font-size: 0.875rem;
}
blockquote {
  margin: 0;
  padding: 0;
}
blockquote h3 {
  margin: 0;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
}
blockquote p {
  color: rgba(255,255,255,0.8);
}
ul,
ol {
  margin: 15px 0 15px 20px;
  padding: 0;
}
ul li ul li,
ol li ul li {
  list-style-type: circle;
}
ul li li ul li,
ol li li ul li {
  list-style-type: square;
}
ul li {
  list-style-type: disc;
}
ul.unstyled {
  margin: 0;
}
ul.unstyled li {
  display: inline-block;
  list-style-type: none;
}
ol li {
  list-style-type: decimal;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0;
}
iframe,
img,
video {
  max-width: 100%;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.container {
  margin: 0 auto;
}
section {
  padding: 20px 0;
}
section.last {
  padding-bottom: 0;
}
@media (max-width: 785px) {
  .container {
    width: 90%;
  }
  .column:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media (min-width: 786px) {
  .container {
    width: 70%;
  }
  .column {
    float: left;
    width: 50%;
  }
  .column:first-of-type {
    padding-right: 40px;
  }
  .column:last-of-type {
    padding-left: 40px;
  }
}
nav {
  padding: 30px 0;
}
nav a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 800px) {
  ul.unstyled li.nav-divider,
  ul.unstyled li.nav-name {
    display: none;
  }
  .nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
  }
  .nav-collapse li {
    width: 100%;
    display: block;
    padding: 8px 0;
  }
  .nav-collapse li:not(:last-of-type) {
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
  }
  .nav-collapse.opened {
    max-height: 9999px;
  }
  .disable-pointer-events {
    pointer-events: none !important;
  }
  .nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: block;
    margin-top: 30px;
    text-indent: -9999em;
    background: url("http://realtimeconf.com/images/hamburger.svg") right 0 no-repeat;
  }
}
@media (min-width: 800px) {
  nav li {
    float: left;
  }
  nav li:not(.last-of-type) {
    padding-right: 15px;
  }
  .js .nav-collapse {
    position: relative;
  }
  .closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
header {
  padding-bottom: 50px;
}
header .logo {
  min-width: 500px;
}
header p {
  margin: 0;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.25;
  color: rgba(255,255,255,0.8);
}
header .video-snippet {
  margin-top: 50px;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.2);
}
header .video-snippet h3,
header .video-snippet p {
  margin: 0;
  font-size: 1rem;
}
@media (min-width: 786px) {
  header {
    min-height: 750px;
    background: url("http://realtimeconf.com/images/bg-mike.jpg") 0 0 no-repeat;
  }
  .intro {
    padding: 150px 0 0 250px;
  }
  .intro > p,
  .intro .video-snippet {
    margin-left: 85px;
  }
}
@media (max-width: 785px) {
  header {
    text-align: center;
  }
  header .logo {
    min-width: 100%;
    max-width: 100%;
  }
  header .logo,
  header p {
    padding-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  header h2 {
    font-size: 1.375rem;
  }
}
@media (max-width: 480px) {
  header p {
    font-size: 1.375rem;
  }
}
button {
  border: none;
}
.button,
a.button {
  display: inline-block;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  background-color: #12acef;
  color: #01252d;
}
.button:hover,
a.button:hover {
  background-color: #71cdf5;
}
.button:focus,
a.button:focus {
  outline: none;
}
section.home {
  text-align: center;
}
section.home h2 {
  margin: 0;
}
section:not(.inverted) p:first-of-type {
  margin-top: 0;
}
.inverted {
  padding: 80px 0;
  background: #fff;
  color: #4d5659;
  font-size: 1.125rem;
}
.inverted h1,
.inverted h2,
.inverted h3 {
  color: #000;
}
.alana img {
  margin-top: 30px;
}
.album h2,
.novel h2,
.experience h2,
.graphic-novel h2 {
  margin-top: 0;
  color: #e2ad40;
}
.album h2,
.album h3,
.album-availability,
.novel h2,
.experience h2,
.finale,
.alana,
.graphic-novel h2 {
  text-align: center;
}
.album-availability,
.novel-header,
.finale,
.alana {
  padding: 40px 0;
}
.novel-header h3,
.graphic-novel-header h3 {
  margin-bottom: 0;
}
@media (min-width: 786px) {
  .album-header .column:first-of-type,
  .introduction .column:first-of-type,
  .graphic-novel-header .column:first-of-type {
    text-align: right;
  }
  .album-header .column:last-of-type,
  .introduction .column:last-of-type,
  .graphic-novel-header .column:last-of-type {
    text-align: left;
  }
}
@media (max-width: 785px) {
  .album-header .column:first-of-type {
    text-align: center;
  }
}
.box {
  text-align: center;
}
.box h5 {
  color: #e2ad40;
}
.box h5,
.box p:first-of-type {
  margin: 0;
}
.box p {
  line-height: 1.3;
}
.box figure {
  margin: 30px 0 45px 0;
  position: relative;
}
.box figure .button {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 100px;
  margin-left: -50px;
}
@media (min-width: 786px) {
  .box {
    float: left;
    width: 33%;
    padding: 0 20px;
  }
}
.videos h2 + p {
  margin-bottom: 30px;
}
.box.video {
  margin-bottom: 30px;
  text-align: left;
}
.box.video:nth-child(6) {
  clear: left;
}
.box.video:last-of-type {
  margin: 0;
}
.box.video h4 {
  margin: 0;
}
@media (min-width: 481px) and (max-width: 1023px) {
  .box.video {
    width: 50%;
    float: left;
  }
  .box.video:nth-child(odd) {
    padding-right: 20px;
  }
  .box.video iframe {
    min-height: 250px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .box.video {
    text-align: center;
  }
  .box.video iframe {
    min-height: 250px;
    width: 100%;
  }
}
.whats-next .button {
  color: #fff;
}
.quote {
  padding: 0;
  height: 250px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}
.quote .container {
  height: 100%;
  position: relative;
}
.quote blockquote {
  position: absolute;
  z-index: 10;
  bottom: 20%;
}
.quote blockquote p {
  margin: 0;
}
.quote.quote-one,
.quote.quote-two {
  background-color: #000;
}
.quote.quote-one {
  background-image: url("http://realtimeconf.com/images/photo-quote1.jpg");
}
.quote.quote-two {
  background-image: url("http://realtimeconf.com/images/photo-quote2.jpg");
}
.quote.quote-four {
  background-color: #152228;
  background-image: url("http://realtimeconf.com/images/photo-quote4.jpg");
}
@media (max-width: 785px) {
  .quote {
    background-size: scale;
  }
  .quote blockquote {
    position: relative;
    top: 60%;
    text-align: center;
  }
  .quote.quote-one,
  .quote.quote-three {
    background-position: center 0;
  }
}
@media (min-width: 786px) {
  .quote {
    background-size: scale;
  }
  .quote.pull-right-quote blockquote {
    text-align: right;
    right: 0;
  }
  .quote.pull-left-quote blockquote {
    text-align: left;
  }
  .quote.quote-one,
  .quote.quote-four {
    background-position: right 0;
  }
}
footer {
  padding: 30px 0;
  font-size: 0.875rem;
  text-align: center;
  color: rgba(255,255,255,0.5);
}
footer a {
  color: rgba(255,255,255,0.7);
}
footer a:hover {
  color: #fff;
}
.album {
  padding: 0;
}
.album .album-details {
  text-align: left;
}
.album h5,
.album h2:first-child {
  margin-bottom: 0;
}
.album p,
.album h3 {
  margin-top: 0;
}
.album ul.album-info {
  margin: 0;
}
.album ul.album-info li {
  margin-bottom: 10px;
  list-style-type: none;
}
.album .album-header h2 {
  text-align: center;
}
.album .album-header h4 {
  margin-top: 0;
}
.album .album-availability ul a[class^=album] {
  display: block;
  height: 40px;
  padding: 5px 0;
  margin: 0 10px;
  text-indent: -1000rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.5;
}
.album .album-availability ul a[class^=album]:hover {
  opacity: 1;
}
.album .album-availability .album-rdio,
.album .album-availability .album-spotify,
.album .album-availability .album-amazon {
  min-width: 80px;
}
.album .album-availability .album-rdio {
  background-image: url("http://realtimeconf.com/images/rdio.svg");
}
.album .album-availability .album-spotify {
  background-image: url("http://realtimeconf.com/images/spotify.svg");
}
.album .album-availability .album-amazon {
  background-image: url("http://realtimeconf.com/images/amazon.svg");
}
.album .album-availability .album-itunes {
  min-width: 40px;
  background-image: url("http://realtimeconf.com/images/apple.svg");
}
@media (min-width: 786px) {
  .album-header {
    padding: 40px 0;
    text-align: center;
  }
  .album-header ol {
    max-width: 80%;
  }
}
@media (max-width: 785px) {
  .album-header .column:first-of-type {
    text-align: center;
  }
}
.novel .novel-header h3 {
  margin-bottom: 0;
}
.novel .novel-header h3:first-of-type {
  margin-top: 30px;
}
.novel .novel-header h3 + p {
  margin: 0;
}
.novel .novel-header p:nth-child(3) {
  margin-top: 0;
}
.novel .novel-header .unstyled {
  margin-top: 30px;
}
.graphic-novel-header h3 {
  margin-top: 0;
}
.graphic-novel-header p:not(:last-of-type) {
  margin: 0;
}
@media (max-width: 785px) {
  .novel .introduction {
    text-align: center;
  }
  .novel .excerpt {
    position: relative;
  }
  .novel .excerpt:before {
    content: '⁂';
    position: absolute;
    top: -35px;
    left: 50%;
  }
}
.experience ul {
  margin: 0 0 50px 0;
}
.experience h2 {
  margin: 50px 0 0 0;
}
.experience h3,
.experience h5,
.experience .entry-quote p,
.experience ul {
  text-align: center;
}
.experience h3 {
  margin-bottom: 0;
}
.experience h5 {
  margin-top: 0;
}
.experience .day .column {
  height: 100%;
  padding: 0 40px;
  float: none;
  vertical-align: middle;
}
.experience .entry {
  padding: 30px 0;
}
.experience .entry-quote {
  padding: 0 40px;
  margin: 30px 0;
  position: relative;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 3px;
  background: #01252d;
  z-index: 10;
  font-style: italic;
  color: rgba(255,255,255,0.6);
}
.experience .entry-description.align-right:before {
  right: 0;
}
.experience .entry-description:before {
  width: 10px;
  height: 10px;
  margin-right: -5px;
  margin-top: -5px;
  border-radius: 100%;
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 0 0 5px rgba(255,255,255,0.1);
  background: #01252d;
}
.experience .day {
  margin: 40px 0;
}
.experience .day:before {
  top: 80px;
  left: 50%;
  height: 97%;
  width: 1px;
  background: rgba(255,255,255,0.3);
}
.experience .day,
.experience .entry-description {
  position: relative;
}
.experience .day:before,
.experience .entry-description:before {
  content: '';
  position: absolute;
}
.experience .entry-time {
  color: rgba(255,255,255,0.5);
}
.experience .entry-picture img {
  border-radius: 3px;
}
.experience .entry-picture img:hover {
  opacity: 0.6;
}
@media (min-width: 786px) {
  .day .column {
    width: 50%;
    display: table-cell;
  }
  .align-right {
    text-align: right;
  }
  .align-left {
    text-align: left;
  }
  .entry-time {
    margin: 0;
  }
  .entry-description p:nth-child(2) {
    margin-top: 0;
  }
  .entry-description:before {
    top: 50%;
    right: 100%;
  }
}
@media (max-width: 785px) {
  .day .column {
    width: 100%;
    display: block;
    margin: 0;
  }
  .align-left,
  .align-right,
  .entry-time {
    text-align: center;
  }
  .entry-description:before {
    display: none;
  }
  .entry {
    background: #01252d;
    z-index: 10;
    position: relative;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 20px;
  }
  .entry-picture img {
    margin-bottom: 30px;
  }
}
