/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano > .nano-content:focus {
  outline: thin dotted; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .75;
  transition: .2s; }

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

.btn-close {
  color: #ffffff;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 20px;
  top: 20px; }

.modal {
  z-index: 100; }
  .modal:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }
  .modal:target:before, .modal.active:before {
    display: block; }
  .modal:target .modal-dialog, .modal.active .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 20%; }
    @media  (max-width: 768px) {
      .modal:target .modal-dialog, .modal.active .modal-dialog {
        top: 0%; } }

.modal-dialog {
  background: #810025;
  margin-left: -200px;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 200;
  width: 360px;
  -webkit-transform: translate(0, -500%);
  transform: translate(0, -500%);
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out; }
  @media  (max-width: 768px) {
    .modal-dialog {
      width: 100%;
      margin-left: 0px;
      left: 0px;
      top: 0px; } }
  .modal-dialog.thanks, .modal-dialog.sorry {
    display: none; }
  .modal-dialog ul.errors {
    float: left;
    margin: 0px;
    padding: 0px; }
    .modal-dialog ul.errors li {
      margin: 0px;
      padding: 0px;
      list-style-type: none; }

.modal-body {
  padding: 20px; }
  .modal-body .button {
    float: right;
    margin-bottom: 10px; }

.modal-header {
  padding: 20px 20px 0px;
  color: #ffffff; }

.modal-footer {
  padding: 0px 20px 20px;
  color: #ffffff; }

.modal-header h2 {
  margin: 0px;
  font-size: 24px; }
  .modal-header h2 span.title {
    font-size: 15px; }

.modal-footer {
  text-align: center;
  overflow: hidden; }

/*ADDED TO STOP SCROLLING TO TOP*/
#close {
  display: none; }

form {
  vertical-align: text-top; }
  form .row {
    white-space: nowrap;
    overflow: visible; }
    form .row input[type=text] {
      display: inline-block;
      width: 95%;
      box-sizing: border-box;
      margin-bottom: 12px;
      padding: 10px;
      font-size: 18px;
      color: #58595b;
      border: none; }
      @media  (max-width: 768px) {
        form .row input[type=text] {
          padding: 3px; } }
    form .row.required::after {
      content: '*';
      color: #ffffff;
      font-size: 30px; }

html {
  width: 100%;
  height: 100%; }

body {
  overflow: hidden;
  line-height: 1.5em;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }
  body p a {
    color: #ffffff; }
    body p a:hover, body p a:visited, body p a:active {
      color: #ffffff; }
  body li > p {
    margin-top: 0px;
    margin-bottom: 0px; }

@media  (max-width: 768px) {
  .skrollr-desktop body {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    overflow: auto; } }

#skrollr-body {
  width: 100%;
  height: 100%; }
  @media  (max-width: 768px) {
    #skrollr-body {
      width: 100%;
      height: 100%; } }

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Prevent native touch events on Windows */
  -ms-touch-action: none;
  /* Prevent the callout on tap-hold and text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Prevent text resize on orientation change, useful for web-apps */
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; }

#scroller {
  position: absolute;
  /* Prevent elements to be highlighted on tap */
  -webkit-tap-highlight-color: transparent;
  /* Put the scroller into the HW Compositing layer right from the start */
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

#global {
  background: #ffffff;
  top: -66px;
  left: 0px;
  bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 99;
  border-bottom: 2px solid #e6e7e8;
  transition: top 1s ease-in-out 1s, bottom 1s ease-in-out 1s; }
  #global nav {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    #global nav > a {
      background: no-repeat url(../images/success_speakers.png);
      background-size: cover;
      width: 118px;
      height: 35px;
      position: absolute;
      top: 15px;
      left: 15px;
      text-indent: -54321px; }
    #global nav a + ul {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 20px;
      right: 40px; }
      @media  (max-width: 768px) {
        #global nav a + ul {
          top: 15px;
          right: 15px;
          max-width: 50%; } }
      #global nav a + ul > li > a {
        padding: 0 5px;
        text-decoration: none;
        color: #58595b; }
        #global nav a + ul > li > a:hover {
          color: #414042; }
  #global ul li {
    float: left;
    display: inline; }
    #global ul li br {
      display: none; }
    @media  (max-width: 768px) {
      #global ul li {
        float: right;
        text-align: right;
        line-height: 110%; }
        #global ul li br {
          display: block; } }

a.button, input[type=submit] {
  display: block;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #810025;
  transition: all 0.3s linear; }
  a.button span, input[type=submit] span {
    font-weight: normal; }
    @media  (max-width: 768px) {
      a.button span.name, input[type=submit] span.name {
        display: none; } }
  a.button:hover, a.button:focus, a.button:visited, input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:visited {
    text-decoration: none; }
  a.button:hover, a.button:focus, input[type=submit]:hover, input[type=submit]:focus {
    color: #810025;
    background-color: #ffffff; }
  @media  (max-width: 768px) {
    a.button, input[type=submit] {
      font-size: 15px;
      padding: 6px; } }

a.next {
  display: block;
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -15px;
  z-index: 98;
  text-align: center;
  height: 30px;
  width: 30px;
  font-size: 50px;
  text-decoration: none;
  background-color: #414042;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  transition: background-color 0.3s linear, bottom 0.3s linear, height 0.3s linear, width 0.3s linear, margin-left 0.3s linear; }
  @media  (max-width: 768px) {
    a.next {
      display: none; } }
  a.next span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -10px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-color: #ffffff;
    border-left: 0px;
    border-top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE*/
    transition: border-color 0.3s linear; }
  a.next:hover, a.next:focus, a.next:visited {
    color: #ffffff;
    text-decoration: none; }
  a.next:hover, a.next:focus {
    background-color: #e6e7e8;
    bottom: 100px;
    margin-left: -25px;
    height: 50px;
    width: 50px; }
    a.next:hover span, a.next:focus span {
      border-color: #414042; }
  a.next.nohover {
    bottom: 110px;
    background-color: #414042;
    left: 50%;
    margin-left: -15px;
    height: 30px;
    width: 30px; }
    a.next.nohover span {
      border-color: #ffffff; }

p.links {
  padding-bottom: 0px;
  margin-bottom: 0px; }

a.icon {
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.25em;
  padding-left: 30px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold; }
  a.icon.twitter {
    background-image: url(../images/twitter.png); }
  a.icon.website {
    background-image: url(../images/website.png); }
  a.icon.facebook {
    background-image: url(../images/facebook.png);
    background-position: left 5px; }
  a.icon.linkedin {
    background-image: url(../images/linkedin.png);
    background-position: left 5px; }
  a.icon:hover {
    text-decoration: underline; }

span.last {
  font-weight: bold; }

span.first, span.suffix {
  font-weight: normal; }

h1 span.title, h2 span.title {
  padding-top: 4px;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px; }
@media  (max-width: 768px) {
  h1, h2 {
    font-size: 20px; } }

h1 {
  margin-top: 12px;
  margin-bottom: 0px; }
  @media  (max-width: 768px) {
    h1 {
      font-size: 22px; } }

nav.speaker_nav {
  display: block;
  position: fixed;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 90; }
  nav.speaker_nav ul {
    list-style-type: none;
    margin-left: 10px;
    padding-left: 0px;
    border-left: 2px solid #bcbec0; }
    nav.speaker_nav ul li {
      color: #414042;
      display: block;
      font-size: 20px;
      height: 34px;
      line-height: 34px;
      list-style-type: none;
      margin-left: -18px;
      margin-top: 25px;
      margin-bottom: 25px;
      padding-left: 50px;
      position: relative;
      cursor: pointer; }
      nav.speaker_nav ul li div.img {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 50%;
        border: 2px solid #bcbec0;
        background-color: #f1f2f2;
        background-position: center center;
        background-size: contain;
        transition: all 0.3s ease-in-out 0.2s; }
        nav.speaker_nav ul li div.img > img {
          opacity: 0.0;
          transition: all 0.3s ease-in-out 0.2s; }
      nav.speaker_nav ul li div.name {
        display: inline-block;
        width: auto;
        padding-left: 4px;
        padding-right: 4px;
        opacity: 0.0;
        background-color: rgba(255, 255, 255, 0);
        transition: all 0.3s ease-in-out 0.2s; }
      nav.speaker_nav ul li:hover div.name, nav.speaker_nav ul li.selected div.name {
        opacity: 1.0;
        background-color: rgba(255, 255, 255, 0.65); }
      nav.speaker_nav ul li:hover div.img, nav.speaker_nav ul li.selected div.img {
        width: 50px;
        height: 50px;
        top: -10px;
        left: -10px;
        border-color: #810025; }
        nav.speaker_nav ul li:hover div.img > img, nav.speaker_nav ul li.selected div.img > img {
          opacity: 1.0; }
  @media  (max-width: 768px) {
    nav.speaker_nav {
      display: none;
      position: static; } }

.speakers {
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  @media  (max-width: 768px) {
    .speakers {
      position: static;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      overflow: auto; } }

article.speaker, #welcome {
  position: absolute;
  box-sizing: border-box;
  padding: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  @media  (max-width: 768px) {
    article.speaker, #welcome {
      position: static;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      position: relative;
      height: auto;
      width: 100%; } }
  article.speaker .speaker-image, #welcome .speaker-image {
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    bottom: -100%;
    left: 0;
    height: 100%;
    width: 50%;
    right: auto;
    background-color: #ffffff;
    border-top: 25px solid #810025;
    border-top-color: #810025;
    overflow: hidden;
    transition: all 750ms ease-in-out; }
    @media  (max-width: 768px) {
      article.speaker .speaker-image, #welcome .speaker-image {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        width: 100%;
        display: none; } }
    article.speaker .speaker-image .inner, #welcome .speaker-image .inner {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      text-align: center;
      vertical-align: bottom;
      background-size: contain;
      background-position: center bottom;
      background-repeat: no-repeat; }
      @media  (max-width: 768px) {
        article.speaker .speaker-image .inner, #welcome .speaker-image .inner {
          background-image: none; } }
      article.speaker .speaker-image .inner img, #welcome .speaker-image .inner img {
        display: none; }
        @media  (max-width: 768px) {
          article.speaker .speaker-image .inner img, #welcome .speaker-image .inner img {
            position: static;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto;
            width: 100%;
            height: auto;
            display: inline; } }
  article.speaker .speaker-content, #welcome .speaker-content {
    box-sizing: border-box;
    position: absolute;
    top: -100%;
    bottom: 100%;
    left: 50%;
    right: auto;
    height: 100%;
    width: 50%;
    color: white !important;
    border-bottom: 25px solid #ffffff;
    border-bottom-color: #ffffff;
    overflow: hidden;
    transition: all 750ms ease-in-out; }
    @media  (max-width: 768px) {
      article.speaker .speaker-content, #welcome .speaker-content {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        transition: none;
        position: relative;
        width: 100%;
        background-size: auto;
        background-repeat: no-repeat;
        border-bottom: none; }
        article.speaker .speaker-content > img, #welcome .speaker-content > img {
          position: relative;
          display: block;
          width: auto; } }
    article.speaker .speaker-content .right, #welcome .speaker-content .right {
      position: absolute;
      background-color: #810025;
      top: 0px;
      right: 0px;
      left: 0px;
      bottom: 0px; }
      @media  (max-width: 768px) {
        article.speaker .speaker-content .right, #welcome .speaker-content .right {
          position: static;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto;
          opacity: 0.99; } }
      article.speaker .speaker-content .right .inner, #welcome .speaker-content .right .inner {
        position: absolute;
        width: 86%;
        height: 92%;
        top: 4%;
        left: 7%; }
        @media  (max-width: 768px) {
          article.speaker .speaker-content .right .inner, #welcome .speaker-content .right .inner {
            position: static;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto;
            width: auto;
            height: auto;
            overflow: hidden;
            padding: 15px; }
            article.speaker .speaker-content .right .inner h1, #welcome .speaker-content .right .inner h1 {
              margin-top: 0px;
              padding-top: 6px; } }
        article.speaker .speaker-content .right .inner a.button.book, #welcome .speaker-content .right .inner a.button.book {
          float: right;
          margin-top: 0px;
          margin-left: 4px; }
        article.speaker .speaker-content .right .inner ul, #welcome .speaker-content .right .inner ul {
          list-style-type: square; }
        article.speaker .speaker-content .right .inner .bio.nano, #welcome .speaker-content .right .inner .bio.nano {
          width: 100%;
          height: 18em;
          /* FIXME */
          box-sizing: border-box; }
          article.speaker .speaker-content .right .inner .bio.nano .nano-content, #welcome .speaker-content .right .inner .bio.nano .nano-content {
            padding: 0;
            padding-right: 20px; }
            article.speaker .speaker-content .right .inner .bio.nano .nano-content p, #welcome .speaker-content .right .inner .bio.nano .nano-content p {
              margin-top: 0px;
              margin-bottom: 1.5em; }
          article.speaker .speaker-content .right .inner .bio.nano .nano-pane, #welcome .speaker-content .right .inner .bio.nano .nano-pane {
            background: transparent; }
          article.speaker .speaker-content .right .inner .bio.nano .nano-slider, #welcome .speaker-content .right .inner .bio.nano .nano-slider {
            background: #fff;
            /* FIXME gray and square */ }
          @media  (max-width: 768px) {
            article.speaker .speaker-content .right .inner .bio.nano, #welcome .speaker-content .right .inner .bio.nano {
              height: auto !important;
              /* Make sure adjust_speaker() doesn't mess with non-scrolling mobile view */ }
              article.speaker .speaker-content .right .inner .bio.nano .nano-pane, article.speaker .speaker-content .right .inner .bio.nano .nano-slider, #welcome .speaker-content .right .inner .bio.nano .nano-pane, #welcome .speaker-content .right .inner .bio.nano .nano-slider {
                display: none; }
              article.speaker .speaker-content .right .inner .bio.nano .nano-content, #welcome .speaker-content .right .inner .bio.nano .nano-content {
                padding-right: 0px; } }
        article.speaker .speaker-content .right .inner .top, #welcome .speaker-content .right .inner .top {
          overflow: auto; }
  article.speaker.selected .speaker-image, article.speaker.current .speaker-image, #welcome.selected .speaker-image, #welcome.current .speaker-image {
    top: 0px;
    bottom: 0px;
    border-top-color: #ffffff; }
    @media  (max-width: 768px) {
      article.speaker.selected .speaker-image, article.speaker.current .speaker-image, #welcome.selected .speaker-image, #welcome.current .speaker-image {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto; } }
  article.speaker.selected .speaker-content, article.speaker.current .speaker-content, #welcome.selected .speaker-content, #welcome.current .speaker-content {
    top: 0px;
    bottom: 0px;
    border-bottom-color: #810025; }
    @media  (max-width: 768px) {
      article.speaker.selected .speaker-content, article.speaker.current .speaker-content, #welcome.selected .speaker-content, #welcome.current .speaker-content {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto; } }
  article.speaker.selected, #welcome.selected {
    z-index: 11; }
  article.speaker.current, #welcome.current {
    z-index: 10; }
    article.speaker.current .speaker-image, #welcome.current .speaker-image {
      transition: none; }
    article.speaker.current .speaker-content, #welcome.current .speaker-content {
      transition: none; }

@media  (max-width: 768px) {
  .nano > .nano-content {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    overflow: auto; } }

